You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by od...@apache.org on 2017/03/23 18:46:06 UTC

incubator-hawq git commit: HAWQ-1402. Updated comments for Hive-related profiles.

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 477af283e -> e4ac99c7a


HAWQ-1402. Updated comments for Hive-related profiles.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/e4ac99c7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/e4ac99c7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/e4ac99c7

Branch: refs/heads/master
Commit: e4ac99c7a77f3b0cf2956a51e7fbc153339d08f1
Parents: 477af28
Author: Oleksandr Diachenko <od...@pivotal.io>
Authored: Thu Mar 23 11:45:52 2017 -0700
Committer: Oleksandr Diachenko <od...@pivotal.io>
Committed: Thu Mar 23 11:46:03 2017 -0700

----------------------------------------------------------------------
 pxf/pxf-service/src/main/resources/pxf-profiles-default.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/e4ac99c7/pxf/pxf-service/src/main/resources/pxf-profiles-default.xml
----------------------------------------------------------------------
diff --git a/pxf/pxf-service/src/main/resources/pxf-profiles-default.xml b/pxf/pxf-service/src/main/resources/pxf-profiles-default.xml
index 53f15bb..f076ead 100644
--- a/pxf/pxf-service/src/main/resources/pxf-profiles-default.xml
+++ b/pxf/pxf-service/src/main/resources/pxf-profiles-default.xml
@@ -46,6 +46,7 @@ under the License.
         <description>
             This profile is suitable for using when connecting to Hive.
             Supports GPDBWritable output format, as specified in FORMAT header parameter.
+            It auto-detects actual file storage format and uses an optimized profile (HiveRC, HiveText, HiveORC) if applicable.
         </description>
         <plugins>
             <fragmenter>org.apache.hawq.pxf.plugins.hive.HiveDataFragmenter</fragmenter>
@@ -59,7 +60,6 @@ under the License.
         <name>HiveRC</name>
         <description>This profile is suitable only for Hive tables stored in RC files
             and serialized with either the ColumnarSerDe or the LazyBinaryColumnarSerDe.
-            It is much faster than the general purpose Hive profile.
             DELIMITER parameter is mandatory.
             Supports both GPDBWritable and TEXT output formats, as specified in FORMAT header parameter.
             Primary optimized for TEXT output format.
@@ -75,7 +75,6 @@ under the License.
     <profile>
         <name>HiveText</name>
         <description>This profile is suitable only for Hive tables stored as Text files.
-            It is much faster than the general purpose Hive profile.
             DELIMITER parameter is mandatory.
             Supports both GPDBWritable and TEXT output formats, as specified in FORMAT header parameter.
             Primary optimized for TEXT output format.
@@ -92,7 +91,6 @@ under the License.
         <name>HiveORC</name>
         <description>This profile is suitable only for Hive tables stored in ORC files
             and serialized with either the ColumnarSerDe or the LazyBinaryColumnarSerDe.
-            It is much faster than the general purpose Hive profile.
             Supports GPDBWritable output format, as specified in FORMAT header parameter.
         </description>
         <plugins>