Github user denalex commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1344#discussion_r171115576
--- Diff: pxf/pxf-service/src/main/resources/pxf-profiles-default.xml ---
@@ -193,4 +193,13 @@ under the License.
<resolver>org.apache.hawq.pxf.plugins.hdfs.ParquetResolver</resolver>
</plugins>
</profile>
+ <profile>
+ <name>Ignite</name>
+ <description>A profile to read and write data from/to
Ignite</description>
--- End diff --
should refer to it as Apache Ignite ?
---