Lee moon soo created ZEPPELIN-1101: -------------------------------------- Summary: netinst spark interpreter using bin/install-interpreter.sh Key: ZEPPELIN-1101 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1101 Project: Zeppelin Issue Type: Improvement Affects Versions: 0.6.0 Reporter: Lee moon soo Fix For: 0.6.1
bin/install-interpreter.sh is introduced by ZEPPELIN-1046 to install interpreter binaries in netinst package. bin/install-interpreter.sh downloads interpreter artifacts from maven repository. However, spark interpreter requires additional files (python and r libraries), so bin/install-interpreter.sh couldn't handle it. That's the reason why spark interpreter is still in netinst package. To remove spark interpreter from netinst package, bin/install-interpreter.sh will need to download spark binary package and extract R and Python libraries. -- This message was sent by Atlassian JIRA (v6.3.4#6332)