Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ com.google.flatbuffers:flatbuffers-java
com.google.guava:guava
com.jamesmurty.utils:java-xmlbuilder
com.ning:compress-lzf
com.squareup.okhttp3:okhttp
com.squareup.okio:okio
com.tdunning:json
com.twitter:chill-java
com.twitter:chill_2.13
Expand Down
3 changes: 0 additions & 3 deletions dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ hadoop-client-api/3.5.0//hadoop-client-api-3.5.0.jar
hadoop-client-runtime/3.5.0//hadoop-client-runtime-3.5.0.jar
hadoop-cloud-storage/3.5.0//hadoop-cloud-storage-3.5.0.jar
hadoop-gcp/3.5.0//hadoop-gcp-3.5.0.jar
hadoop-huaweicloud/3.5.0//hadoop-huaweicloud-3.5.0.jar
hadoop-shaded-guava/1.5.0//hadoop-shaded-guava-1.5.0.jar
hive-beeline/2.3.10//hive-beeline-2.3.10.jar
hive-cli/2.3.10//hive-cli-2.3.10.jar
Expand Down Expand Up @@ -226,8 +225,6 @@ netty-transport-native-kqueue/4.2.16.Final/osx-x86_64/netty-transport-native-kqu
netty-transport-native-unix-common/4.2.16.Final//netty-transport-native-unix-common-4.2.16.Final.jar
netty-transport/4.2.16.Final//netty-transport-4.2.16.Final.jar
objenesis/3.5//objenesis-3.5.jar
okhttp/3.12.12//okhttp-3.12.12.jar
okio/1.17.6//okio-1.17.6.jar
opencsv/2.3//opencsv-2.3.jar
opentelemetry-api/1.49.0//opentelemetry-api-1.49.0.jar
opentelemetry-context/1.49.0//opentelemetry-context-1.49.0.jar
Expand Down
26 changes: 0 additions & 26 deletions hadoop-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
</description>
<properties>
<sbt.project.name>hadoop-cloud</sbt.project.name>
<okhttp.version>3.12.12</okhttp.version>
<okio.version>1.17.6</okio.version>
<wildfly-openssl.version>2.3.0.Final</wildfly-openssl.version>
</properties>

Expand Down Expand Up @@ -158,12 +156,6 @@
<version>${hadoop.version}</version>
<scope>${hadoop.deps.scope}</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-huaweicloud</artifactId>
<version>${hadoop.version}</version>
<scope>${huaweicloud.deps.scope}</scope>
</dependency>
<!--
There's now a hadoop-cloud-storage which transitively pulls in the store JARs,
but it still needs some selective exclusion across versions, especially 3.0.x.
Expand Down Expand Up @@ -203,18 +195,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
<scope>${huaweicloud.deps.scope}</scope>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>${okio.version}</version>
<scope>${huaweicloud.deps.scope}</scope>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -242,12 +222,6 @@
</build>

<profiles>
<profile>
<id>huaweicloud-provided</id>
<properties>
<huaweicloud.deps.scope>provided</huaweicloud.deps.scope>
</properties>
</profile>
<profile>
<id>integration-test</id>
<build>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@
-->
<derby.deps.scope>compile</derby.deps.scope>
<hadoop.deps.scope>compile</hadoop.deps.scope>
<huaweicloud.deps.scope>compile</huaweicloud.deps.scope>
<hive.deps.scope>compile</hive.deps.scope>
<hive.storage.version>2.8.1</hive.storage.version>
<hive.storage.scope>compile</hive.storage.scope>
Expand Down Expand Up @@ -3625,7 +3624,6 @@
<id>hadoop-provided</id>
<properties>
<spark.yarn.isHadoopProvided>true</spark.yarn.isHadoopProvided>
<huaweicloud.deps.scope>provided</huaweicloud.deps.scope>
</properties>
</profile>
<profile>
Expand Down