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

Branch: refs/heads/branch-dev-logsearch
Commit: accbb0048435de2d08e3d1b8771d966a94b98707
Parents: 54a823f
Author: Oleksandr Diachenko <odiache...@pivotal.io>
Authored: Mon Mar 27 17:27:07 2017 -0700
Committer: Oleksandr Diachenko <odiache...@pivotal.io>
Committed: Mon Mar 27 17:27:07 2017 -0700

----------------------------------------------------------------------
 .../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/accbb004/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