[
https://issues.apache.org/jira/browse/HBASE-22396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852338#comment-16852338
]
Josh Elser commented on HBASE-22396:
------------------------------------
{code:java}
-HADOOP_CLASSPATH=`${HBASE_HOME}/bin/hbase classpath` ${HADOOP_HOME}/bin/hadoop
jar ${HBASE_HOME}/hbase-server-VERSION.jar completebulkload
<hdfs://storefileoutput> <tablename>
+HADOOP_CLASSPATH=`${HBASE_HOME}/bin/hbase classpath` ${HADOOP_HOME}/bin/hadoop
jar ${HBASE_HOME}/hbase-mapreduce-VERSION.jar completebulkload
<hdfs://storefileoutput> <tablename>
{code}
branch-1 doesn't have the hbase-mapreduce JAR. hbase-server.jar is likely
correct. Can you validate that the changes are correct for branch-1?
> Backport HBASE-21536 to branch-1
> --------------------------------
>
> Key: HBASE-22396
> URL: https://issues.apache.org/jira/browse/HBASE-22396
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.5.0, 1.4.10, 1.3.4
> Reporter: Artem Ervits
> Assignee: Artem Ervits
> Priority: Minor
> Attachments: HBASE-22396.branch-1.patch
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)