dfdx / Spark.jl

Julia binding for Apache Spark
Other
204 stars 39 forks source link

Error in InstallJuliaHDI.sh script #76

Closed abhijithch closed 4 years ago

abhijithch commented 4 years ago

The command curl -s https://julialang-s3.julialang.org/bin/linux/x64/1.0/julia-1.0.2-linux-x86_64.tar.gz | sudo tar -xz -C /usr/local/ JULIA_HOME=/usr/local/julia-1.0.2/bin throws the following error,

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now

It went through fine by using -sL option along with the curl command

abhijithch commented 4 years ago

Fixed with a1f72394e32bc918fa9d6816e49af30257320eec