Re: unable to extract tgz files downloaded from spark

2015-05-07 Thread Praveen Kumar Muthuswamy
Thanks all for the replies. I seem to have downloaded the redirector html
as Sean mentioned. It works now.



On Thu, May 7, 2015 at 10:36 AM, Frederick R Reiss frre...@us.ibm.com
wrote:

 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

 [image: Inactive hide details for Praveen Kumar Muthuswamy ---05/06/2015
 07:18:05 PM---Hi I have been trying to install latest spark ve]Praveen
 Kumar Muthuswamy ---05/06/2015 07:18:05 PM---Hi I have been trying to
 install latest spark verison and downloaded the .tgz

 From: Praveen Kumar Muthuswamy muthusamy...@gmail.com
 To: dev@spark.apache.org
 Date: 05/06/2015 07:18 PM
 Subject: unable to extract tgz files downloaded from spark
 --



 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





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


LDA and PageRank Using GraphX

2015-05-03 Thread Praveen Kumar Muthuswamy
Hi All,
I am looking to run LDA for topic modeling and page rank algorithms that
comes with GraphX
for some data analysis. Are there are any examples (GraphX) that I can take
a look  ?

Thanks
Praveen