[jira] [Commented] (PIG-4682) Update Pig

2015-09-18 Thread Olaf Flebbe (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14805294#comment-14805294
 ] 

Olaf Flebbe commented on PIG-4682:
--

Sorry wrong queue

> Update Pig
> --
>
> Key: PIG-4682
> URL: https://issues.apache.org/jira/browse/PIG-4682
> Project: Pig
>  Issue Type: Bug
>Reporter: Olaf Flebbe
>Assignee: Olaf Flebbe
>
> * Update Pig to 0.15
> * Incorporate PIG-4676
> * fix other small issues
> Needed since hive update will break PIG as it is now



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (PIG-4682) Update Pig

2015-09-18 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe resolved PIG-4682.
--
Resolution: Invalid

> Update Pig
> --
>
> Key: PIG-4682
> URL: https://issues.apache.org/jira/browse/PIG-4682
> Project: Pig
>  Issue Type: Bug
>Reporter: Olaf Flebbe
>Assignee: Olaf Flebbe
>
> * Update Pig to 0.15
> * Incorporate PIG-4676
> * fix other small issues
> Needed since hive update will break PIG as it is now



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (PIG-4682) Update Pig

2015-09-18 Thread Olaf Flebbe (JIRA)
Olaf Flebbe created PIG-4682:


 Summary: Update Pig
 Key: PIG-4682
 URL: https://issues.apache.org/jira/browse/PIG-4682
 Project: Pig
  Issue Type: Bug
Reporter: Olaf Flebbe
Assignee: Olaf Flebbe


* Update Pig to 0.15
* Incorporate PIG-4676
* fix other small issues

Needed since hive update will break PIG as it is now



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PIG-4629) org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws SemanticException since Hive 1.1.0

2015-07-12 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe updated PIG-4629:
-
Fix Version/s: (was: 0.15.1)

> org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws 
> SemanticException since Hive 1.1.0
> ---
>
> Key: PIG-4629
> URL: https://issues.apache.org/jira/browse/PIG-4629
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.15.0
>Reporter: li xiang
>Assignee: Olaf Flebbe
> Attachments: PIG-4629.1.patch
>
>
> When running Pig UT with Hive 1.1.0+, there are some compilation error 
> because org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() 
> throws SemanticException, but Pig code does not catch it or continue to throw 
> it
> The error message is: 
> /root/ff/pig/src/org/apache/pig/builtin/HiveUDAF.java:173: error: unreported 
> exception SemanticException; must be caught or declared to be thrown
> The following files need to be updated:
> src/org/apache/pig/builtin/HiveUDAF.java
> src/org/apache/pig/builtin/HiveUDF.java
> src/org/apache/pig/builtin/HiveUDFBase.java
> src/org/apache/pig/builtin/HiveUDTF.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PIG-4629) org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws SemanticException since Hive 1.1.0

2015-07-12 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe updated PIG-4629:
-
Fix Version/s: 0.15.1

> org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws 
> SemanticException since Hive 1.1.0
> ---
>
> Key: PIG-4629
> URL: https://issues.apache.org/jira/browse/PIG-4629
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.15.0
>Reporter: li xiang
>Assignee: Olaf Flebbe
> Fix For: 0.15.1
>
> Attachments: PIG-4629.1.patch
>
>
> When running Pig UT with Hive 1.1.0+, there are some compilation error 
> because org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() 
> throws SemanticException, but Pig code does not catch it or continue to throw 
> it
> The error message is: 
> /root/ff/pig/src/org/apache/pig/builtin/HiveUDAF.java:173: error: unreported 
> exception SemanticException; must be caught or declared to be thrown
> The following files need to be updated:
> src/org/apache/pig/builtin/HiveUDAF.java
> src/org/apache/pig/builtin/HiveUDF.java
> src/org/apache/pig/builtin/HiveUDFBase.java
> src/org/apache/pig/builtin/HiveUDTF.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PIG-4629) org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws SemanticException since Hive 1.1.0

2015-07-12 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe updated PIG-4629:
-
Status: Patch Available  (was: Open)

