Reamer commented on issue #3719: [ZEPPELIN-4725]. Merge process env into interpreter process env in InterpreterLauncher URL: https://github.com/apache/zeppelin/pull/3719#issuecomment-611488214 I think you have broke both tests in `StandardInterpreterLauncherTest` with `Map<String, String> env = EnvironmentUtils.getProcEnvironment();` The environment variable are now much higher then [`1`](https://github.com/apache/zeppelin/blob/ec2f03f2acc37174de38a59b7da3520ebc344e33/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/launcher/StandardInterpreterLauncherTest.java#L82) or [`2`](https://github.com/apache/zeppelin/blob/ec2f03f2acc37174de38a59b7da3520ebc344e33/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/launcher/StandardInterpreterLauncherTest.java#L59) depending on your build environment. Take a look into Travis. https://travis-ci.org/github/apache/zeppelin/jobs/672840688
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
