[jira] [Commented] (PIG-3335) TestErrorHandling.tesNegative7 fails on MR2

2013-05-29 Thread Xuefu Zhang (JIRA)

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

Xuefu Zhang commented on PIG-3335:
--

CHANGES.txt is updated. Thanks to Rohini for pointing it out.

> TestErrorHandling.tesNegative7 fails on MR2
> ---
>
> Key: PIG-3335
> URL: https://issues.apache.org/jira/browse/PIG-3335
> Project: Pig
>  Issue Type: Bug
>  Components: grunt
>Affects Versions: 0.11
>Reporter: Xuefu Zhang
>Assignee: Xuefu Zhang
> Fix For: 0.12
>
> Attachments: PIG-3335.patch
>
>
> This test case fails when being tested with MR2:
> junit.framework.AssertionFailedError
> at 
> org.apache.pig.parser.TestErrorHandling.tesNegative7(TestErrorHandling.java:138)

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


[jira] [Commented] (PIG-3335) TestErrorHandling.tesNegative7 fails on MR2

2013-05-29 Thread Rohini Palaniswamy (JIRA)

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

Rohini Palaniswamy commented on PIG-3335:
-

[~xuefuz],
   This patch also seems to have gone into trunk (0.12) but marked as 0.11.2. 
CHANGES.txt also does not have the information. Can you please take a look at 
all the jira's that you have fixed and update the Fix Version and also update 
the CHANGES.txt.  

> TestErrorHandling.tesNegative7 fails on MR2
> ---
>
> Key: PIG-3335
> URL: https://issues.apache.org/jira/browse/PIG-3335
> Project: Pig
>  Issue Type: Bug
>  Components: grunt
>Affects Versions: 0.11
>Reporter: Xuefu Zhang
>Assignee: Xuefu Zhang
> Fix For: 0.11.2
>
> Attachments: PIG-3335.patch
>
>
> This test case fails when being tested with MR2:
> junit.framework.AssertionFailedError
> at 
> org.apache.pig.parser.TestErrorHandling.tesNegative7(TestErrorHandling.java:138)

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


[jira] [Commented] (PIG-3335) TestErrorHandling.tesNegative7 fails on MR2

2013-05-24 Thread Xuefu Zhang (JIRA)

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

Xuefu Zhang commented on PIG-3335:
--

Thanks, Daniel.

Patch is committed to trunk.

> TestErrorHandling.tesNegative7 fails on MR2
> ---
>
> Key: PIG-3335
> URL: https://issues.apache.org/jira/browse/PIG-3335
> Project: Pig
>  Issue Type: Bug
>  Components: grunt
>Affects Versions: 0.11
>Reporter: Xuefu Zhang
>Assignee: Xuefu Zhang
> Fix For: 0.11.2
>
> Attachments: PIG-3335.patch
>
>
> This test case fails when being tested with MR2:
> junit.framework.AssertionFailedError
> at 
> org.apache.pig.parser.TestErrorHandling.tesNegative7(TestErrorHandling.java:138)

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


[jira] [Commented] (PIG-3335) TestErrorHandling.tesNegative7 fails on MR2

2013-05-24 Thread Daniel Dai (JIRA)

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

Daniel Dai commented on PIG-3335:
-

+1

> TestErrorHandling.tesNegative7 fails on MR2
> ---
>
> Key: PIG-3335
> URL: https://issues.apache.org/jira/browse/PIG-3335
> Project: Pig
>  Issue Type: Bug
>  Components: grunt
>Affects Versions: 0.11
>Reporter: Xuefu Zhang
>Assignee: Xuefu Zhang
> Fix For: 0.11.2
>
> Attachments: PIG-3335.patch
>
>
> This test case fails when being tested with MR2:
> junit.framework.AssertionFailedError
> at 
> org.apache.pig.parser.TestErrorHandling.tesNegative7(TestErrorHandling.java:138)

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


[jira] [Commented] (PIG-3335) TestErrorHandling.tesNegative7 fails on MR2

2013-05-21 Thread Xuefu Zhang (JIRA)

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

Xuefu Zhang commented on PIG-3335:
--

Problem found is the change in the implementation of 
FileOutputFormat.setOutputPath() in MR2, where a runtime exception is thrown, 
which gives back a different error message:

2013-05-21 14:19:50,855 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 
1002: Unable to store alias A


> TestErrorHandling.tesNegative7 fails on MR2
> ---
>
> Key: PIG-3335
> URL: https://issues.apache.org/jira/browse/PIG-3335
> Project: Pig
>  Issue Type: Bug
>  Components: grunt
>Affects Versions: 0.11
>Reporter: Xuefu Zhang
>Assignee: Xuefu Zhang
>
> This test case fails when being tested with MR2:
> junit.framework.AssertionFailedError
> at 
> org.apache.pig.parser.TestErrorHandling.tesNegative7(TestErrorHandling.java:138)

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