[jira] [Updated] (PIG-4920) Fail to use Javascript UDF in spark yarn client mode

2016-10-19 Thread liyunzhang_intel (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liyunzhang_intel updated PIG-4920: -- Attachment: PIG-4920_6.patch [~mohitsabharwal]: upload PIG-4920_6.patch, modification: 1. add more

[jira] [Comment Edited] (PIG-4920) Fail to use Javascript UDF in spark yarn client mode

2016-10-19 Thread liyunzhang_intel (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15590984#comment-15590984 ] liyunzhang_intel edited comment on PIG-4920 at 10/20/16 6:38 AM: -

[jira] Subscription: PIG patch available

2016-10-19 Thread jira
Issue Subscription Filter: PIG patch available (36 issues) Subscriber: pigdaily Key Summary PIG-5045CSVExcelStorage Load: A Quoted Field with a Single Escaped Quote Becomes "" This should become " instead. https://issues.apache.org/jira/browse/PIG-5045 PIG-5043Sl

[jira] Subscription: PIG patch available

2016-10-19 Thread jira
Issue Subscription Filter: PIG patch available (27 issues) Subscriber: pigdaily Key Summary PIG-4926Modify the content of start.xml for spark mode https://issues-test.apache.org/jira/browse/PIG-4926 PIG-4922Deadlock between SpillableMemoryManager and InternalSortedBag

[jira] [Commented] (PIG-5033) MultiQueryOptimizerTez creates bad plan with union, split and FRJoin

2016-10-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-5033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15589538#comment-15589538 ] Daniel Dai commented on PIG-5033: - Didn't reason about the code change but the plan looks ri

submit pig job using hdfs or hive user

2016-10-19 Thread 李运田
I want to submit pig job using hdfs or hive user conf.set("hadoop.job.ugi", "hdfs"); conf.set("HADOOP_USER_NAME", "hdfs"); conf.set("user", "hdfs"); but,every is wrong.how can I set the user to submit pig job