Skip to content

Commit

Permalink
R
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Mar 19, 2024
1 parent 8adcc32 commit 7e72132
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,6 @@
<scope>${hadoop.deps.scope}</scope>
</dependency>



<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-tests</artifactId>
Expand Down
19 changes: 8 additions & 11 deletions rlang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<spark.archive>spark-${spark.version}</spark.archive>
<spark.bin.download.url>
https://archive.apache.org/dist/spark/${spark.archive}/${spark.archive}-bin-without-hadoop.tgz
https://archive.apache.org/dist/spark/${spark.archive}/${spark.archive}-bin-hadoop3.tgz
</spark.bin.download.url>
<interpreter.jar.name>zeppelin-interpreter-r</interpreter.jar.name>
</properties>
Expand Down Expand Up @@ -105,12 +105,6 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
<version>${spark.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -119,19 +113,22 @@
<version>${jsoup.version}</version>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-runtime</artifactId>
<version>${hadoop.version}</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.mashape.unirest</groupId>
<artifactId>unirest-java</artifactId>
<version>1.4.9</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down Expand Up @@ -176,7 +173,7 @@
<resources>
<resource>
<directory>
${project.build.directory}/spark-${spark.version}-bin-without-hadoop/R/lib
${project.build.directory}/spark-${spark.version}-bin-hadoop3/R/lib
</directory>
</resource>
</resources>
Expand Down
3 changes: 1 addition & 2 deletions spark/spark-shims/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
-->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
<artifactId>hadoop-client-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7e72132

Please sign in to comment.