Re: Setting conf options in jupyter

2016-10-02 Thread Kabeer Ahmed
e("bar")       )   Sent: Thursday, September 29, 2016 at 9:23 PM From: "William Kupersanin" To: user@spark.apache.org Subject: Setting conf options in jupyter Hello,   I am trying to figure out how to correctly set config options in jupyter when I am already provided a Spar

Setting conf options in jupyter

2016-09-29 Thread William Kupersanin
Hello, I am trying to figure out how to correctly set config options in jupyter when I am already provided a SparkContext and a HiveContext. I need to increase a couple of memory allocations. My program dies indicating that I am trying to call methods on a stopped SparkContext. I thought I had cre