Open
Description
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
Metadata
Metadata
Assignees
Projects
Status
To do