File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ SPARK_HOME="$(cd "`dirname "$0"`"; pwd)"
3333DISTDIR=" $SPARK_HOME /dist"
3434
3535SPARK_TACHYON=false
36- TACHYON_VERSION=" 0.7.1 "
36+ TACHYON_VERSION=" 0.8.0 "
3737TACHYON_TGZ=" tachyon-${TACHYON_VERSION} -bin.tar.gz"
38- TACHYON_URL=" https ://github.com/amplab/tachyon/releases/download/v ${TACHYON_VERSION} /${TACHYON_TGZ} "
38+ TACHYON_URL=" http ://tachyon-project.org/downloads/files/ ${TACHYON_VERSION} /${TACHYON_TGZ} "
3939
4040MAKE_TGZ=false
4141NAME=none
@@ -240,10 +240,10 @@ if [ "$SPARK_TACHYON" == "true" ]; then
240240 fi
241241
242242 tar xzf " ${TACHYON_TGZ} "
243- cp " tachyon-${TACHYON_VERSION} /core /target/tachyon-${TACHYON_VERSION} -jar-with-dependencies.jar" " $DISTDIR /lib"
243+ cp " tachyon-${TACHYON_VERSION} /assembly /target/tachyon-assemblies -${TACHYON_VERSION} -jar-with-dependencies.jar" " $DISTDIR /lib"
244244 mkdir -p " $DISTDIR /tachyon/src/main/java/tachyon/web"
245245 cp -r " tachyon-${TACHYON_VERSION} " /{bin,conf,libexec} " $DISTDIR /tachyon"
246- cp -r " tachyon-${TACHYON_VERSION} " /core /src/main/java/tachyon/web " $DISTDIR /tachyon/src/main/java/tachyon/web"
246+ cp -r " tachyon-${TACHYON_VERSION} " /servers /src/main/java/tachyon/web/ " $DISTDIR /tachyon/src/main/java/tachyon/web"
247247
248248 if [[ ` uname -a` == Darwin* ]]; then
249249 # need to run sed differently on osx
You can’t perform that action at this time.
0 commit comments