[
https://issues.apache.org/jira/browse/HAWQ-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959297#comment-14959297
]
ASF GitHub Bot commented on HAWQ-60:
------------------------------------
Github user cwelton commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/21#discussion_r42157165
--- Diff: tools/doc/gpfdist_help ---
@@ -121,7 +121,25 @@ contain the following files:
- The trusted certificate authorities, root.crt
The root directory (/) cannot be specified as certificate_path.
-
+
+-c <config_file>
+
+Configuration file for transformations.The option config_file specifies
+the location of the transformation configuration file, passed to gpload
via -c.
+The gpfdist configuration is expected to be a YAML file with the following
format:
+---
+VERSION: 1.0.0.1
+TRANSFORMATIONS:
+ transformname1:
+ TYPE: input | output
+ COMMAND: command1
+ CONTENT: data | paths
+ SAFE: posix-regex
+
+ transformname2:
+ TYPE: input | output
+ COMMAND: command2
+ ...
--- End diff --
Thank's for adding the help message!
> gpfdist makefile need to definde GPFXDIST
> -----------------------------------------
>
> Key: HAWQ-60
> URL: https://issues.apache.org/jira/browse/HAWQ-60
> Project: Apache HAWQ
> Issue Type: Bug
> Components: Build
> Reporter: Dong Li
> Assignee: Ming LI
>
> When build gpfdist, we should define GPFXDIST to use ''gpfdist -c" if we are
> not in WIN32 enviroment. So the makefile of the gpfdist need to be modified.
> And the doc file of gpfdist in GPHOME/docs/cli_help/gpfdist_help also need to
> add -c file option, otherwise users don't konw the option and it is not
> coincident with the code(gpfdist.c).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)