We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876a5bf commit f7edb37Copy full SHA for f7edb37
make-distribution.sh
@@ -243,7 +243,7 @@ if [ "$SPARK_TACHYON" == "true" ]; then
243
cp "tachyon-${TACHYON_VERSION}/assembly/target/tachyon-assemblies-${TACHYON_VERSION}-jar-with-dependencies.jar" "$DISTDIR/lib"
244
mkdir -p "$DISTDIR/tachyon/src/main/java/tachyon/web"
245
cp -r "tachyon-${TACHYON_VERSION}"/{bin,conf,libexec} "$DISTDIR/tachyon"
246
- cp -r "tachyon-${TACHYON_VERSION}"/servers/src/main/java/tachyon/web/ "$DISTDIR/tachyon/src/main/java/tachyon/web"
+ cp -r "tachyon-${TACHYON_VERSION}"/servers/src/main/java/tachyon/web "$DISTDIR/tachyon/src/main/java/tachyon/web"
247
248
if [[ `uname -a` == Darwin* ]]; then
249
# need to run sed differently on osx
0 commit comments