[jira] [Updated] (PIG-2741) Python script throws an NameError: name 'Configuration' is not defined in case cache dir is not created

2012-06-07 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-2741: -- Attachment: pig-2741-testfailing-pig2665-v2.patch.txt bq. Adding testcase for PIG-2665 failing is

[jira] [Updated] (PIG-2741) Python script throws an NameError: name 'Configuration' is not defined in case cache dir is not created

2012-06-07 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-2741: -- Attachment: pig-2741-testfailing-pig2665-v3.patch.txt Daniel asked me to add a brief comment on what the

[jira] [Commented] (PIG-2741) Python script throws an NameError: name 'Configuration' is not defined in case cache dir is not created

2012-06-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13290891#comment-13290891 ] Daniel Dai commented on PIG-2741: - The test case only applicable to pig trunk. If we plan to

[jira] [Updated] (PIG-2741) Python script throws an NameError: name 'Configuration' is not defined in case cache dir is not created

2012-06-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2741: Attachment: pig-2741-testfailing-pig2665-v4.patch.txt Add a different test case which applicable to

[jira] [Commented] (PIG-2669) Pig release should include pig-default.properties after rebuild

2012-06-07 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291154#comment-13291154 ] Thejas M Nair commented on PIG-2669: +1 Pig release should include

[jira] [Resolved] (PIG-2669) Pig release should include pig-default.properties after rebuild

2012-06-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-2669. - Resolution: Fixed Fix Version/s: 0.11 Hadoop Flags: Reviewed Patch committed to 0.10/trunk.

[jira] [Updated] (PIG-2665) Bundled Jython jar in Pig 0.10.0-RC breaks module import in Python scripts with embedded Pig Latin

2012-06-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2665: Attachment: PIG-2665-2.patch With standalone, the test case in PIG-2741 fail. Attach another patch to make

[jira] [Commented] (PIG-2741) Python script throws an NameError: name 'Configuration' is not defined in case cache dir is not created

2012-06-07 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291486#comment-13291486 ] Rohini Palaniswamy commented on PIG-2741: - Daniel, You seem to have put a

[jira] [Updated] (PIG-2741) Python script throws an NameError: name 'Configuration' is not defined in case cache dir is not created

2012-06-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2741: Attachment: pig-2741-testfailing-pig2665-v5.patch.txt That's an accident. Reattach the patch. Thanks.

Re: Handle NULL values in Cube dimensions

2012-06-07 Thread Prasanth J
But how do the user specify custom value for *? In the current implementation I am passing NULL string to the CubeDimensions constructor. If we need to get that value from user then we need some changes in grammar like a = CUBE b BY (x,y,z) ALL as AllProducts; also what should be the default

[jira] [Updated] (PIG-2741) Python script throws an NameError: name 'Configuration' is not defined in case cache dir is not created

2012-06-07 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-2741: -- Attachment: pig-2741-testfailing-pig2665-v5.patch.txt Thanks Daniel for adding e2e testcase. Added 1

[jira] [Updated] (PIG-2741) Python script throws an NameError: name 'Configuration' is not defined in case cache dir is not created

2012-06-07 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-2741: -- Attachment: pig-2741-testfailing-pig2665-v6.patch.txt Hopefully this is the last one. Took out the bq.