Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyangwen-it committed Aug 6, 2021
1 parent 2feab50 commit aa7e2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spark-on-angel/bin/sona-submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# 3. upload angel-<version>-bin directory to HDFS
# 4. set the following variables, ANGEL_HOME, ANGEL_HDFS_HOME, ANGEL_VERSION

export ANGEL_VERSION=2.4.0
export ANGEL_VERSION=3.2.0
export ANGEL_HOME=""
export ANGEL_HDFS_HOME=""

Expand Down
2 changes: 1 addition & 1 deletion spark-on-angel/bin/spark-on-angel-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ angel_ps_external_jar=fastutil-7.1.0.jar,htrace-core-2.05.jar,sizeof-0.3.0.jar,k
angel_ps_jar=angel-ps-graph-${ANGEL_VERSION}.jar,angel-ps-core-${ANGEL_VERSION}.jar,angel-ps-psf-${ANGEL_VERSION}.jar,angel-ps-mllib-${ANGEL_VERSION}.jar,spark-on-angel-mllib-${ANGEL_VERSION}-ps.jar,spark-on-angel-graph-${ANGEL_VERSION}-ps.jar

sona_jar=spark-on-angel-core-${ANGEL_VERSION}.jar,spark-on-angel-mllib-${ANGEL_VERSION}.jar,spark-on-angel-graph-${ANGEL_VERSION}.jar
sona_external_jar=fastutil-7.1.0.jar,htrace-core-2.05.jar,sizeof-0.3.0.jar,kryo-shaded-4.0.0.jar,minlog-1.3.0.jar,memory-0.8.1.jar,commons-pool-1.6.jar,netty-all-4.1.42.Final.jar,hll-1.6.0.jar,json4s-jackson_2.11-3.2.11.jar,stream-2.7.0.jar,jniloader-1.1.jar,native_system-java-1.1.jar,arpack_combined_all-0.1.jar,core-1.1.2.jar,netlib-native_ref-linux-armhf-1.1-natives.jar,netlib-native_ref-linux-i686-1.1-natives.jar,netlib-native_ref-linux-x86_64-1.1-natives.jar,netlib-native_system-linux-armhf-1.1-natives.jar,netlib-native_system-linux-i686-1.1-natives.jar,netlib-native_system-linux-x86_64-1.1-natives.jar,algs4-1.0.3.jar
sona_external_jar=fastutil-7.1.0.jar,htrace-core-2.05.jar,sizeof-0.3.0.jar,kryo-shaded-4.0.0.jar,minlog-1.3.0.jar,memory-0.8.1.jar,commons-pool-1.6.jar,netty-all-4.1.42.Final.jar,hll-1.6.0.jar,json4s-jackson_2.11-3.5.3.jar,stream-2.7.0.jar,jniloader-1.1.jar,native_system-java-1.1.jar,arpack_combined_all-0.1.jar,core-1.1.2.jar,netlib-native_ref-linux-armhf-1.1-natives.jar,netlib-native_ref-linux-i686-1.1-natives.jar,netlib-native_ref-linux-x86_64-1.1-natives.jar,netlib-native_system-linux-armhf-1.1-natives.jar,netlib-native_system-linux-i686-1.1-natives.jar,netlib-native_system-linux-x86_64-1.1-natives.jar,algs4-1.0.3.jar

dist_jar=${angel_ps_external_jar},${angel_ps_jar},${scala_jar},${sona_jar}
local_jar=${sona_external_jar},${angel_ps_jar},${sona_jar}
Expand Down

0 comments on commit aa7e2f4

Please sign in to comment.