You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/09/22 19:08:03 UTC

[GitHub] [accumulo-examples] jmark99 opened a new issue #59: Determine why examples aren't working properly with Accumulo 2.x

jmark99 opened a new issue #59:
URL: https://github.com/apache/accumulo-examples/issues/59


   When attempting to run the examples with Accumulo 2.x I ran into issues where accumulo could not connect to zookeeper. There appear to be several classpath issues with the shaded jar that are causing issues. This ticket's purpose is to correct issues that would prevent the examples from running with the 2.x versions and to update the instructions as needed along the way.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [accumulo-examples] jmark99 closed issue #59: Determine why examples aren't working properly with Accumulo 2.1

Posted by GitBox <gi...@apache.org>.
jmark99 closed issue #59:
URL: https://github.com/apache/accumulo-examples/issues/59


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [accumulo-examples] jmark99 commented on issue #59: Determine why examples aren't working properly with Accumulo 2.1

Posted by GitBox <gi...@apache.org>.
jmark99 commented on issue #59:
URL: https://github.com/apache/accumulo-examples/issues/59#issuecomment-792931566


   Updated rgbalancer docs. Modified the regex pattern used in the example. Allows rgbalancer example to run successfully.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [accumulo-examples] jmark99 commented on issue #59: Determine why examples aren't working properly with Accumulo 2.x

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



[GitHub] [accumulo-examples] jmark99 commented on issue #59: Determine why examples aren't working properly with Accumulo 2.1

Posted by GitBox <gi...@apache.org>.
jmark99 commented on issue #59:
URL: https://github.com/apache/accumulo-examples/issues/59#issuecomment-794365715


   Created three new tickets to address issues with the classpath, dirlist, and sample examples. Updated filedata ticket (#43) to indicate need for re-factoring fo 2.x.
   
   Closing this issue in favor of the individual tickets.


----------------------------------------------------------------
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:
users@infra.apache.org