Github user lavjain commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1301#discussion_r144386624
--- Diff: pxf/build.gradle ---
@@ -310,6 +315,7 @@ project('pxf-service') {
project.distTar {
from('src/main/resources/pxf-profiles.xml') { into 'conf' }
+ from('src/main/resources/pxf-profiles-default.xml') { into 'conf' }
--- End diff --
I still do not understand why pxf-profile.xml needs to be empty but that is
a product question for @kongyew---
