Skip to content

Commit

Permalink
Add hadoop-auth (#33342)
Browse files Browse the repository at this point in the history
* add hadoop auth

* trigger xlang tests

* place dep in expansion service
  • Loading branch information
ahmedabu98 authored Dec 10, 2024
1 parent 76bcec0 commit b4fbf89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 3
"modification": 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ class BeamModulePlugin implements Plugin<Project> {
grpc_xds : "io.grpc:grpc-xds", // google_cloud_platform_libraries_bom sets version
guava : "com.google.guava:guava:$guava_version",
guava_testlib : "com.google.guava:guava-testlib:$guava_version",
hadoop_auth : "org.apache.hadoop:hadoop-auth:$hadoop_version",
hadoop_client : "org.apache.hadoop:hadoop-client:$hadoop_version",
hadoop_common : "org.apache.hadoop:hadoop-common:$hadoop_version",
hadoop_mapreduce_client_core : "org.apache.hadoop:hadoop-mapreduce-client-core:$hadoop_version",
Expand Down
1 change: 1 addition & 0 deletions sdks/java/io/expansion-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies {
permitUnusedDeclared project(":sdks:java:io:kafka:upgrade") // BEAM-11761

// **** IcebergIO runtime dependencies ****
runtimeOnly library.java.hadoop_auth
runtimeOnly library.java.hadoop_client
// Needed when using GCS as the warehouse location.
runtimeOnly library.java.bigdataoss_gcs_connector
Expand Down
3 changes: 1 addition & 2 deletions sdks/java/io/iceberg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@ dependencies {
implementation "org.apache.iceberg:iceberg-api:$iceberg_version"
implementation "org.apache.iceberg:iceberg-parquet:$iceberg_version"
implementation "org.apache.iceberg:iceberg-orc:$iceberg_version"
runtimeOnly "org.apache.iceberg:iceberg-gcp:$iceberg_version"
implementation library.java.hadoop_common
runtimeOnly "org.apache.iceberg:iceberg-gcp:$iceberg_version"

testImplementation project(":sdks:java:managed")
testImplementation library.java.hadoop_client
testImplementation library.java.bigdataoss_gcsio
testImplementation library.java.bigdataoss_gcs_connector
testImplementation library.java.bigdataoss_util_hadoop
testImplementation "org.apache.iceberg:iceberg-gcp:$iceberg_version"
testImplementation "org.apache.iceberg:iceberg-data:$iceberg_version"
testImplementation project(path: ":sdks:java:core", configuration: "shadowTest")
testImplementation project(":sdks:java:extensions:google-cloud-platform-core")
Expand Down

0 comments on commit b4fbf89

Please sign in to comment.