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

Jeff Zhang updated PIG-1410:
----------------------------

    Attachment: Pig_1410_2.patch

Alan, thanks for your comments. I've updated the patch.

> Make PigServer can handle files with parameters
> -----------------------------------------------
>
>                 Key: PIG-1410
>                 URL: https://issues.apache.org/jira/browse/PIG-1410
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>             Fix For: 0.8.0
>
>         Attachments: Pig_1410.patch, Pig_1410_2.patch
>
>
> The current PigServer only support handle files without parameters, this task 
> is to extend PigServer's API.
> Add there public methods:
>  
> {code}
> public void registerScript(String fileName, Map<String,String> params)  // 
> put the parameters in the Map data datastructure
> public void registerScript(String fileName, List<String> paramsFiles) // put 
> the parameters in the files
> public void registerScript(String fileName, Map<String,String> 
> params,List<String> paramsFiles)  // put the parameter both in files and Map, 
> the Map should override the parameter file if they have the same parameters
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to