George Klimov created ZEPPELIN-3682: ---------------------------------------
Summary: ZEPPELIN-3557 broke master branch Key: ZEPPELIN-3682 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3682 Project: Zeppelin Issue Type: Bug Reporter: George Klimov Because of [ZEPPELIN-3557|https://github.com/apache/zeppelin/pull/3100] {noformat} mvn clean package -DskipTests{noformat} finishes with error: {noformat} [INFO] --- exec-maven-plugin:1.2.1:exec (default) @ zeppelin-zrinterpreter_2.10 --- +++ dirname R/install-dev.sh ++ cd R ++ pwd + FWDIR=/home/egklimov/IdeaProjects/zeppelin/r/R + LIB_DIR=/home/egklimov/IdeaProjects/zeppelin/r/R/../../R/lib + mkdir -p /home/egklimov/IdeaProjects/zeppelin/r/R/../../R/lib + pushd /home/egklimov/IdeaProjects/zeppelin/r/R + R CMD INSTALL --library=/home/egklimov/IdeaProjects/zeppelin/r/R/../../R/lib /home/egklimov/IdeaProjects/zeppelin/r/R/rzeppelin/ R/install-dev.sh: line 38: R: command not found [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] Zeppelin: R Interpreter ............................ FAILURE [ 16.262 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default) on project zeppelin-zrinterpreter_2.10: Command execution failed. Process exited with an error: 127 (Exit value: 127) -> [Help 1] {noformat} Reverting ZEPPELIN 3557 fixes it -- This message was sent by Atlassian JIRA (v7.6.3#76005)