commit | 1ab3342cdd21ee629e80d35dfaa15a3923409967 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Wed Mar 13 06:59:36 2013 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Wed Mar 13 06:59:36 2013 +0000 |
tree | f8782c1b2acc02d94fea5b6c1662558167a6806f | |
parent | ed60b90f7e65bf679446913921dc7f5dd4261241 [diff] [blame] |
clean up hivesterix scripts' classpath git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization@3100 123451ca-8445-de46-9d55-352943316053
diff --git a/hivesterix/hivesterix-dist/src/main/resources/scripts/hive b/hivesterix/hivesterix-dist/src/main/resources/scripts/hive index 8a83bde..f98f340 100755 --- a/hivesterix/hivesterix-dist/src/main/resources/scripts/hive +++ b/hivesterix/hivesterix-dist/src/main/resources/scripts/hive
@@ -81,7 +81,7 @@ exit 3; fi -CLASSPATH=${CLASSPATH}:${HIVE_LIB}/algebricks-hivesterix-0.0.1-SNAPSHOT.jar +CLASSPATH=${CLASSPATH}:${HIVE_LIB}/a-hive-path.jar for f in ${HIVE_LIB}/*.jar; do CLASSPATH=${CLASSPATH}:$f;