NIFI-7251: Upgrade hadoop-client version to 3.2.1 to avoid the regression bug

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #4141.
This commit is contained in:
Kotaro Terada 2020-03-13 12:53:26 +09:00 committed by Pierre Villard
parent decb5d062e
commit dbda8c7f7e
No known key found for this signature in database
GPG Key ID: BEE1599F0726E9CD

View File

@ -98,7 +98,7 @@
<surefire.version>2.22.0</surefire.version> <surefire.version>2.22.0</surefire.version>
<!-- The Hadoop version used by nifi-hadoop-libraries-nar and any NARs that depend on it, other NARs that need <!-- The Hadoop version used by nifi-hadoop-libraries-nar and any NARs that depend on it, other NARs that need
a specific version should override this property, or use a more specific property like abc.hadoop.version --> a specific version should override this property, or use a more specific property like abc.hadoop.version -->
<hadoop.version>3.2.0</hadoop.version> <hadoop.version>3.2.1</hadoop.version>
</properties> </properties>
<repositories> <repositories>