Repository: incubator-hawq Updated Branches: refs/heads/HAWQ-459 04d4acf7c -> 287229645
HAWQ-459. Removed usage from pxf profile description Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/28722964 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/28722964 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/28722964 Branch: refs/heads/HAWQ-459 Commit: 287229645a987a98f05587c126896a85ca3a2ccc Parents: 04d4acf Author: Shivram Mani <[email protected]> Authored: Tue Mar 22 13:56:59 2016 -0700 Committer: Shivram Mani <[email protected]> Committed: Tue Mar 22 13:56:59 2016 -0700 ---------------------------------------------------------------------- pxf/pxf-service/src/main/resources/pxf-profiles-default.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/28722964/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 9fc2bd2..d908935 100644 --- a/pxf/pxf-service/src/main/resources/pxf-profiles-default.xml +++ b/pxf/pxf-service/src/main/resources/pxf-profiles-default.xml @@ -114,7 +114,6 @@ under the License. <name>SequenceWritable</name> <description> Profile for accessing Sequence files serialized with a custom Writable class - usage: pxf://nn:50070/path/to/file?profile=SequenceWritable&data-schema=CustomClass </description> <plugins> <fragmenter>org.apache.hawq.pxf.plugins.hdfs.HdfsDataFragmenter</fragmenter>
