Re: unable to extract tgz files downloaded from spark

2015-05-07 Thread Praveen Kumar Muthuswamy
-Hi I have been trying to > install latest spark verison and downloaded the .tgz > > From: Praveen Kumar Muthuswamy > To: dev@spark.apache.org > Date: 05/06/2015 07:18 PM > Subject: unable to extract tgz files downloaded from spark > -- > &

Re: unable to extract tgz files downloaded from spark

2015-05-07 Thread Frederick R Reiss
Hi Praveen, In the past I've downloaded some Spark tarballs that weren't actually gzipped. Try using "tar xvf" instead of "tar xvzf" to extract the files. Fred From: Praveen Kumar Muthuswamy To: dev@spark.apache.org Date: 05/06/2015 07:18 PM Subject

Re: unable to extract tgz files downloaded from spark

2015-05-07 Thread Pramod Biligiri
This happens sometimes when the download gets stopped or corrupted. You can verify the integrity of your file by comparing with the md5 and sha signatures published here: http://www.apache.org/dist/spark/spark-1.3.1/ Pramod On Wed, May 6, 2015 at 7:16 PM, Praveen Kumar Muthuswamy < muthusamy...@g

Re: unable to extract tgz files downloaded from spark

2015-05-06 Thread Ted Yu
>From which site did you download the tar ball ? Which package type did you choose (pre-built for which distro) ? Thanks On Wed, May 6, 2015 at 7:16 PM, Praveen Kumar Muthuswamy < muthusamy...@gmail.com> wrote: > Hi > I have been trying to install latest spark verison and downloaded the .tgz >

unable to extract tgz files downloaded from spark

2015-05-06 Thread Praveen Kumar Muthuswamy
Hi I have been trying to install latest spark verison and downloaded the .tgz files(ex spark-1.3.1.tgz). But, I could not extract them. It complains of invalid tar format. Has any seen this issue ? Thanks Praveen