You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by ka...@apache.org on 2017/01/31 23:26:47 UTC

incubator-hawq git commit: HAWQ-1297. Fixed pxf classpath to work with custom hadoop distros

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 6fa1ced20 -> 524e2e501


HAWQ-1297. Fixed pxf classpath to work with custom hadoop distros


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

Branch: refs/heads/master
Commit: 524e2e501511b8fbd1c9d517e785b6f8d5ae883c
Parents: 6fa1ced
Author: Kavinder Dhaliwal <ka...@gmail.com>
Authored: Tue Jan 31 15:26:03 2017 -0800
Committer: Kavinder Dhaliwal <ka...@gmail.com>
Committed: Tue Jan 31 15:26:03 2017 -0800

----------------------------------------------------------------------
 pxf/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/524e2e50/pxf/build.gradle
----------------------------------------------------------------------
diff --git a/pxf/build.gradle b/pxf/build.gradle
index 3c6d591..f273469 100644
--- a/pxf/build.gradle
+++ b/pxf/build.gradle
@@ -232,6 +232,7 @@ project('pxf-service') {
         from("src/main/resources") {
             into("/etc/pxf-${project.version}/conf")
             include("**/pxf-private*.classpath")
+            exclude("**/pxf-private.classpath")
         }
 
         from("src/main/resources/pxf-private${hddist}.classpath") {