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

Hadoop QA commented on HBASE-5044:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12507571/HBASE-5044.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +0 tests included.  The patch appears to be a documentation patch that 
doesn't require tests.

    -1 javadoc.  The javadoc tool appears to have generated -152 warning 
messages.

    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

    -1 findbugs.  The patch appears to introduce 76 new Findbugs (version 
1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

    +1 core tests.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/515//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/515//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/515//console

This message is automatically generated.
                
> Clarify solution for problem described on 
> http://hbase.apache.org/book/trouble.mapreduce.html
> ---------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5044
>                 URL: https://issues.apache.org/jira/browse/HBASE-5044
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Trivial
>             Fix For: 0.90.4, 0.94.0
>
>         Attachments: HBASE-5044.patch
>
>
> Add some documentation regarding how to fix the problem described on :
> http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/mapreduce/package-summary.html#classpath
> Should be some text like: 
> {quote}
> You should run your mapreduce job with your {{HADOOP_CLASSPATH}} set to 
> include the HBase jar and HBase's configured classpath. For example 
> (substitute your own hbase jar location for is {{hbase-0.90.0-SNAPSHOT.jar}}):
> {quote}
> {code}
> HADOOP_CLASSPATH=${HBASE_HOME}/target/hbase-0.90.0-SNAPSHOT.jar:`${HBASE_HOME}/bin/hbase
>  classpath` ${HADOOP_HOME}/bin/hadoop jar 
> ${HBASE_HOME}/target/hbase-0.90.0-SNAPSHOT.jar rowcounter usertable
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to