[
https://issues.apache.org/jira/browse/HAWQ-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Caleb Welton updated HAWQ-60:
-----------------------------
Description:
gpfdist has support for transforming input data files before serving them to
HAWQ, which helps for loading of certain types of input files such as XML.
Unfortunately a Makefile issue defined the macro to enable this functionality
in a way that the Makefile didn't correctly pick up, resulting in the
functionality being disabled during build.
To fix this we need to:
- Modify the makefile so that when build gpfdist the GPFXDIST macro gets
defined to use ''gpfdist -c" if we are not in WIN32 enviroment.
- Update the doc file of gpfdist in GPHOME/docs/cli_help/gpfdist_help also need
to add -c file option, otherwise users don't know the option and it is not
coincident with the code(gpfdist.c).
was:
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).
> Transformation support in gpfdist is disabled
> ---------------------------------------------
>
> 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
>
> gpfdist has support for transforming input data files before serving them to
> HAWQ, which helps for loading of certain types of input files such as XML.
> Unfortunately a Makefile issue defined the macro to enable this functionality
> in a way that the Makefile didn't correctly pick up, resulting in the
> functionality being disabled during build.
> To fix this we need to:
> - Modify the makefile so that when build gpfdist the GPFXDIST macro gets
> defined to use ''gpfdist -c" if we are not in WIN32 enviroment.
> - Update the doc file of gpfdist in GPHOME/docs/cli_help/gpfdist_help also
> need to add -c file option, otherwise users don't know the option and it is
> not coincident with the code(gpfdist.c).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)