You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Prashant Kommireddi (JIRA)" <ji...@apache.org> on 2013/02/10 04:41:12 UTC

[jira] [Created] (PIG-3175) Refactor PigServer and GruntServer

Prashant Kommireddi created PIG-3175:
----------------------------------------

             Summary: Refactor PigServer and GruntServer
                 Key: PIG-3175
                 URL: https://issues.apache.org/jira/browse/PIG-3175
             Project: Pig
          Issue Type: Improvement
    Affects Versions: 0.10.0
            Reporter: Prashant Kommireddi
            Assignee: Prashant Kommireddi
             Fix For: 0.12


At present there is a lot of calls taking place to-from between PigServer and GruntServer. For example, PigServer.registerScript(..) calls GruntServer.parseStopOnError for parsing which in turn calls PigServer.executeBatch(). The code seems more complex than it should be and should be refactored. 

Also, several methods on PigServer are not clear in what they do and should be well documented (probably in another JIRA).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira