[
https://issues.apache.org/jira/browse/ACCUMULO-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13659853#comment-13659853
]
Hudson commented on ACCUMULO-1421:
----------------------------------
Integrated in Accumulo-1.5 #118 (See
[https://builds.apache.org/job/Accumulo-1.5/118/])
ACCUMULO-1421 simplify reflection lookup of SafeModeAction, reverting
inadvertent check-in of LargeRowTest (Revision 1483496)
ACCUMULO-1421 simplify reflection lookup of SafeModeAction (Revision 1483494)
ACCUMULO-1421 fix warnings introduced by previous commits (Revision 1483435)
ACCUMULO-1421 added reflection to improve runtime compatibility between hadoop
1 and 2 JobContext objects (Revision 1483417)
Result = SUCCESS
ecn :
Files :
*
/accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/Accumulo.java
*
/accumulo/branches/1.5/test/src/main/java/org/apache/accumulo/test/functional/LargeRowTest.java
ecn :
Files :
*
/accumulo/branches/1.5/test/src/main/java/org/apache/accumulo/test/functional/LargeRowTest.java
ctubbsii :
Files :
*
/accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java
*
/accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/Accumulo.java
afuchs :
Files :
*
/accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.java
*
/accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.java
*
/accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java
> use reflection to improve compatibility between Hadoop 1 and 2 JobContext
> objects
> ---------------------------------------------------------------------------------
>
> Key: ACCUMULO-1421
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1421
> Project: Accumulo
> Issue Type: Bug
> Components: client
> Reporter: Adam Fuchs
> Assignee: Adam Fuchs
>
> JobContext switches between an abstract class and an interface in hadoop 1
> and 2, causing runtime compatibility problems in the compiled Accumulo
> bytecode. Avoid the runtime problem by using reflection to access the
> configuration object stored in the JobContext.
--
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