mikewalch commented on a change in pull request #20: Update bulkIngest example.
Fixes #17
URL: https://github.com/apache/accumulo-examples/pull/20#discussion_r180572393
##########
File path: docs/bulkIngest.md
##########
@@ -24,10 +24,8 @@ test data are created in HDFS. After that the 1000 rows are
ingested into
accumulo. Then we verify the 1000 rows are in accumulo.
$ PKG=org.apache.accumulo.examples.mapreduce.bulk
- $ ARGS="-c examples.conf"
- $ accumulo $PKG.SetupTable $ARGS -t test_bulk row_00000333 row_00000666
- $ accumulo $PKG.GenerateTestData --start-row 0 --count 1000 --output
bulk/test_1.txt
- $ accumulo-util hadoop-jar target/accumulo-examples-X.Y.Z.jar
$PKG.BulkIngestExample $ARGS -t test_bulk --inputDir bulk --workDir tmp/bulkWork
- $ accumulo $PKG.VerifyIngest $ARGS -t test_bulk --start-row 0 --count 1000
+ $ accumulo $PKG.SetupTable
+ $ accumulo-util hadoop-jar target/accumulo-examples-*.jar
$PKG.BulkIngestExample
+ $ accumulo $PKG.VerifyIngest
Review comment:
This can be run using runex which I think is better. I want to get people
away from running their own code using accumulo command.
```
./bin/runex mapreduce.bulk.VerifyIngest
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services