Skip to content

Commit 1d99fa8

Browse files
committed
Remove rscala related stuff from project
1 parent fc66da9 commit 1d99fa8

File tree

7 files changed

+0
-86
lines changed

7 files changed

+0
-86
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ zeppelin-web/bower_components
5454
**/testing/
5555
!/testing/
5656

57-
**/lib/rscala
58-
59-
**/lib/rscala
60-
6157
# OS generated files #
6258
######################
6359
.DS_Store

bin/interpreter.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ if [[ "${INTERPRETER_ID}" == "spark" ]]; then
129129

130130
export SPARK_CLASSPATH+=":${ZEPPELIN_CLASSPATH}"
131131
fi
132-
CLASSPATH+=":${ZEPPELIN_CLASSPATH}":"${ZEPPELIN_HOME}/interpreter/spark/R/rscala_2.10-1.0.6.jar"
133132
fi
134133

135134
addJarInDir "${LOCAL_INTERPRETER_REPO}"

docs/interpreter/R.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@ Then install the required R libraries;
2727
+ knitr with `R -e "install.packages('knitr', repos = 'http://cran.us.r-project.org')"`
2828
+ ggplot2 with `R -e "install.packages('ggplot2', repos = 'http://cran.us.r-project.org')"`
2929
+ Other vizualisation librairies with `R -e "install.packages(c('devtools','mplot', 'googleVis'), repos = 'http://cran.us.r-project.org'); require(devtools); install_github('ramnathv/rCharts')"`
30-
+ rscala: You need version 1.0.6 of RScala, so the commands will be [1]
3130

32-
```
33-
[1]
34-
curl https://cran.r-project.org/src/contrib/Archive/rscala/rscala_1.0.6.tar.gz -o /tmp/rscala_1.0.6.tar.gz
35-
R CMD INSTALL /tmp/rscala_1.0.6.tar.gz
36-
```
3731

3832
We recommend you to also install the following optional R libraries to enjoy data analytics:
3933

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
<libthrift.version>0.9.2</libthrift.version>
117117
<gson.version>2.2</gson.version>
118118
<guava.version>15.0</guava.version>
119-
<rscala.version>1.0.6</rscala.version>
120119

121120
<PermGen>64m</PermGen>
122121
<MaxPermGen>512m</MaxPermGen>
@@ -230,25 +229,6 @@
230229

231230
<build>
232231
<plugins>
233-
<plugin>
234-
<groupId>com.googlecode.maven-download-plugin</groupId>
235-
<artifactId>download-maven-plugin</artifactId>
236-
<version>1.2.1</version>
237-
<executions>
238-
<execution>
239-
<id>download-rscala-lib</id>
240-
<phase>validate</phase>
241-
<goals>
242-
<goal>wget</goal>
243-
</goals>
244-
<configuration>
245-
<url>https://cran.r-project.org/src/contrib/Archive/rscala/rscala_${rscala.version}.tar.gz</url>
246-
<unpack>true</unpack>
247-
<outputDirectory>${user.dir}/spark/lib</outputDirectory>
248-
</configuration>
249-
</execution>
250-
</executions>
251-
</plugin>
252232
<plugin>
253233
<groupId>org.apache.rat</groupId>
254234
<artifactId>apache-rat-plugin</artifactId>

spark/lib/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

zeppelin-distribution/src/bin_license/LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ The text of each license is also included at licenses/LICENSE-[project]-[version
159159
(BSD 3 Clause) highlightjs v8.4.0 (https://highlightjs.org/) - https://github.com/isagalaev/highlight.js/blob/8.4/LICENSE
160160
(BSD 3 Clause) hamcrest v1.3 (http://hamcrest.org/JavaHamcrest/) - http://opensource.org/licenses/BSD-3-Clause
161161
(BSD Style) JLine v2.12.1 (https://github.com/jline/jline2) - https://github.com/jline/jline2/blob/master/LICENSE.txt
162-
(BSD Clause) RScala 1.0.6 (https://cran.r-project.org/web/packages/rscala/index.html) - https://cran.r-project.org/web/licenses/BSD_3_clause
163162

164163

165164

zeppelin-distribution/src/bin_license/licenses/LICENSE-rscala-1.0.6

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)