[18/51] [abbrv] ambari git commit: AMBARI-19805. Add outputFormat attribute to all PXF Hive-related profiles.

2017-02-17 Thread rzang
AMBARI-19805. Add outputFormat attribute to all PXF Hive-related profiles.

(cherry picked from commit ccaa4a8a0b51dd3436db9bff9cbbb13e9455ec7c)

Change-Id: I85e79118a8d6dfb61d9f17b8fc7aa50d74a66509


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

Branch: refs/heads/branch-feature-BUG-74026
Commit: df7037ec3db35b20a8b7222775fc0a7fdc0025b0
Parents: b09247f
Author: Oleksandr Diachenko 
Authored: Thu Feb 2 16:01:24 2017 -0800
Committer: Zuul 
Committed: Tue Feb 7 00:49:01 2017 -0800

--
 .../PXF/3.0.0/configuration/pxf-profiles.xml | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/df7037ec/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 77aa4fc..a3e587d 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
@@ -71,12 +71,16 @@ under the License.
 
 
 Hive
-This profile is suitable for using when connecting to 
Hive
+
+This profile is suitable for using when connecting to Hive.
+Supports GPDBWritable output format, as specified in FORMAT header 
parameter.
+
 
 
org.apache.hawq.pxf.plugins.hive.HiveDataFragmenter
 org.apache.hawq.pxf.plugins.hive.HiveAccessor
 org.apache.hawq.pxf.plugins.hive.HiveResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+
org.apache.hawq.pxf.service.io.GPDBWritable
 
 
 
@@ -85,12 +89,15 @@ under the License.
 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.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveRCFileAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveColumnarSerdeResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+org.apache.hawq.pxf.service.io.Text
 
 
 
@@ -98,12 +105,15 @@ under the License.
 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.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveLineBreakAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveStringPassResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+org.apache.hawq.pxf.service.io.Text
 
 
 
@@ -111,13 +121,14 @@ under the License.
 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.
-DELIMITER parameter is mandatory.
+Supports GPDBWritable output format, as specified in FORMAT header 
parameter.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveORCAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveORCSerdeResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+
org.apache.hawq.pxf.service.io.GPDBWritable
 
 
 



[44/50] [abbrv] ambari git commit: AMBARI-19805. Add outputFormat attribute to all PXF Hive-related profiles.

2017-02-03 Thread ncole
AMBARI-19805. Add outputFormat attribute to all PXF Hive-related profiles.


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

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 14cd837ea5c33ca4ebf5daf9262fe40d1f5a9130
Parents: 975dd1d
Author: Oleksandr Diachenko 
Authored: Thu Feb 2 15:58:28 2017 -0800
Committer: Oleksandr Diachenko 
Committed: Thu Feb 2 15:58:28 2017 -0800

--
 .../PXF/3.0.0/configuration/pxf-profiles.xml | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/14cd837e/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 77aa4fc..a3e587d 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
@@ -71,12 +71,16 @@ under the License.
 
 
 Hive
-This profile is suitable for using when connecting to 
Hive
+
+This profile is suitable for using when connecting to Hive.
+Supports GPDBWritable output format, as specified in FORMAT header 
parameter.
+
 
 
org.apache.hawq.pxf.plugins.hive.HiveDataFragmenter
 org.apache.hawq.pxf.plugins.hive.HiveAccessor
 org.apache.hawq.pxf.plugins.hive.HiveResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+
org.apache.hawq.pxf.service.io.GPDBWritable
 
 
 
@@ -85,12 +89,15 @@ under the License.
 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.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveRCFileAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveColumnarSerdeResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+org.apache.hawq.pxf.service.io.Text
 
 
 
@@ -98,12 +105,15 @@ under the License.
 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.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveLineBreakAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveStringPassResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+org.apache.hawq.pxf.service.io.Text
 
 
 
@@ -111,13 +121,14 @@ under the License.
 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.
-DELIMITER parameter is mandatory.
+Supports GPDBWritable output format, as specified in FORMAT header 
parameter.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveORCAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveORCSerdeResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+
org.apache.hawq.pxf.service.io.GPDBWritable
 
 
 



ambari git commit: AMBARI-19805. Add outputFormat attribute to all PXF Hive-related profiles.

