Github user purechoc commented on the issue:
https://github.com/apache/zeppelin/pull/1587
@Leemoonsoo
thanks to review.
first. i try like that.
```
# add properties
{
"group": "livy",
"name": "pyspark3",
"className": "org.apache.zeppelin.livy.LivyPySparkInterpreter",
"properties": {
"zeppelin.livy.kind": {
"propertyName": "zeppelin.livy.kind",
"defaultValue": "pyspark3"
},
},
"editor": {
"language": "python",
"editOnDblClick": false
}
},
```
it is work. but that property assign both "livy.pyspark" and
"livy.pyspark3".
if user want to python2 and python3 both,
user need to make new interpreter base on livy group and set property
zeppelin.livy.kind=pyspark3.
if, this is better than adding new interpreter class, i fixed code and
commit soon.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---