GitHub user necosta opened a pull request:
https://github.com/apache/zeppelin/pull/2864
Hotfix: R interpreter bugfix
### What is this PR for?
Failing to build R interpreter (-Pr) after Spark refactoring
### What type of PR is it?
Bug Fix
### 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 \
-Pcassandra-spark-1.5 \
-Psparkr \
-Ppyspark \
-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/nokia/zeppelin ZEPPELIN-3325
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2864.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 #2864
----
commit 14b0decca24c9ed9ff61d7dd1ed990e70d46d026
Author: Nelson Costa <nelson.costa85@...>
Date: 2018-03-13T14:50:29Z
Hotfix: R interpreter bugfix
----
---