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 EAEC41065B for ; Thu, 14 Nov 2013 01:14:19 +0000 (UTC) Received: (qmail 6360 invoked by uid 500); 14 Nov 2013 01:14:19 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 6325 invoked by uid 500); 14 Nov 2013 01:14:19 -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 6267 invoked by uid 99); 14 Nov 2013 01:14:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Nov 2013 01:14:19 +0000 Date: Thu, 14 Nov 2013 01:14:19 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8438) Extend bin/hbase to print a "mapreduce classpath" 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-8438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13822057#comment-13822057 ] Nick Dimiduk commented on HBASE-8438: ------------------------------------- Almost works. I'm running into the same issue as reported on HBASE-9112. Let me add that fix as well. > Extend bin/hbase to print a "mapreduce classpath" > ------------------------------------------------- > > Key: HBASE-8438 > URL: https://issues.apache.org/jira/browse/HBASE-8438 > Project: HBase > Issue Type: Improvement > Components: scripts > Affects Versions: 0.94.6.1, 0.95.0 > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Fix For: 0.98.0, 0.96.1 > > Attachments: 0001-HBASE-8438-Extend-bin-hbase-to-print-a-minimal-class.patch, 0001-HBASE-8438-Extend-bin-hbase-to-print-a-minimal-class.patch, 0001-HBASE-8438-Extend-bin-hbase-to-print-a-minimal-class.patch, 0001-HBASE-8438-Extend-bin-hbase-to-print-a-minimal-class.patch, 0001-HBASE-8438-Extend-bin-hbase-to-print-a-minimal-class.patch, 0001-HBASE-8438-Extend-bin-hbase-to-print-a-minimal-class.patch, 0001-HBASE-8438-Extend-bin-hbase-to-print-a-minimal-class.patch > > > For tools like pig and hive, blindly appending the full output of `bin/hbase classpath` to their own CLASSPATH is excessive. They already build CLASSPATH entries for hadoop. All they need from us is the delta entries, the dependencies we require w/o hadoop and all of it's transitive deps. This is also a kindness for Windows, where there's a shorter limit on the length of commandline arguments. > See also HIVE-2055 for additional discussion. -- This message was sent by Atlassian JIRA (v6.1#6144)