Re: Execution Error

2017-05-28 Thread arijit chakraborty
Thank you Arvind! I'll try it and let you know. Thanks again! Arijit From: Arvind Surve Sent: Monday, May 29, 2017 12:29:18 AM To: dev@systemml.apache.org Subject: Re: Execution Error I would not recommend to set environment variables in the notebook i

Re: Execution Error

2017-05-28 Thread Arvind Surve
27;, '15g') sc = SparkContext("local[*]", "test") from pyspark.sql import SQLContext import systemml as sml sqlCtx = SQLContext(sc) ml = sml.MLContext(sc).setStatistics(True) Regards, Arijit ________ From: Arvind Surve Sent: Monday, May

Re: Execution Error

2017-05-28 Thread arijit chakraborty
memory', '15g') sc = SparkContext("local[*]", "test") from pyspark.sql import SQLContext import systemml as sml sqlCtx = SQLContext(sc) ml = sml.MLContext(sc).setStatistics(True) Regards, Arijit ________ From: Arvind Surve Sent: Mond

Re: Execution Error

2017-05-28 Thread Arvind Surve
Seems like you have Spark path issue either due to ' ' (Space) in the directory path or path for spark has not set correctly. Cannot run program "C:\spark": CreateProcess error=5, Access is denied at java.lang.ProcessBuilder.start(Unknown Source) Arvind Surve | Spark Technology Center  

Execution Error

2017-05-28 Thread arijit chakraborty
Hi, I was running our systemML code in spark 2.1.1 and anaconda 3.6, and we start getting this error. Could not understand why we are getting it. Can anyone please help. Thank you! Arijit --- Py4JJavaError