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 <[email protected]> Authored: Fri Sep 30 15:28:17 2016 -0700 Committer: Shivram Mani <[email protected]> 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
