Skip to content

Instantly share code, notes, and snippets.

@shanielh
Last active December 27, 2021 06:54
Show Gist options
  • Save shanielh/fce320ea256b286d0ada1b82baa50a2a to your computer and use it in GitHub Desktop.
Save shanielh/fce320ea256b286d0ada1b82baa50a2a to your computer and use it in GitHub Desktop.
patch_snappy_for_parquet
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