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 7FAA19D01 for ; Fri, 17 Feb 2012 07:20:24 +0000 (UTC) Received: (qmail 58665 invoked by uid 500); 17 Feb 2012 07:20:22 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 58598 invoked by uid 500); 17 Feb 2012 07:20:22 -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 58553 invoked by uid 99); 17 Feb 2012 07:20:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 07:20:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 07:20:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E864F1BC1C0 for ; Fri, 17 Feb 2012 07:19:59 +0000 (UTC) Date: Fri, 17 Feb 2012 07:19:59 +0000 (UTC) From: "Mike Spreitzer (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1042191189.49874.1329463199953.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <269761778.44841.1329369539591.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5412) HBase book, section 2.6.4, has deficient list of client dependencies 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-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210114#comment-13210114 ] Mike Spreitzer commented on HBASE-5412: --------------------------------------- Are you saying the current text has been verified as correct for later versions? > HBase book, section 2.6.4, has deficient list of client dependencies > -------------------------------------------------------------------- > > Key: HBASE-5412 > URL: https://issues.apache.org/jira/browse/HBASE-5412 > Project: HBase > Issue Type: Bug > Components: documentation > Affects Versions: 0.92.0 > Reporter: Mike Spreitzer > Assignee: Doug Meil > Priority: Minor > Labels: documentation > Original Estimate: 1h > Remaining Estimate: 1h > > The current text in section 2.6.4 of the HBase book says this about client dependencies: > Minimally, a client of HBase needs the hbase, hadoop, log4j, commons-logging, commons-lang, and ZooKeeper jars in its CLASSPATH connecting to a cluster. > I tried that, and got an exception due to a class not being found. I fixed that by searching for that class in the jars in lib/, and tried again. Got an exception, due to a different class not found. I iterated until it worked. When I was done, I found myself using the following JARs: > commons-configuration-1.6.jar hadoop-core-1.0.0.jar slf4j-api-1.5.8.jar > commons-lang-2.5.jar hbase-0.92.0.jar slf4j-log4j12-1.5.8.jar > commons-logging-1.1.1.jar log4j-1.2.16.jar zookeeper-3.4.2.jar -- 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