Skip to content

Commit

Permalink
Merge pull request #13352: [BEAM-8615 BEAM-8569 BEAM-7937] Add hadoop…
Browse files Browse the repository at this point in the history
… 3 compatibility tests
  • Loading branch information
iemejia committed Nov 16, 2020
2 parents 0ab83e9 + b0ac11d commit 171c351
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions runners/spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def hadoopVersions = [
"285": "2.8.5",
"292": "2.9.2",
"2101": "2.10.1",
"321": "3.2.1",
]

hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}
Expand Down
1 change: 1 addition & 0 deletions sdks/java/extensions/sorter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def hadoopVersions = [
"285": "2.8.5",
"292": "2.9.2",
"2101": "2.10.1",
"321": "3.2.1",
]

hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}
Expand Down
1 change: 1 addition & 0 deletions sdks/java/extensions/sql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def hadoopVersions = [
"285": "2.8.5",
"292": "2.9.2",
"2101": "2.10.1",
"321": "3.2.1",
]

hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}
Expand Down
1 change: 1 addition & 0 deletions sdks/java/io/hadoop-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def hadoopVersions = [
"285": "2.8.5",
"292": "2.9.2",
"2101": "2.10.1",
"321": "3.2.1",
]

hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}
Expand Down
1 change: 1 addition & 0 deletions sdks/java/io/hadoop-file-system/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def hadoopVersions = [
"285": "2.8.5",
"292": "2.9.2",
"2101": "2.10.1",
"321": "3.2.1",
]

hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}
Expand Down
1 change: 1 addition & 0 deletions sdks/java/io/hadoop-format/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def hadoopVersions = [
"285": "2.8.5",
"292": "2.9.2",
"2101": "2.10.1",
"321": "3.2.1",
]

hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}
Expand Down
1 change: 1 addition & 0 deletions sdks/java/io/parquet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def hadoopVersions = [
"285": "2.8.5",
"292": "2.9.2",
"2101": "2.10.1",
"321": "3.2.1",
]

hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}
Expand Down

0 comments on commit 171c351

Please sign in to comment.