commit | 9bef8cddf4b284ac74ba598326144894942eae5a | [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 | a648ecd03499b505a61bdd42aaf19635011d1d3f | |
parent | f18f1b6a153b0f5eeb1dd999c75d1e25c74f5814 [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-dist/src/main/resources/scripts/hive b/hivesterix-dist/src/main/resources/scripts/hive index 8a83bde..f98f340 100755 --- a/hivesterix-dist/src/main/resources/scripts/hive +++ b/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;