You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Harsh J (JIRA)" <ji...@apache.org> on 2013/08/13 05:44:48 UTC

[jira] [Updated] (HBASE-5044) Clarify solution for problem described on http://hbase.apache.org/book/trouble.mapreduce.html

     [ https://issues.apache.org/jira/browse/HBASE-5044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsh J updated HBASE-5044:
---------------------------

    Attachment: HBASE-5044.patch
    
> 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
>         Attachments: HBASE-5044.patch, 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
For more information on JIRA, see: http://www.atlassian.com/software/jira