Github user dyozie commented on a diff in the pull request:
https://github.com/apache/incubator-hawq-docs/pull/90#discussion_r102345409
--- Diff: markdown/pxf/HivePXF.html.md.erb ---
@@ -716,7 +716,7 @@ In this example, you will use the `Hive` profile to
query a Hive table named `sa
The `Hive` profile supports multiple data format types. This support
enables you to query a partitioned Hive table that may be composed of data of
different formats.
-In this example, you will use the `Hive` profile to query a partitioned
Hive external table composed of the HDFS data files associated with the
`sales_info` (text format) and `sales_info_rcfile` (RC format) Hive tables you
created in previous exercises. You will partition the data by year, assigning
the data from `sales_info` to the year 2013, and the data from
`sales_info_rcfile` to the year 2016. (Ignore at the moment the fact that the
tables contain the same data.)
+In this example, you will use the `Hive` profile both directly and
indirectly via PXF HCatalog integration to query a partitioned Hive external
table composed of the HDFS data files associated with the `sales_info` (text
format) and `sales_info_rcfile` (RC format) Hive tables you created in previous
exercises. You will partition the data by year, assigning the data from
`sales_info` to the year 2013, and the data from `sales_info_rcfile` to the
year 2016. (Ignore at the moment the fact that the tables contain the same
data.)
--- End diff --
I'd recommend breaking up the first sentence as it's quite long - like "a
partitioned Hive external table. The table is composed"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---