Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A26031777C for ; Thu, 22 Jan 2015 00:55:36 +0000 (UTC) Received: (qmail 21371 invoked by uid 500); 22 Jan 2015 00:55:36 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 21293 invoked by uid 500); 22 Jan 2015 00:55:36 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 21281 invoked by uid 500); 22 Jan 2015 00:55:36 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 21276 invoked by uid 99); 22 Jan 2015 00:55:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 00:55:36 +0000 Date: Thu, 22 Jan 2015 00:55:36 +0000 (UTC) From: "Xuefu Zhang (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-9437) Beeline does not add any existing HADOOP_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/HIVE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286680#comment-14286680 ] Xuefu Zhang commented on HIVE-9437: ----------------------------------- Patch looks good. It seems missing : after ${hadoopClasspath}. {code} + export HADOOP_CLASSPATH="${hadoopClasspath}${HIVE_CONF_DIR}:${beelineJarPath}:${superCsvJarPath}:${jlineJarPath}:${jdbcStandaloneJarPath}" {code} > Beeline does not add any existing HADOOP_CLASSPATH > -------------------------------------------------- > > Key: HIVE-9437 > URL: https://issues.apache.org/jira/browse/HIVE-9437 > Project: Hive > Issue Type: Bug > Reporter: Ashish Kumar Singh > Priority: Blocker > Fix For: 0.15.0 > > Attachments: HIVE-9437.1.patch > > > Beeline does not add any existing HADOOP_CLASSPATH in the environment to HADOOP_CLASSPATH here: https://github.com/apache/hive/blob/trunk/bin/ext/beeline.sh#L28 -- This message was sent by Atlassian JIRA (v6.3.4#6332)