aboutsummaryrefslogtreecommitdiffstats
path: root/scald-mvp/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-05-21 12:09:25 -0700
committerBryan Newbold <bnewbold@archive.org>2018-05-21 12:09:27 -0700
commit174e5ec2766dca81e57ee455219b54a689b41e61 (patch)
tree12f6ee14b01e5b547308f9782d4871ff94c56f40 /scald-mvp/README.md
parentca8c5dedea7907cf26ec63309f4e99030e644351 (diff)
downloadsandcrawler-174e5ec2766dca81e57ee455219b54a689b41e61.tar.gz
sandcrawler-174e5ec2766dca81e57ee455219b54a689b41e61.zip
WordCount -> WordCountJob
Also use the exact file from scalding repo
Diffstat (limited to 'scald-mvp/README.md')
-rw-r--r--scald-mvp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/scald-mvp/README.md b/scald-mvp/README.md
index dfa2bca..6c7ec76 100644
--- a/scald-mvp/README.md
+++ b/scald-mvp/README.md
@@ -25,4 +25,4 @@ running on my laptop:
later, using hadop command instead:
- hadoop jar scald-mvp-assembly-0.1.0-SNAPSHOT.jar com.twitter.scalding.Tool example.WordCount --hdfs --input hdfs:///user/bnewbold/dummy.txt --output hdfs:///user/bnewbold/test_scalding_out2
+ hadoop jar scald-mvp-assembly-0.1.0-SNAPSHOT.jar com.twitter.scalding.Tool example.WordCountJob --hdfs --input hdfs:///user/bnewbold/dummy.txt --output hdfs:///user/bnewbold/test_scalding_out3