Github user shivzone commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1301#discussion_r144383133
--- 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 --
Not really. The purpose of pxf-profile-default.xml is to have all the
default profiles. The users need to only add custom profiels to
pxf-profile.xml. The PXF application loads both the xml files during startup.
---