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

Hudson commented on HBASE-16360:
--------------------------------

SUCCESS: Integrated in Jenkins build HBase-1.1-JDK7 #1770 (See 
[https://builds.apache.org/job/HBase-1.1-JDK7/1770/])
HBASE-16360 TableMapReduceUtil addHBaseDependencyJars has the wrong 
(matteo.bertozzi: rev 8eca263c43fb920aa073e07612628a5365f18cc6)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java


> TableMapReduceUtil addHBaseDependencyJars has the wrong class name for 
> PrefixTreeCodec
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-16360
>                 URL: https://issues.apache.org/jira/browse/HBASE-16360
>             Project: HBase
>          Issue Type: Bug
>          Components: mapreduce
>    Affects Versions: 2.0.0, 1.3.0, 1.0.3, 1.4.0, 1.2.2, 0.98.21
>            Reporter: Matteo Bertozzi
>            Assignee: Jing Pu Chen
>            Priority: Minor
>              Labels: beginner
>             Fix For: 2.0.0, 1.3.0, 1.4.0, 1.2.2, 0.98.22
>
>         Attachments: HBASE-16360-v0.patch
>
>
> HBASE-15152 included the prefix tree module as dependency to 
> TableMapReduceUtil. but the hardcoded string of the class name is wrong. 
> {code}
> Class.forName("org.apache.hadoop.hbase.code.prefixtree.PrefixTreeCodec");
> {code}
> should be ".codec." instead of ".code."
> {code}
> Class.forName("org.apache.hadoop.hbase.codec.prefixtree.PrefixTreeCodec");
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to