2017-02-02 Thread odiachenko
Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 a8887c445 -> ccaa4a8a0


AMBARI-19805. Add outputFormat attribute to all PXF Hive-related profiles.


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

Branch: refs/heads/branch-2.5
Commit: ccaa4a8a0b51dd3436db9bff9cbbb13e9455ec7c
Parents: a8887c4
Author: Oleksandr Diachenko 
Authored: Thu Feb 2 16:01:24 2017 -0800
Committer: Oleksandr Diachenko 
Committed: Thu Feb 2 16:01:24 2017 -0800

--
 .../PXF/3.0.0/configuration/pxf-profiles.xml | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/ccaa4a8a/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 77aa4fc..a3e587d 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
@@ -71,12 +71,16 @@ under the License.
 
 
 Hive
-This profile is suitable for using when connecting to 
Hive
+
+This profile is suitable for using when connecting to Hive.
+Supports GPDBWritable output format, as specified in FORMAT header 
parameter.
+
 
 
org.apache.hawq.pxf.plugins.hive.HiveDataFragmenter
 org.apache.hawq.pxf.plugins.hive.HiveAccessor
 org.apache.hawq.pxf.plugins.hive.HiveResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+
org.apache.hawq.pxf.service.io.GPDBWritable
 
 
 
@@ -85,12 +89,15 @@ under the License.
 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.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveRCFileAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveColumnarSerdeResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+org.apache.hawq.pxf.service.io.Text
 
 
 
@@ -98,12 +105,15 @@ under the License.
 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.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveLineBreakAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveStringPassResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+org.apache.hawq.pxf.service.io.Text
 
 
 
@@ -111,13 +121,14 @@ under the License.
 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.
-DELIMITER parameter is mandatory.
+Supports GPDBWritable output format, as specified in FORMAT header 
parameter.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveORCAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveORCSerdeResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+
org.apache.hawq.pxf.service.io.GPDBWritable
 
 
 



ambari git commit: AMBARI-19805. Add outputFormat attribute to all PXF Hive-related profiles.

2017-02-02 Thread odiachenko
Repository: ambari
Updated Branches:
  refs/heads/trunk 975dd1d40 -> 14cd837ea


AMBARI-19805. Add outputFormat attribute to all PXF Hive-related profiles.


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

Branch: refs/heads/trunk
Commit: 14cd837ea5c33ca4ebf5daf9262fe40d1f5a9130
Parents: 975dd1d
Author: Oleksandr Diachenko 
Authored: Thu Feb 2 15:58:28 2017 -0800
Committer: Oleksandr Diachenko 
Committed: Thu Feb 2 15:58:28 2017 -0800

--
 .../PXF/3.0.0/configuration/pxf-profiles.xml | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/14cd837e/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 77aa4fc..a3e587d 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
@@ -71,12 +71,16 @@ under the License.
 
 
 Hive
-This profile is suitable for using when connecting to 
Hive
+
+This profile is suitable for using when connecting to Hive.
+Supports GPDBWritable output format, as specified in FORMAT header 
parameter.
+
 
 
org.apache.hawq.pxf.plugins.hive.HiveDataFragmenter
 org.apache.hawq.pxf.plugins.hive.HiveAccessor
 org.apache.hawq.pxf.plugins.hive.HiveResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+
org.apache.hawq.pxf.service.io.GPDBWritable
 
 
 
@@ -85,12 +89,15 @@ under the License.
 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.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveRCFileAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveColumnarSerdeResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+org.apache.hawq.pxf.service.io.Text
 
 
 
@@ -98,12 +105,15 @@ under the License.
 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.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveLineBreakAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveStringPassResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+org.apache.hawq.pxf.service.io.Text
 
 
 
@@ -111,13 +121,14 @@ under the License.
 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.
-DELIMITER parameter is mandatory.
+Supports GPDBWritable output format, as specified in FORMAT header 
parameter.
 
 
 
org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter
 
org.apache.hawq.pxf.plugins.hive.HiveORCAccessor
 
org.apache.hawq.pxf.plugins.hive.HiveORCSerdeResolver
 
org.apache.hawq.pxf.plugins.hive.HiveMetadataFetcher
+
org.apache.hawq.pxf.service.io.GPDBWritable