We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As pointed out on this groups thread, the tutorial is missing the steps to put the sample data into hdfs before running the examples.
For instance, to get part 1 to work, I needed to:
vagrant@master:~$ hadoop fs -mkdir -p /user/vagrant/Impatient-Cascalog/part1/data vagrant@master:~$ hadoop fs -copyFromLocal data/rain.txt /user/vagrant/Impatient-Cascalog/part1/data/rain.txt
Before I could successfully:
vagrant@master:~$ hadoop jar ./target/impatient.jar Impatient-Cascalog/part1/data/rain.txt Impatient-Cascalog/part1/output/rain
Or does this have something to do with how one initially sets up hadoop? I used this vagrant cascading cluster repo to get up and running.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As pointed out on this groups thread, the tutorial is missing the steps to put the sample data into hdfs before running the examples.
For instance, to get part 1 to work, I needed to:
Before I could successfully:
Or does this have something to do with how one initially sets up hadoop? I used this vagrant cascading cluster repo to get up and running.
The text was updated successfully, but these errors were encountered: