Last active
December 27, 2021 06:54
-
-
Save shanielh/fce320ea256b286d0ada1b82baa50a2a to your computer and use it in GitHub Desktop.
patch_snappy_for_parquet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml | |
index 379e81b4e..bf9c1c91c 100644 | |
--- a/parquet-cli/pom.xml | |
+++ b/parquet-cli/pom.xml | |
@@ -96,6 +96,12 @@ | |
<version>${hadoop.version}</version> | |
<scope>provided</scope> | |
</dependency> | |
+ <dependency> | |
+ <groupId>org.xerial.snappy</groupId> | |
+ <artifactId>snappy-java</artifactId> | |
+ <version>1.1.8.4</version> | |
+ <type>jar</type> | |
+ </dependency> | |
</dependencies> | |
<build> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment