This is an automated email from the ASF dual-hosted git repository.
gabor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new fe9ab5d PARQUET-1923: upgrade hadoop from 2.7.3 to 2.10.1 (#826)
fe9ab5d is described below
commit fe9ab5d22c602776f44b027ad3cc05609eddba54
Author: Alexander Bayandin <[email protected]>
AuthorDate: Wed Oct 14 08:45:49 2020 +0200
PARQUET-1923: upgrade hadoop from 2.7.3 to 2.10.1 (#826)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 09b17ad..6bd1df5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
<jackson-databind.version>${jackson.version}</jackson-databind.version>
<japicmp.version>0.14.2</japicmp.version>
<shade.prefix>shaded.parquet</shade.prefix>
- <hadoop.version>2.7.3</hadoop.version>
+ <hadoop.version>2.10.1</hadoop.version>
<cascading.version>2.7.1</cascading.version>
<cascading3.version>3.1.2</cascading3.version>
<parquet.format.version>2.8.0</parquet.format.version>