You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/01/18 05:08:13 UTC

[jira] [Commented] (ACCUMULO-955) Update MapReduce API to match the changes in ACCUMULO-706

    [ https://issues.apache.org/jira/browse/ACCUMULO-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13556947#comment-13556947 ] 

Hudson commented on ACCUMULO-955:
---------------------------------

Integrated in Accumulo-Trunk-Hadoop-2.0 #5 (See [https://builds.apache.org/job/Accumulo-Trunk-Hadoop-2.0/5/])
    ACCUMULO-955 Made BatchWriterConfig Writable, so it can be stored in a job's configuration in a human-readable way. Updated AccumuloOutputFormat to use it, and
added unit tests for ACCUMULO-706 and ACCUMULO-955. Added an additional check for a reasonable minimum maxMemory value. (Revision 1435013)

     Result = FAILURE
ctubbsii : 
Files : 
* /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/BatchWriterConfig.java
* /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.java
* /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/shell/commands/DeleteCommand.java
* /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/shell/commands/InsertCommand.java
* /accumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/BatchWriterConfigTest.java
* /accumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormatTest.java
* /accumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/TeraSortIngest.java
* /accumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/continuous/ContinuousMoru.java

                
> Update MapReduce API to match the changes in ACCUMULO-706
> ---------------------------------------------------------
>
>                 Key: ACCUMULO-955
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-955
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: client
>            Reporter: Christopher Tubbs
>            Assignee: Christopher Tubbs
>             Fix For: 1.5.0
>
>
> This change should be similar to how the MapReduce API changed for IteratorSetting. Specifically, if we make BatchWriterConfig implement Writable, we can store it in the Job's configuration pretty easily, and it would carry the same benefits as the switch to using BatchWriterConfig in the Connector API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira