pravega / hadoop-connectors

Apache Hadoop connectors for Pravega.
Apache License 2.0
3 stars 13 forks source link

Update to Java 11 and Hadoop 3.3 #143

Closed crazyzhou closed 3 years ago

crazyzhou commented 3 years ago

Problem description Pravega has updated to jdk 11 for its build. In order to make the test using pravega-standalone work, the project also needs to compile under Java 11. And this requires the Hadoop version to upgrade to the latest 3.3 which has the Java 11 support.

Problem location gradle.properties

Suggestions for an improvement