|
Hadoop QA (JIRA) |
at May 3, 2010 at 11:17 pm
|
⇧ |
| |
[
https://issues.apache.org/jira/browse/PIG-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863561#action_12863561 ]
Hadoop QA commented on PIG-1401:
--------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12443481/PIG-1401.patchagainst trunk revision 940502.
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 3 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs warnings.
+1 release audit. The applied patch does not increase the total number of release audit warnings.
-1 core tests. The patch failed core unit tests.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/312/testReport/Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/312/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.htmlConsole output:
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/312/consoleThis message is automatically generated.
"explain -script <script file>" executes grunt commands like run/dump/copy etc - explain -script should not execute any grunt command and only explain the query plans.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: PIG-1401
URL:
https://issues.apache.org/jira/browse/PIG-1401Project: Pig
Issue Type: Bug
Affects Versions: 0.6.0, 0.7.0
Reporter: Pradeep Kamath
Assignee: Pradeep Kamath
Fix For: 0.8.0
Attachments: PIG-1401-2.patch, PIG-1401.patch
"explain -script <script file>" executes grunt commands like run/dump/copy etc - explain -script should not execute any grunt command and only explain the query plans.
Note: "explain <alias>" statement in the script will still cause all grunt commands upto the explain to be executed. This issue only fixes the behavior of "explain -script <script file>" wherein any grunt commands like "run", "dump", "copy", "fs .." present in the supplied <script file> will need to be ignored.
This should be documented in the release in which this jira will be resolved.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.