[jira] Subscription: PIG patch available

2015-11-04 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

[jira] [Commented] (PIG-4417) Pig's register command should support automatic fetching of jars from repo.

2015-11-04 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991146#comment-14991146 ] Akshay Rai commented on PIG-4417: - [~daijy], I have addressed your first 3 comments. I also

[jira] [Updated] (PIG-4417) Pig's register command should support automatic fetching of jars from repo.

2015-11-04 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated PIG-4417: Attachment: PIG-4417.3.patch > Pig's register command should support automatic fetching of jars from repo. > -

[jira] [Commented] (PIG-4728) Compilation against hbase 1.x fails with hbase-hadoop1-compat not found

2015-11-04 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990773#comment-14990773 ] Daniel Dai commented on PIG-4728: - That's the major reason Pig does not upgrade to hbase 1.x

[jira] [Commented] (PIG-4728) Compilation against hbase 1.x fails with hbase-hadoop1-compat not found

2015-11-04 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990767#comment-14990767 ] Andrew Purtell commented on PIG-4728: - HBase versions >= 1.0 do not support Hadoop 1 and

Re: Pig Error: Cannot cast bytearray to int

2015-11-04 Thread Daniel Dai
This is PIG-3596. Pig needs to know how to cast bytearray to int. This logic is built inside loader (LoadFunc.getLoadCaster). However, the lineage information get lost after UDF. The best practice is produce the exact schema for the EvalFunc (override outputSchema). For Over UDF, it is through UDF

Jenkins build is back to normal : Pig-trunk #1849

2015-11-04 Thread Apache Jenkins Server
See

Pig Error: Cannot cast bytearray to int

2015-11-04 Thread ujwal sapkota
Hello developers, Pig documentation says it is possible to convert bytearry to int, but I keep on getting this error when I try to convert bytearray to int/long/chararray. I am usign Over(..row_number..) in pig which generates row number without schema. So when the schema is Null, pig reads it as

[jira] [Resolved] (PIG-4727) Incorrect types table for AVG in docs

2015-11-04 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-4727. - Resolution: Fixed Assignee: Nathan Smith Hadoop Flags: Reviewed Fix Version/s: 0.16.0 Y

[jira] [Updated] (PIG-4728) Compilation against hbase 1.x fails with hbase-hadoop1-compat not found

2015-11-04 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4728: Issue Type: Improvement (was: Bug) There will be several dependency and test failures to fix to upgrade. So t

[jira] [Created] (PIG-4728) Compilation against hbase 1.x fails with hbase-hadoop1-compat not found

2015-11-04 Thread Ted Yu (JIRA)
Ted Yu created PIG-4728: --- Summary: Compilation against hbase 1.x fails with hbase-hadoop1-compat not found Key: PIG-4728 URL: https://issues.apache.org/jira/browse/PIG-4728 Project: Pig Issue Type: Bu

[jira] [Updated] (PIG-4727) Incorrect types table for AVG in docs

2015-11-04 Thread Nathan Smith (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Smith updated PIG-4727: -- Attachment: PIG-4727.patch > Incorrect types table for AVG in docs > -

[jira] [Created] (PIG-4727) Incorrect types table for AVG in docs

2015-11-04 Thread Nathan Smith (JIRA)
Nathan Smith created PIG-4727: - Summary: Incorrect types table for AVG in docs Key: PIG-4727 URL: https://issues.apache.org/jira/browse/PIG-4727 Project: Pig Issue Type: Bug Components:

Build failed in Jenkins: Pig-trunk #1848

2015-11-04 Thread Apache Jenkins Server
See Changes: [daijy] PIG-4725: Typo in FrontendException messages "Incompatable" -- [...truncated 2706 lines...] [javacc] (type "javacc" with no arguments for help) [javacc] Reading from file

[jira] [Commented] (PIG-3891) FileBasedOutputSizeReader does not calculate size of files in sub-directories

2015-11-04 Thread Egmont Koblinger (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14989172#comment-14989172 ] Egmont Koblinger commented on PIG-3891: --- Hi, Friendly ping – any updates on this? >