[ 
https://issues.apache.org/jira/browse/PIG-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572598#action_12572598
 ] 

Xu Zhang commented on PIG-124:
------------------------------

As described in the last bullet of section "Making Changes" in the 
HowToContribute doc ( http://wiki.apache.org/pig/HowToContribute ), Pig does 
(or is supposed to :) ) support the following command for running an individual 
testcase class,
{code}
ant test -Dtestcase=<ClassName>  (For example ant test -Dtestcase=TestPigFile)
{code}
although it was not working last I checked.  Personally, I would prefer it this 
way since this command conforms to what Hadoop uses to achieve the same 
purpose.  To make work, what we need to do is just port the same functionality 
from Hadoop's build.xml to Pig's build.xml.

So if there is no objections, either Stefan (since Stefan has been doing a 
great job on this already) or myself can start make the above command work as 
expected.

> only run one test (aant runtest -Dtest=TestMapReduce) not the complete test 
> suite
> ---------------------------------------------------------------------------------
>
>                 Key: PIG-124
>                 URL: https://issues.apache.org/jira/browse/PIG-124
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Stefan Groschupf
>         Attachments: PIG-124_v_1.patch
>
>


-- 
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