GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2949
ZEPPELIN-3325. R interpreter build bugfix ### What is this PR for? Cherry pick from master bran h. Failing to build R interpreter (-Pr) after Spark refactoring ### What type of PR is it? [Bug Fix] ### Todos * [ ] - Task What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-3325 How should this be tested? mvn clean package --batch-mode package -Phelium-dev -Pscala-2.11 -Dscala.version=2.11.8 -Dscala.binary.version=2.11 -Pbuild-distr -Pspark-2.1 -Dspark.version=2.1.1 -Pr -Phadoop-2.7 -Dhadoop.version=2.7.3 -Dmaven.findbugs.enable=false -Drat.skip=true -Dcheckstyle.skip=true -DskipTests Questions: Does the licenses files need update? N Is there breaking changes for older versions? N Does this needs documentation? N You can merge this pull request into a Git repository by running: $ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-3325 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2949.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2949 ---- commit bad6e70aed8405d65102dd9115796b674dd3f532 Author: Jeff Zhang <zjffdu@...> Date: 2018-04-27T02:24:50Z ZEPPELIN-3325. R interpreter build bugfix ---- ---