> org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws 
> SemanticException since Hive 1.1.0
> ---
>
> Key: PIG-4629
> URL: https://issues.apache.org/jira/browse/PIG-4629
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.15.0
>Reporter: li xiang
>Assignee: Olaf Flebbe
> Attachments: PIG-4629.1.patch
>
>
> When running Pig UT with Hive 1.1.0+, there are some compilation error 
> because org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() 
> throws SemanticException, but Pig code does not catch it or continue to throw 
> it
> The error message is: 
> /root/ff/pig/src/org/apache/pig/builtin/HiveUDAF.java:173: error: unreported 
> exception SemanticException; must be caught or declared to be thrown
> The following files need to be updated:
> src/org/apache/pig/builtin/HiveUDAF.java
> src/org/apache/pig/builtin/HiveUDF.java
> src/org/apache/pig/builtin/HiveUDFBase.java
> src/org/apache/pig/builtin/HiveUDTF.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (PIG-4629) org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws SemanticException since Hive 1.1.0

2015-07-12 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe reassigned PIG-4629:


Assignee: Olaf Flebbe

> org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws 
> SemanticException since Hive 1.1.0
> ---
>
> Key: PIG-4629
> URL: https://issues.apache.org/jira/browse/PIG-4629
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.15.0
>Reporter: li xiang
>Assignee: Olaf Flebbe
> Attachments: PIG-4629.1.patch
>
>
> When running Pig UT with Hive 1.1.0+, there are some compilation error 
> because org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() 
> throws SemanticException, but Pig code does not catch it or continue to throw 
> it
> The error message is: 
> /root/ff/pig/src/org/apache/pig/builtin/HiveUDAF.java:173: error: unreported 
> exception SemanticException; must be caught or declared to be thrown
> The following files need to be updated:
> src/org/apache/pig/builtin/HiveUDAF.java
> src/org/apache/pig/builtin/HiveUDF.java
> src/org/apache/pig/builtin/HiveUDFBase.java
> src/org/apache/pig/builtin/HiveUDTF.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PIG-4629) org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws SemanticException since Hive 1.1.0

2015-07-12 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe updated PIG-4629:
-
Priority: Major  (was: Minor)

> org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws 
> SemanticException since Hive 1.1.0
> ---
>
> Key: PIG-4629
> URL: https://issues.apache.org/jira/browse/PIG-4629
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.15.0
>Reporter: li xiang
> Attachments: PIG-4629.1.patch
>
>
> When running Pig UT with Hive 1.1.0+, there are some compilation error 
> because org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() 
> throws SemanticException, but Pig code does not catch it or continue to throw 
> it
> The error message is: 
> /root/ff/pig/src/org/apache/pig/builtin/HiveUDAF.java:173: error: unreported 
> exception SemanticException; must be caught or declared to be thrown
> The following files need to be updated:
> src/org/apache/pig/builtin/HiveUDAF.java
> src/org/apache/pig/builtin/HiveUDF.java
> src/org/apache/pig/builtin/HiveUDFBase.java
> src/org/apache/pig/builtin/HiveUDTF.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PIG-4629) org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws SemanticException since Hive 1.1.0

2015-07-12 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe updated PIG-4629:
-
Attachment: PIG-4629.1.patch

This is needed in order to update hive in apache bigtop.

> org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() throws 
> SemanticException since Hive 1.1.0
> ---
>
> Key: PIG-4629
> URL: https://issues.apache.org/jira/browse/PIG-4629
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.15.0
>Reporter: li xiang
>Priority: Minor
> Attachments: PIG-4629.1.patch
>
>
> When running Pig UT with Hive 1.1.0+, there are some compilation error 
> because org.apache.hadoop.hive.ql.exec.FunctionRegistry#getFunctionInfo() 
> throws SemanticException, but Pig code does not catch it or continue to throw 
> it
> The error message is: 
> /root/ff/pig/src/org/apache/pig/builtin/HiveUDAF.java:173: error: unreported 
> exception SemanticException; must be caught or declared to be thrown
> The following files need to be updated:
> src/org/apache/pig/builtin/HiveUDAF.java
> src/org/apache/pig/builtin/HiveUDF.java
> src/org/apache/pig/builtin/HiveUDFBase.java
> src/org/apache/pig/builtin/HiveUDTF.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)