Jiaming Shu created ZEPPELIN-2841:
-------------------------------------
Summary: shell interpreter complained that working directory '.'
can not be found in docker enviroment
Key: ZEPPELIN-2841
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2841
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.7.2, 0.7.1, 0.7.0
Environment: v7.0
Reporter: Jiaming Shu
Fix For: 0.6.3, 0.7.3, 0.8.0
I installed zeppelin v7.0 on a centos6.5 based image, which made an new image.
I started the new image with CMD +_${ZEPPELIN_HOME}/bin/zeppelin.sh --config
${ZEPPELIN_CONF_DIR} _+ . It stared and work normally until I run an shell
script.
An script as simple as 'ls'. It failed and the log said that working directory
'.' can not be
found.
I add a line of code to set current working directory to USER`s home, and it
works.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)