Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E5BF10D83 for ; Tue, 13 Aug 2013 04:37:49 +0000 (UTC) Received: (qmail 95639 invoked by uid 500); 13 Aug 2013 04:37:48 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 95611 invoked by uid 500); 13 Aug 2013 04:37:48 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 95593 invoked by uid 99); 13 Aug 2013 04:37:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Aug 2013 04:37:47 +0000 Date: Tue, 13 Aug 2013 04:37:47 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-5044) Clarify solution for problem described on http://hbase.apache.org/book/trouble.mapreduce.html MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-5044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-5044: ------------------------- Resolution: Fixed Fix Version/s: 0.98.0 Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Committed to trunk. Thanks for the patch Eugene (and to harsh for bringing it home). > 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.98.0 > > 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