You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by go...@apache.org on 2016/07/19 00:05:21 UTC

incubator-hawq git commit: HAWQ-937. Clean up 'Pivotal Extension Framework' and polish wording

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 95995a62f -> f6223ad74


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/f6223ad7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/f6223ad7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/f6223ad7

Branch: refs/heads/master
Commit: f6223ad748d47a6f2caf7a14544461ebd403d844
Parents: 95995a6
Author: Goden Yao <go...@apache.org>
Authored: Mon Jul 18 17:04:44 2016 -0700
Committer: Goden Yao <go...@apache.org>
Committed: Mon Jul 18 17:04:44 2016 -0700

----------------------------------------------------------------------
 pxf/README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/f6223ad7/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 -
             \u251c\u2500\u2500 pxf-service-$version.noarch.rpm
             \u251c\u2500\u2500 pxf-hdfs-$version.noarch.rpm
             \u251c\u2500\u2500 pxf-hive-$version.noarch.rpm
-            \u2514\u2500\u2500 pxf-hbase-$version.noarch.rpm
-
+            \u251c\u2500\u2500 pxf-hbase-$version.noarch.rpm
+            \u2514\u2500\u2500 pxf-json-$version.noarch.rpm
 
 Building
 ========