jmark99 opened a new pull request #74: URL: https://github.com/apache/accumulo-examples/pull/74
Rather than checking if a table exists prior to creation, just create, catch and ignore TableExistsException instead. This ticket removes the explicit check where appropriate. During the process several other small changes were made to the affected classes as well. For the Bloom related examples, the table names were updated to use contants. Several methods were created to remove some redundant code. For the CharacterHistogram.java class, an unneeded import was also removed. Closes #13 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
