Repository: incubator-parquet-mr
Updated Branches:
refs/heads/master 4fea3ea69 -> 9a92f3978
PARQUET-165: Update parquet version in the benchmark module
Author: Nezih Yigitbasi <nyigitbasi@netflix.com>
Closes #155 from nezihyigitbasi/parquet-benchmarks-fix and squashes the following commits:
3f43427 [Nezih Yigitbasi] Update parquet version
Project: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/commit/9a92f397
Tree: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/tree/9a92f397
Diff: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/diff/9a92f397
Branch: refs/heads/master
Commit: 9a92f39783c01ba36d32d6e9cb2631ac589b9ac8
Parents: 4fea3ea
Author: Nezih Yigitbasi <nyigitbasi@netflix.com>
Authored: Tue Mar 31 11:59:03 2015 -0700
Committer: Daniel Weeks <dweeks@netflix.com>
Committed: Tue Mar 31 11:59:03 2015 -0700
----------------------------------------------------------------------
parquet-benchmarks/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/blob/9a92f397/parquet-benchmarks/pom.xml
----------------------------------------------------------------------
diff --git a/parquet-benchmarks/pom.xml b/parquet-benchmarks/pom.xml
index c4ed87c..40caa76 100644
--- a/parquet-benchmarks/pom.xml
+++ b/parquet-benchmarks/pom.xml
@@ -21,7 +21,7 @@
<groupId>com.twitter</groupId>
<artifactId>parquet</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.6.0rc3-SNAPSHOT</version>
+ <version>1.6.0rc8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
|