[jira] [Updated] (PIG-3478) Make StreamingUDF work for Hadoop 2

2014-06-02 Thread Lorand Bendig (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lorand Bendig updated PIG-3478:
---

Attachment: PIG-3478-2.patch

Adjustment of the initial patch: {{StreamingUDF#ensureUserFileAvailable}} 
couldn't get the inputStream of the registered python script due to an 
additional slash in the file's path. Now I managed to run unit and e2e tests 
(local and cluster mode (pseudo-distributed)) successfully on Hadoop 2.2.0 and 
2.4.0. 


 Make StreamingUDF work for Hadoop 2
 ---

 Key: PIG-3478
 URL: https://issues.apache.org/jira/browse/PIG-3478
 Project: Pig
  Issue Type: Bug
  Components: impl
Reporter: Daniel Dai
Assignee: Jeremy Karn
 Fix For: 0.14.0

 Attachments: PIG-3478-2.patch, PIG-3478.patch


 PIG-2417 introduced Streaming UDF. However, it does not work under Hadoop 2. 
 Both unit tests/e2e tests under Haodop 2 fails. We need to fix it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (PIG-3478) Make StreamingUDF work for Hadoop 2

2014-06-02 Thread Lorand Bendig (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lorand Bendig updated PIG-3478:
---

Attachment: PIG-3478-3.patch

[~cheolsoo], [~jeremykarn] thanks for looking at this issue. I updated the 
patch so that hadoop.tmp.dir will be used if hadoop.log.dir is not writable.

 Make StreamingUDF work for Hadoop 2
 ---

 Key: PIG-3478
 URL: https://issues.apache.org/jira/browse/PIG-3478
 Project: Pig
  Issue Type: Bug
  Components: impl
Reporter: Daniel Dai
Assignee: Jeremy Karn
 Fix For: 0.14.0

 Attachments: PIG-3478-2.patch, PIG-3478-3.patch, PIG-3478.patch


 PIG-2417 introduced Streaming UDF. However, it does not work under Hadoop 2. 
 Both unit tests/e2e tests under Haodop 2 fails. We need to fix it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (PIG-3478) Make StreamingUDF work for Hadoop 2

2014-05-25 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-3478:


Fix Version/s: (was: 0.13.0)
   0.14.0

 Make StreamingUDF work for Hadoop 2
 ---

 Key: PIG-3478
 URL: https://issues.apache.org/jira/browse/PIG-3478
 Project: Pig
  Issue Type: Bug
  Components: impl
Reporter: Daniel Dai
Assignee: Jeremy Karn
 Fix For: 0.14.0

 Attachments: PIG-3478.patch


 PIG-2417 introduced Streaming UDF. However, it does not work under Hadoop 2. 
 Both unit tests/e2e tests under Haodop 2 fails. We need to fix it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (PIG-3478) Make StreamingUDF work for Hadoop 2

2014-04-01 Thread Prashant Kommireddi (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prashant Kommireddi updated PIG-3478:
-

Fix Version/s: (was: 0.12.1)
   0.13.0

 Make StreamingUDF work for Hadoop 2
 ---

 Key: PIG-3478
 URL: https://issues.apache.org/jira/browse/PIG-3478
 Project: Pig
  Issue Type: Bug
  Components: impl
Reporter: Daniel Dai
Assignee: Jeremy Karn
 Fix For: 0.13.0

 Attachments: PIG-3478.patch


 PIG-2417 introduced Streaming UDF. However, it does not work under Hadoop 2. 
 Both unit tests/e2e tests under Haodop 2 fails. We need to fix it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (PIG-3478) Make StreamingUDF work for Hadoop 2

2013-11-12 Thread Rohini Palaniswamy (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rohini Palaniswamy updated PIG-3478:


Status: Open  (was: Patch Available)

Cancelling patch till Cheolsoo's comments are addressed.

 Make StreamingUDF work for Hadoop 2
 ---

 Key: PIG-3478
 URL: https://issues.apache.org/jira/browse/PIG-3478
 Project: Pig
  Issue Type: Bug
  Components: impl
Reporter: Daniel Dai
Assignee: Jeremy Karn
 Fix For: 0.12.1

 Attachments: PIG-3478.patch


 PIG-2417 introduced Streaming UDF. However, it does not work under Hadoop 2. 
 Both unit tests/e2e tests under Haodop 2 fails. We need to fix it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (PIG-3478) Make StreamingUDF work for Hadoop 2

2013-10-09 Thread Jeremy Karn (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeremy Karn updated PIG-3478:
-

Attachment: PIG-3478.patch

 Make StreamingUDF work for Hadoop 2
 ---

 Key: PIG-3478
 URL: https://issues.apache.org/jira/browse/PIG-3478
 Project: Pig
  Issue Type: Bug
  Components: impl
Reporter: Daniel Dai
Assignee: Jeremy Karn
 Fix For: 0.12.1

 Attachments: PIG-3478.patch


 PIG-2417 introduced Streaming UDF. However, it does not work under Hadoop 2. 
 Both unit tests/e2e tests under Haodop 2 fails. We need to fix it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (PIG-3478) Make StreamingUDF work for Hadoop 2

2013-10-09 Thread Jeremy Karn (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeremy Karn updated PIG-3478:
-

Status: Patch Available  (was: Open)

Here's a patch I tested on a Hadoop 2.1.0 cluster.  I was able to run an 
example script and get the unit tests to pass but I wasn't able to run the e2e 
tests on the cluster to confirm that those are also fixed.

 Make StreamingUDF work for Hadoop 2
 ---

 Key: PIG-3478
 URL: https://issues.apache.org/jira/browse/PIG-3478
 Project: Pig
  Issue Type: Bug
  Components: impl
Reporter: Daniel Dai
Assignee: Jeremy Karn
 Fix For: 0.12.1

 Attachments: PIG-3478.patch


 PIG-2417 introduced Streaming UDF. However, it does not work under Hadoop 2. 
 Both unit tests/e2e tests under Haodop 2 fails. We need to fix it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (PIG-3478) Make StreamingUDF work for Hadoop 2

2013-10-05 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-3478:


Fix Version/s: (was: 0.12.0)
   0.12.1

 Make StreamingUDF work for Hadoop 2
 ---

 Key: PIG-3478
 URL: https://issues.apache.org/jira/browse/PIG-3478
 Project: Pig
  Issue Type: Bug
  Components: impl
Reporter: Daniel Dai
Assignee: Jeremy Karn
 Fix For: 0.12.1


 PIG-2417 introduced Streaming UDF. However, it does not work under Hadoop 2. 
 Both unit tests/e2e tests under Haodop 2 fails. We need to fix it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)