Repository: incubator-hawq Updated Branches: refs/heads/HAWQ-1075 6910a42d6 -> 96288ee1d
HAWQ-1045. PXF version update and update pxf classpaths to default to hdp paths Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/96288ee1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/96288ee1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/96288ee1 Branch: refs/heads/HAWQ-1075 Commit: 96288ee1d186da6bc5ec594c8c1829c7b8648a01 Parents: 6910a42 Author: Shivram Mani <[email protected]> Authored: Thu Sep 29 12:21:12 2016 -0700 Committer: Shivram Mani <[email protected]> Committed: Thu Sep 29 12:21:12 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/96288ee1/pxf/build.gradle ---------------------------------------------------------------------- diff --git a/pxf/build.gradle b/pxf/build.gradle index 3f3d31c..6d79f0c 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/96288ee1/pxf/gradle.properties ---------------------------------------------------------------------- diff --git a/pxf/gradle.properties b/pxf/gradle.properties index 6827b89..73b051e 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.0 +version=3.0.0.1 license=ASL 2.0 vendor=Apache HAWQ Incubating hadoopVersion=2.7.1
