Unsubscribe

2017-07-17 Thread Praveen Kumar

Re: unable to extract tgz files downloaded from spark

2015-05-07 Thread Praveen Kumar Muthuswamy
sing "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--

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