Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MapReduceHelloWorld does not execute #124

Open
MSaifAsif opened this issue Sep 29, 2020 · 0 comments
Open

MapReduceHelloWorld does not execute #124

MSaifAsif opened this issue Sep 29, 2020 · 0 comments
Labels

Comments

@MSaifAsif
Copy link
Owner

Describe the bug
MapReduceHelloWorld does not execute and throws an exception

To Reproduce
Steps to reproduce the behavior:

  1. checkout
  2. cd into directory
  3. run Main class
  4. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant