Created
August 22, 2013 02:26
-
-
Save massie/6302534 to your computer and use it in GitHub Desktop.
Spark, Parquet and Avro dependencies
This file contains 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
<dependency> | |
<groupId>org.spark-project</groupId> | |
<artifactId>spark-core_${scala.version}</artifactId> | |
<version>0.7.3</version> | |
</dependency> | |
<dependency> | |
<groupId>com.twitter</groupId> | |
<artifactId>parquet-avro</artifactId> | |
<version>1.0.0</version> | |
</dependency> | |
<dependency> | |
<groupId>org.apache.avro</groupId> | |
<artifactId>avro</artifactId> | |
<version>${avro.version}</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment