This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new b62c607  [ZEPPELIN-4597]. Deprecate r module
b62c607 is described below

commit b62c6078d1d6dee30f9e35e10bf7e6d0f1e1ffc5
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Fri Feb 7 14:54:42 2020 +0800

    [ZEPPELIN-4597]. Deprecate r module
    
    ### What is this PR for?
    
    This PR just deprecate the existing the r module, but keep the source code 
until someone pick it up. We may delete it later if no one would like to take 
over it.
    
    ### What type of PR is it?
    [Refactoring]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-4597
    
    ### How should this be tested?
    * CI pass
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Jeff Zhang <zjf...@apache.org>
    
    Closes #3636 from zjffdu/ZEPPELIN-4597 and squashes the following commits:
    
    fd084c831 [Jeff Zhang] [ZEPPELIN-4597]. Deprecate r module
---
 dev/publish_release.sh            | 2 +-
 docs/setup/basics/how_to_build.md | 4 ----
 pom.xml                           | 7 -------
 3 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/dev/publish_release.sh b/dev/publish_release.sh
index 3519fdf..e723ce0 100755
--- a/dev/publish_release.sh
+++ b/dev/publish_release.sh
@@ -46,7 +46,7 @@ if [[ $RELEASE_VERSION == *"SNAPSHOT"* ]]; then
   DO_SNAPSHOT="yes"
 fi
 
-PUBLISH_PROFILES="-Ppublish-distr -Phadoop-2.6 -Pr"
+PUBLISH_PROFILES="-Ppublish-distr -Phadoop-2.6 -"
 PROJECT_OPTIONS="-pl !zeppelin-distribution"
 NEXUS_STAGING="https://repository.apache.org/service/local/staging";
 NEXUS_PROFILE="153446d1ac37c4"
diff --git a/docs/setup/basics/how_to_build.md 
b/docs/setup/basics/how_to_build.md
index 145cb14..209f169 100644
--- a/docs/setup/basics/how_to_build.md
+++ b/docs/setup/basics/how_to_build.md
@@ -131,10 +131,6 @@ Available profiles are
 -Pscala-2.11
 ```
 
-##### `-Pr` (optional)
-
-enable [R](https://www.r-project.org/) support with 
[SparkR](https://spark.apache.org/docs/latest/sparkr.html) integration.
-Note that, this enables R interpreter which is different from sparkR included 
in Spark interpreter by default.
 
 ##### `-Pvendor-repo` (optional)
 
diff --git a/pom.xml b/pom.xml
index f216a55..4308bf2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -788,13 +788,6 @@
     </profile>
 
     <profile>
-      <id>r</id>
-      <modules>
-        <module>r</module>
-      </modules>
-    </profile>
-
-    <profile>
       <id>web-angular</id>
       <activation>
         <activeByDefault>true</activeByDefault>

Reply via email to