[
https://issues.apache.org/jira/browse/HIVE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286680#comment-14286680
]
Xuefu Zhang edited comment on HIVE-9437 at 1/22/15 12:56 AM:
-------------------------------------------------------------
Patch looks good. It seems missing : after ${hadoopClasspath}.
+ export
HADOOP_CLASSPATH="${hadoopClasspath}${HIVE_CONF_DIR}:${beelineJarPath}:${superCsvJarPath}:${jlineJarPath}:${jdbcStandaloneJarPath}"
was (Author: xuefuz):
Patch looks good. It seems missing : after ${hadoopClasspath}.
{no-format}
+ export
HADOOP_CLASSPATH="${hadoopClasspath}${HIVE_CONF_DIR}:${beelineJarPath}:${superCsvJarPath}:${jlineJarPath}:${jdbcStandaloneJarPath}"
{no-format}
> 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)