ctubbsii commented on a change in pull request #20: Update bulkIngest example. Fixes #17 URL: https://github.com/apache/accumulo-examples/pull/20#discussion_r180590703
########## File path: docs/bulkIngest.md ########## @@ -18,16 +18,26 @@ limitations under the License. This is an example of how to bulk ingest data into accumulo using map reduce. +This tutorial uses the following Java classes. + + * [SetupTable.java] - creates the table and some data to ingest + * [BulkIngestExample.java] - ingest the data using map reduce + * [VerifyIngest.java] - checks that the data was ingested + +Remember to copy the accumulo-examples-*.jar to Accumulo's 'lib/ext' directory. Review comment: The asterisk seems to have special meaning in Markdown. Might be better to escape it. ---------------------------------------------------------------- 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
