[ 
https://issues.apache.org/jira/browse/CRUNCH-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Josh Wills updated CRUNCH-275:
------------------------------

    Attachment: CRUNCH-275.patch

A cut at this:

1) adds inputConf(String, String) method to Source, which basically allows 
clients to add settings to the underlying FormatBundle,
2) adds outputConf(String, String) to Targets, and
3) adds a conf(String, String) method to SourceTarget, which calls out to both 
inputConf and outputConf to create the same settings on both the Source and 
Target delegates.

I also modified a number of the existing Sources and Targets to take advantage 
of the new APIs.

> Add support for extra Configuration options to Source, Target, and 
> SourceTarget
> -------------------------------------------------------------------------------
>
>                 Key: CRUNCH-275
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-275
>             Project: Crunch
>          Issue Type: Bug
>          Components: Core, IO
>            Reporter: Josh Wills
>            Assignee: Josh Wills
>         Attachments: CRUNCH-275.patch
>
>
> Keeping with the theme of CRUNCH-274, we should make it easy to supply extra 
> configuration arguments on Sources, Targets, and SourceTargets, which should 
> make basically every active object in the Crunch APIs support modifications 
> to the Configuration associated with a Job.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to