You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
MapReduceHelloWorld does not execute and throws an exception
To Reproduce
Steps to reproduce the behavior:
checkout
cd into directory
run Main class
See error
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at com.sample.client.ClientRunner.run(ClientRunner.java:29)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
at com.sample.client.ClientRunner.main(ClientRunner.java:18)
Expected behavior
A word count from the EMR
The text was updated successfully, but these errors were encountered:
Describe the bug
MapReduceHelloWorld does not execute and throws an exception
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A word count from the EMR
The text was updated successfully, but these errors were encountered: