jmark99 commented on issue #59: URL: https://github.com/apache/accumulo-examples/issues/59#issuecomment-784461533
Created a 2.0 branch for examples running agains Accumulo 2.0.x. FileData example still needs to be re-factored to work with Accumulo 2.0. There is an existing ticket for its failure. It may need to be completely rewritten for 2.x due to code changes. The main branch now runs against 2.1.0-SNAPSHOT. Ticket #64 updated the pom and a couple of other files to allow the examples to run. There are a few that still need attention when running against 2.1 vs. 2.0. These include: * classpath - fails to find FooFilter. Import path may have been changed. * dirlist - scan against the dataTable causes an exception. * filedata - as mentioned above, needs to be re-factored. * rgbalancer - 2.1 failed to parse regex pattern properly. * sample - ./bin/runex sample.SampleExample throws an exception. The remainder worked as expected. Will now examine these outliers. ---------------------------------------------------------------- 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]
