Github user denalex commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1353#discussion_r213504917
--- Diff: pxf/pxf-service/src/main/resources/pxf-profiles-default.xml ---
@@ -177,11 +177,11 @@ under the License.
</profile>
<profile>
<name>Jdbc</name>
- <description>A profile for reading data into HAWQ via
JDBC</description>
+ <description>A profile to access (read & write) data via
JDBC</description>
--- End diff --
the "&" character here breaks XML and the PXF server does not even startup,
please remove it.
---