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/2.1.0.0-incubating Commit: 524e2e501511b8fbd1c9d517e785b6f8d5ae883c Parents: 6fa1ced Author: Kavinder Dhaliwal <[email protected]> Authored: Tue Jan 31 15:26:03 2017 -0800 Committer: Kavinder Dhaliwal <[email protected]> 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") {
