ACCUMULO-3008 Add in argument for table name

Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/97854bd3
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/97854bd3
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/97854bd3

Branch: refs/heads/1.5.2-SNAPSHOT
Commit: 97854bd3249c0def6fde1d8cc8543d3251da8072
Parents: 967e328
Author: Josh Elser <els...@apache.org>
Authored: Wed Jul 23 00:12:50 2014 -0400
Committer: Josh Elser <els...@apache.org>
Committed: Wed Jul 23 00:12:50 2014 -0400

----------------------------------------------------------------------
 docs/examples/README.mapred | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/97854bd3/docs/examples/README.mapred
----------------------------------------------------------------------
diff --git a/docs/examples/README.mapred b/docs/examples/README.mapred
index 4acd306..e199fed 100644
--- a/docs/examples/README.mapred
+++ b/docs/examples/README.mapred
@@ -50,7 +50,7 @@ for the column family count.
 
 After creating the table, run the word count map reduce job.
 
-    $ bin/tool.sh lib/accumulo-examples-simple.jar 
org.apache.accumulo.examples.simple.mapreduce.WordCount -i instance -z 
zookeepers  --input /user/username/wc wordCount -u username -p password
+    $ bin/tool.sh lib/accumulo-examples-simple.jar 
org.apache.accumulo.examples.simple.mapreduce.WordCount -i instance -z 
zookeepers  --input /user/username/wc -t wordCount -u username -p password
     
     11/02/07 18:20:11 INFO input.FileInputFormat: Total input paths to process 
: 1
     11/02/07 18:20:12 INFO mapred.JobClient: Running job: job_201102071740_0003

Reply via email to