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

Hadoop QA commented on HBASE-11859:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12665160/HBASE-11859.patch
  against trunk revision .
  ATTACHMENT ID: 12665160

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+0 tests included{color}.  The patch appears to be a 
documentation patch that doesn't require tests.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:red}-1 lineLengths{color}.  The patch introduces the following lines 
longer than 100:
    +      <screen language="bourne">$ 
<userinput>HADOOP_CLASSPATH=`${HBASE_HOME}/bin/hbase classpath` 
${HADOOP_HOME}/bin/hadoop jar ${HBASE_HOME}/hbase-server-VERSION.jar rowcounter 
usertable</userinput></screen>
+  <screen language="bourne">$ 
<userinput>HADOOP_CLASSPATH=${HBASE_HOME}/hbase-server/target/hbase-server-VERSION-SNAPSHOT.jar:`${HBASE_HOME}/bin/hbase
 classpath` ${HADOOP_HOME}/bin/hadoop jar 
${HBASE_HOME}/hbase-server/target/hbase-server-VERSION-SNAPSHOT.jar rowcounter 
usertable</userinput></screen>
+      <screen language="bourne">$ <userinput>${HADOOP_HOME}/bin/hadoop jar 
${HBASE_HOME}/hbase-server-VERSION.jar</userinput>
+      <screen language="bourne">$ <userinput>${HADOOP_HOME}/bin/hadoop jar 
${HBASE_HOME}/hbase-server-VERSION.jar rowcounter myTable</userinput></screen>
+      <screen language="bourne">$ hadoop jar hbase-server-VERSION.jar 
completebulkload [-c /path/to/hbase/config/hbase-site.xml] /user/todd/myoutput 
mytable</screen>
+      <screen language="bourne">HADOOP_CLASSPATH=`${HBASE_HOME}/bin/hbase 
classpath` ${HADOOP_HOME}/bin/hadoop jar ${HBASE_HOME}/hbase-server-VERSION.jar 
completebulkload &lt;hdfs://storefileoutput&gt; &lt;tablename&gt;
+          HADOOP_CLASSPATH=`hbase classpath` hadoop jar 
$HBASE_HOME/hbase-server-VERSION.jar rowcounter usertable

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.TestRegionRebalancing

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10629//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10629//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10629//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10629//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10629//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10629//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10629//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10629//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10629//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10629//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10629//console

This message is automatically generated.

> 'hadoop jar' references in documentation should mention hbase-server.jar, not 
> hbase.jar
> ---------------------------------------------------------------------------------------
>
>                 Key: HBASE-11859
>                 URL: https://issues.apache.org/jira/browse/HBASE-11859
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.99.0, 2.0.0, 0.98.6
>            Reporter: Stephen Veiss
>            Assignee: Stephen Veiss
>            Priority: Minor
>         Attachments: HBASE-11859.patch
>
>
> There are various org.apache.hadoop.util.Tool implementations mentioned in 
> the documentation as being run with "hadoop jar hbase-VERSION.jar 
> <toolname>". These classes now live in in the hbase-server module, so that 
> jar name should be hbase-server-VERSION.jar.
> The same applies to the documentation on running MapReduce jobs against HBase.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to