[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-10-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15543280#comment-15543280 ] Daniel Dai commented on PIG-4976: - I do have a "foo" file in my test directory, that's why I hit (2) not (1)

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-27 Thread Nandor Kollar (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15525748#comment-15525748 ] Nandor Kollar commented on PIG-4976: Ok, PIG-4976-5-knoguchi.patch LGTM, no test is hanging in

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-22 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15513835#comment-15513835 ] Koji Noguchi commented on PIG-4976: --- bq. if we need two separate test cases: one for non-existing file

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-22 Thread Nandor Kollar (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15513257#comment-15513257 ] Nandor Kollar commented on PIG-4976: Ok, thanks for the explanation, I agree, no need to create a new

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-21 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15510109#comment-15510109 ] Koji Noguchi commented on PIG-4976: --- Nandor, granted I've never used this feature myself, but from

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-21 Thread Nandor Kollar (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509610#comment-15509610 ] Nandor Kollar commented on PIG-4976: "File not created is expected." [~knoguchi], does this mean, that

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-20 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15507822#comment-15507822 ] Koji Noguchi commented on PIG-4976: --- bq. Ok, so in this case it seems that the file is not getting created

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-20 Thread Nandor Kollar (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15506435#comment-15506435 ] Nandor Kollar commented on PIG-4976: Ok, so in this case it seems that the file is not getting created

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-16 Thread Nandor Kollar (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15496132#comment-15496132 ] Nandor Kollar commented on PIG-4976: When I applied PIG-4976-2.patch I had the same problem as

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-15 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15494941#comment-15494941 ] Daniel Dai commented on PIG-4976: - TestStreamingLocal pass for me with PIG-4976-2.patch. You are using

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-09 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15477192#comment-15477192 ] Koji Noguchi commented on PIG-4976: --- {code:title=ExecutableManager.java} 324 try {

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-08 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15475180#comment-15475180 ] Koji Noguchi commented on PIG-4976: --- I don't think it's safe to ignore IOException from

[jira] [Commented] (PIG-4976) streaming job with store clause stuck if the script fail

2016-09-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15454501#comment-15454501 ] Daniel Dai commented on PIG-4976: - The reason is, when the process exit, the input/output stream closed. Pig