You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by sh...@apache.org on 2016/09/30 22:28:41 UTC

[1/2] incubator-hawq git commit: Update PXF version

Repository: incubator-hawq
Updated Branches:
  refs/heads/master ea04a072b -> b33e4d5db


Update PXF version


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/c30bc92d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/c30bc92d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/c30bc92d

Branch: refs/heads/master
Commit: c30bc92d722f9378a9fee56518e17460f8b0ae78
Parents: fd0b25d
Author: Shivram Mani <sh...@gmail.com>
Authored: Fri Sep 30 15:28:17 2016 -0700
Committer: Shivram Mani <sh...@gmail.com>
Committed: Fri Sep 30 15:28:17 2016 -0700

----------------------------------------------------------------------
 pxf/build.gradle      | 2 +-
 pxf/gradle.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/c30bc92d/pxf/build.gradle
----------------------------------------------------------------------
diff --git a/pxf/build.gradle b/pxf/build.gradle
index a66c586..e70104c 100644
--- a/pxf/build.gradle
+++ b/pxf/build.gradle
@@ -43,7 +43,7 @@ buildscript {
 
 // Hadoop distribution (can be phd or hdp) - needed to set correct classpaths
 // can be set with -Dhd=<value>
-def hddist = System.properties['hd'] ?: 'phd';
+def hddist = System.properties['hd'] ?: 'hdp';
 if (hddist != 'phd' && hddist != 'hdp') {
     throw new GradleException("hadoop distribution parameter (hd) set to invalid value: $hddist")
 }

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/c30bc92d/pxf/gradle.properties
----------------------------------------------------------------------
diff --git a/pxf/gradle.properties b/pxf/gradle.properties
index 06d6c3a..24e5461 100644
--- a/pxf/gradle.properties
+++ b/pxf/gradle.properties
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version=3.0.1
+version=3.0.1.0
 license=ASL 2.0
 vendor=Apache HAWQ Incubating
 hadoopVersion=2.7.1


[2/2] incubator-hawq git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-hawq

Posted by sh...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-hawq


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/b33e4d5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/b33e4d5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/b33e4d5d

Branch: refs/heads/master
Commit: b33e4d5db13312682e8d31126939a89947e049e8
Parents: c30bc92 ea04a07
Author: Shivram Mani <sh...@gmail.com>
Authored: Fri Sep 30 15:28:27 2016 -0700
Committer: Shivram Mani <sh...@gmail.com>
Committed: Fri Sep 30 15:28:27 2016 -0700

----------------------------------------------------------------------
 config/perl.m4                       | 20 ++++++++++++++++
 configure                            | 14 +++++++++++
 configure.in                         |  1 +
 src/backend/catalog/pg_compression.c |  9 ++++---
 src/pl/plr.spec                      | 10 ++++----
 tools/bin/hawqregister               | 40 +++++++++++++++++++++----------
 6 files changed, 72 insertions(+), 22 deletions(-)
----------------------------------------------------------------------