AMBARI-20547. Update pxf-profiles.xml config file comments for all Hive-related 
profiles in PXF.


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

Branch: refs/heads/branch-3.0-perf
Commit: fcb9d2232c352fe0bba77a0763e27c36740ac0e0
Parents: 82e31c1
Author: Oleksandr Diachenko <[email protected]>
Authored: Mon Mar 27 17:27:07 2017 -0700
Committer: Andrew Onishuk <[email protected]>
Committed: Wed Mar 29 14:55:56 2017 +0300

----------------------------------------------------------------------
 .../common-services/PXF/3.0.0/configuration/pxf-profiles.xml     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fcb9d223/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-profiles.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-profiles.xml
 
b/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-profiles.xml
index a3e587d..e0a9029 100644
--- 
a/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-profiles.xml
+++ 
b/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-profiles.xml
@@ -74,6 +74,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>
@@ -87,7 +88,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.
@@ -103,7 +103,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.
@@ -120,7 +119,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>

Reply via email to