Skip to content

Commit

Permalink
Update to tachyon 0.4.1
Browse files Browse the repository at this point in the history
- This should now work (tested on ec2)
  • Loading branch information
nicklan committed Mar 18, 2014
1 parent 0a1a20c commit 4dc9809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ cp -r "$FWDIR/sbin" "$DISTDIR"

# Download and copy in tachyon, if requested
if [ "$SPARK_TACHYON" == "true" ]; then
TACHYON_VERSION="0.4.0"
TACHYON_VERSION="0.4.1"
TACHYON_URL="https://github.com/amplab/tachyon/releases/download/v${TACHYON_VERSION}/tachyon-${TACHYON_VERSION}-bin.tar.gz"

TMPD=`mktemp -d`
Expand Down

0 comments on commit 4dc9809

Please sign in to comment.