piotr-szuberski commented on a change in pull request #13287:
URL: https://github.com/apache/beam/pull/13287#discussion_r524253396
##########
File path: sdks/java/io/hadoop-common/build.gradle
##########
@@ -16,17 +16,21 @@
* limitations under the License.
*/
+import java.util.stream.Collectors
+
plugins { id 'org.apache.beam.module' }
applyJavaNature(automaticModuleName: 'org.apache.beam.sdk.io.hadoop.common')
description = "Apache Beam :: SDKs :: Java :: IO :: Hadoop Common"
ext.summary = "Library to add shared Hadoop classes among Beam IOs."
-configurations {
- hadoopVersion285
-}
+def hadoopVersions = [
+ "285": "2.8.5",
+ "292": "2.9.2",
+ "2101": "2.10.1",
Review comment:
I have the same issue - I tried to add some global variable to
BeamModulePlugin but I don't get the Gradle's keikaku how to do such thing.
About 3.2.1 - there are Jira tasks for it so I wanted to do it in another PR
(as this one already is about 2 things at once - IT test and version testing).
I'm not sure whether every module passes the tests. I'll do that right after
this is merged.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]