Skip to content

Commit

Permalink
Merge pull request apache#385 from NFLabs/fix/saveAsParquetFile
Browse files Browse the repository at this point in the history
Fix saveAsParquetFile
  • Loading branch information
Leemoonsoo committed Mar 16, 2015
2 parents c84347d + 4d4dfe3 commit 4f72688
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,12 @@
<version>${protobuf.version}</version>
</dependency>

<dependency>
<groupId>com.twitter</groupId>
<artifactId>parquet-hadoop-bundle</artifactId>
<version>${parquet.version}</version>
</dependency>

<dependency>
<groupId>com.twitter</groupId>
<artifactId>chill_${scala.binary.version}</artifactId>
Expand Down

0 comments on commit 4f72688

Please sign in to comment.