Re: multiple interpreters for spark python2 and 3

2019-08-12 Thread Jeff Zhang
envName": "PYSPARK_PYTHON", > > "propertyName": null, > > "defaultValue": "python3.6", > > "description": "Python3.6 command to run pyspark with", > > "type": "string&qu

RE: multiple interpreters for spark python2 and 3

2019-08-12 Thread Manuel Sopena Ballesteros
g" }, "zeppelin.pyspark.useIPython": { "envName": null, "propertyName": "zeppelin.pyspark.useIPython", "defaultValue": true, "description": "whether use IPython when it is available&

Re: multiple interpreters for spark python2 and 3

2019-08-12 Thread Jeff Zhang
2 Approaches: 1. create 2 spark interpreters, one with python2 and another with python3 2. use generic configuration interpreter. https://medium.com/@zjffdu/zeppelin-0-8-0-new-features-ea53e8810235 Manuel Sopena Ballesteros 于2019年8月12日周一 下午3:41写道: > > > Dear Zeppelin community, > > > > I have