[
https://issues.apache.org/jira/browse/HAWQ-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15876982#comment-15876982
]
ASF GitHub Bot commented on HAWQ-1289:
--------------------------------------
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"
> Hive profile docs - add partitioning example with multiple file format types
> ----------------------------------------------------------------------------
>
> Key: HAWQ-1289
> URL: https://issues.apache.org/jira/browse/HAWQ-1289
> Project: Apache HAWQ
> Issue Type: Improvement
> Components: Documentation
> Reporter: Lisa Owen
> Assignee: David Yozie
> Priority: Minor
>
> include an example where:
> - a Hive table has multiple partitions of different file formats
> - create a pxf external table using Hive profile to read the different
> partitions of the hive table
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)