Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Parquet/parquet-mr
Browse files Browse the repository at this point in the history
  • Loading branch information
julienledem committed Mar 8, 2013
2 parents ca1f11a + 70abea6 commit 37468c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ Copyright 2012 Twitter, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

## Documentation

[On the Parquet wiki](https://github.com/Parquet/parquet-mr/wiki)
2 changes: 1 addition & 1 deletion parquet-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>parquet</groupId>
<groupId>com.twitter</groupId>
<artifactId>parquet-format</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion parquet-pig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>parquet</groupId>
<groupId>com.twitter</groupId>
<artifactId>parquet-format</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
Expand Down

0 comments on commit 37468c0

Please sign in to comment.