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 2021/04/01 15:53:57 UTC

[GitHub] [accumulo-examples] milleruntime opened a new pull request #73: Add missing job information for MR. Fixes #43

milleruntime opened a new pull request #73:
URL: https://github.com/apache/accumulo-examples/pull/73


   * CharacterHistogram was missing information in the map reduce job so
   set the data in the job using legacy methods. This fixes the filedata
   example


-- 
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] milleruntime merged pull request #73: Add missing job information for MR. Fixes #43

Posted by GitBox <gi...@apache.org>.
milleruntime merged pull request #73:
URL: https://github.com/apache/accumulo-examples/pull/73


   


-- 
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] milleruntime commented on pull request #73: Add missing job information for MR. Fixes #43

Posted by GitBox <gi...@apache.org>.
milleruntime commented on pull request #73:
URL: https://github.com/apache/accumulo-examples/pull/73#issuecomment-812148917


   > @milleruntime I tested the fix and it worked with no issues. Out of curiosity, is there a way to get it to run without the use of the deprecated method call?
   
   There may be but I think it requires rewriting the ChunkInputFormat. I started down this path using the new mapreduce API but ended up having to use non API classes.


-- 
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 pull request #73: Add missing job information for MR. Fixes #43

Posted by GitBox <gi...@apache.org>.
jmark99 commented on pull request #73:
URL: https://github.com/apache/accumulo-examples/pull/73#issuecomment-812031886


   @milleruntime I tested the fix and it worked with no issues. Out of curiosity, is there a way to get it to run without the use of the deprecated method call?


-- 
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