Re: Recent Spark test failures

2015-05-15 Thread Frederick R Reiss
The PR builder seems to be building against Hadoop 2.3. In the log for the most recent successful build ( https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32805/consoleFull ) I see: = Building 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:unable to extract tgz file