[
https://issues.apache.org/jira/browse/ACCUMULO-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13951767#comment-13951767
]
ASF subversion and git services commented on ACCUMULO-2566:
-----------------------------------------------------------
Commit 34a44e700312a01822e046c89dd892616ef92e42 in accumulo's branch
refs/heads/1.6.0-SNAPSHOT from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=34a44e7 ]
ACCUMULO-2566 Fix botched merge
Fixing a bad merge for TeraSortIngest using reflection to get hadoop
configuration objects. Copied the code from InputFormatBase because
the method we need is not visible and adding it to the public API would
be a terrible, terrible thing to do.
> Utilities and examples should maintain binary compatibility between Hadoop 1
> and Hadoop 2
> -----------------------------------------------------------------------------------------
>
> Key: ACCUMULO-2566
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2566
> Project: Accumulo
> Issue Type: Bug
> Components: examples, test
> Affects Versions: 1.4.5, 1.5.0, 1.5.1
> Reporter: Sean Busbey
> Assignee: Mike Drob
> Priority: Blocker
> Fix For: 1.4.5, 1.5.2
>
>
> * src/server/src/main/java/org/apache/accumulo/server/util/CountRowKeys.java
> uses Counter directly, issue still exists in 1.5.2-SNAPSHOT
> *
> src/server/src/main/java/org/apache/accumulo/server/test/functional/RunTests.java
> uses Counter directly, issue still exists in 1.5.2-SNAPSHOT
> *
> src/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/TeraSortIngest.java
> uses JobContext directly, issue still exists in 1.5.2-SNAPSHOT,
> 1.6.0-SNAPSHOT, and master
--
This message was sent by Atlassian JIRA
(v6.2#6252)