[jira] Subscription: PIG patch available

2015-11-12 Thread jira
Issue Subscription Filter: PIG patch available (27 issues) Subscriber: pigdaily Key Summary PIG-4684Exception should be changed to warning when job diagnostics cannot be fetched https://issues.apache.org/jira/browse/PIG-4684 PIG-4677Display failure information on stop

Re: How to set newline character as \n and avoid others like \r in Pig Job?

2015-11-12 Thread Daniel Dai
The problem is the parameter will pass to TextInputFormat without interpreting escape sequences, makes it hard to pass \n character. One alternative approach is to write a simple LoadFunc and passing the parameter using Java string, which will interpreting escape sequences, for example: public cl

[jira] [Commented] (PIG-1798) nested foreach - alias for expression does not work

2015-11-12 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15003563#comment-15003563 ] Daniel Dai commented on PIG-1798: - Just checked a slight variation of the demonstrated query

[jira] [Commented] (PIG-4418) NullPointerException in JVMReuseImpl

2015-11-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15003293#comment-15003293 ] Rohini Palaniswamy commented on PIG-4418: - With the log messages added in this jira,

[jira] [Created] (PIG-4733) Avoid NullPointerException in JVMReuseImpl for builtin classes

2015-11-12 Thread Rohini Palaniswamy (JIRA)
Rohini Palaniswamy created PIG-4733: --- Summary: Avoid NullPointerException in JVMReuseImpl for builtin classes Key: PIG-4733 URL: https://issues.apache.org/jira/browse/PIG-4733 Project: Pig

[jira] [Resolved] (PIG-3126) Problem in STORE

2015-11-12 Thread Prashant Kommireddi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashant Kommireddi resolved PIG-3126. -- Resolution: Won't Fix Resolution - to be incorporated in the OutputFormat that Pig could l

[jira] [Commented] (PIG-3126) Problem in STORE

2015-11-12 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002652#comment-15002652 ] Daniel Dai commented on PIG-3126: - We might do but I still think this should happen in Outpu

[jira] [Commented] (PIG-1798) nested foreach - alias for expression does not work

2015-11-12 Thread Eyal Allweil (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002226#comment-15002226 ] Eyal Allweil commented on PIG-1798: --- If this is a duplicate of [PIG-1858], and it's been c