Re: Not able to see registered table records and Pyspark not working

2015-07-09 Thread moon soo Lee
You can still manually configure all the environment variables and properties for pyspark, but it is suggested to build with -Ppyspark from now. Thanks, moon On Wed, Jul 8, 2015 at 10:59 PM IT CTO goi@gmail.com wrote: Does this means that everyone who wants pySpark to work should use this

Re: Not able to see registered table records and Pyspark not working

2015-07-09 Thread Alexander Bezzubov
Hi, please mind that flag -Pyspark will download full spark binary distribution, so it might take a while for the first time you do it. That was the main reason behind hiding it under the separate profile. On Thu, Jul 9, 2015 at 11:53 PM, moon soo Lee m...@apache.org wrote: You can still

Re: Not able to see registered table records and Pyspark not working

2015-07-08 Thread moon soo Lee
If your source code is older than 3 days? Because of -Ppyspark is merged about 3 days ago. Thanks, moon On Wed, Jul 8, 2015 at 1:58 PM Vadla, Karthik karthik.va...@intel.com wrote: I’m using this .zip https://github.com/apache/incubator-zeppelin Thanks Karthik *From:* moon soo Lee

RE: Not able to see registered table records and Pyspark not working

2015-07-08 Thread Vadla, Karthik
I’m using this .zip https://github.com/apache/incubator-zeppelin Thanks Karthik From: moon soo Lee [mailto:m...@apache.org] Sent: Wednesday, July 8, 2015 1:37 PM To: users@zeppelin.incubator.apache.org Subject: Re: Not able to see registered table records and Pyspark not working Are you

RE: Not able to see registered table records and Pyspark not working

2015-07-08 Thread Vadla, Karthik
Hi Moon, Yeah I tried below command. The build was successful, but at the end I got warning message as below [WARNING] The requested profile pyspark could not be activated because it does not exist. Pyspark exists on machine. Do I need to anything further. Thanks Karthik From: moon soo Lee