[ 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)