Re: Recent Spark test failures
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
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