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

missing instructions for putting data into hdfs? #2

Open
krosaen opened this issue May 2, 2014 · 0 comments
Open

missing instructions for putting data into hdfs? #2

krosaen opened this issue May 2, 2014 · 0 comments

Comments

@krosaen
Copy link

krosaen commented May 2, 2014

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.

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

No branches or pull requests

1 participant