Re: Spark Context in custom interpreter

2017-05-13 Thread Jongyoul Lee
I think you'd better to add interpreter in spark interpreter group. On Thu, Apr 20, 2017 at 11:14 PM, Michael Marconi wrote: > I am developing a custom interpreter that needs access to the Spark > Context, so that he can transform data stored in DataFrames created in > other

Spark Context in custom interpreter

2017-04-20 Thread Michael Marconi
I am developing a custom interpreter that needs access to the Spark Context, so that he can transform data stored in DataFrames created in other paragraphs. Can anyone advise me on the best way to get hold of that Context please?