Member since
05-06-2014
14
Posts
3
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3334 | 07-08-2016 05:04 PM | |
4503 | 07-06-2016 02:42 AM | |
3380 | 07-04-2016 08:54 AM |
06-06-2019
11:09 PM
I added above values and that was causing https to shutdown. After deleting those values , it started and working fine now. Thanks @Harsh J for your reply.
... View more
01-29-2019
06:31 AM
Hi, SparkR has been removed from R Cran repository.Could you please advise what needs to be installed instead. Thanks Sankar
... View more
07-09-2016
12:31 AM
2 Kudos
Dear Stewart, Here you can read about Spark notebooks: http://www.cloudera.com/documentation/enterprise/latest/topics/spark_ipython.html Best regards, Gabor
... View more
07-06-2016
08:13 AM
I would advise to use ipython's internal debugger ipdb. This debugger allows you to run every statement step by step. * http://quant-econ.net/py/ipython.html#debugging * https://docs.python.org/3/library/pdb.html Finally regarding the other statements above when you using Anaconda's ipython remember to set the environment variable PYSPARK_PYTHON to the location of ipython (ex. /usr/bin/ipython) so PySpark knows where to find ipython. Good luck.
... View more