diff --git a/bin/hive.cmd b/bin/hive.cmd index ba7e443..9080796 100644 --- a/bin/hive.cmd +++ b/bin/hive.cmd @@ -158,7 +158,7 @@ if not exist %HIVE_LIB%\hive-cli-*.jar ( exit /b 1 ) -set CLASSPATH=%CLASSPATH%;%HIVE_LIB%\* +set CLASSPATH=%CLASSPATH%;%HIVE_LIB%\*;%HIVE_HOME%\hcatalog\share\hcatalog\*; @rem maybe we should just make users set HADOOP_HOME env variable as a prereq @rem in the next iteration, use "where" command to find directory of hadoop install from path