Repository: incubator-hawq Updated Branches: refs/heads/2.0.0.0-incubating f9608a532 -> e308af60b
HAWQ-937. Clean up 'Pivotal Extension Framework' and polish wording Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/e308af60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/e308af60 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/e308af60 Branch: refs/heads/2.0.0.0-incubating Commit: e308af60bb56b26de57b0c3971388edc0f108faa Parents: f9608a5 Author: Goden Yao <[email protected]> Authored: Mon Jul 18 17:04:44 2016 -0700 Committer: Goden Yao <[email protected]> Committed: Mon Jul 18 17:07:10 2016 -0700 ---------------------------------------------------------------------- pxf/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/e308af60/pxf/README.md ---------------------------------------------------------------------- diff --git a/pxf/README.md b/pxf/README.md index b7cd7f0..540e761 100644 --- a/pxf/README.md +++ b/pxf/README.md @@ -11,10 +11,10 @@ Table of Contents Introduction ============ -PXF is an extensible framework that allows HAWQ to query external system data. +PXF is an extensible framework that allows HAWQ to query external data files, whose metadata is not managed by HAWQ. PXF includes built-in connectors for accessing data that exists inside HDFS files, Hive tables, HBase tables and more. -Users can also create their own connectors to other parallel data stores or processing engines. -To create these connectors using JAVA plugins, see the Pivotal Extension Framework API and Reference Guide . +Users can also create their own connectors to other data storages or processing engines. +To create these connectors using JAVA plugins, see the PXF API and Reference Guide online. Package Contents ================ @@ -26,8 +26,8 @@ PXF is distributed as a set of RPMs - âââ pxf-service-$version.noarch.rpm âââ pxf-hdfs-$version.noarch.rpm âââ pxf-hive-$version.noarch.rpm - âââ pxf-hbase-$version.noarch.rpm - + âââ pxf-hbase-$version.noarch.rpm + âââ pxf-json-$version.noarch.rpm Building ========
