diff --git a/bin/ext/beeline.sh b/bin/ext/beeline.sh index 90e562f..08d9936 100644 --- a/bin/ext/beeline.sh +++ b/bin/ext/beeline.sh @@ -24,7 +24,7 @@ beeline () { beelineJarPath=`ls ${HIVE_LIB}/hive-beeline-*.jar` superCsvJarPath=`ls ${HIVE_LIB}/super-csv-*.jar` jlineJarPath=`ls ${HIVE_LIB}/jline-*.jar` - jdbcStandaloneJarPath=`ls ${HIVE_LIB}/hive-jdbc-*-standalone.jar` + jdbcStandaloneJarPath=`ls ${HIVE_LIB}/../jdbc/hive-jdbc-*-standalone.jar` hadoopClasspath="" if [[ -n "${HADOOP_CLASSPATH}" ]] then