[jira] [Commented] (HIVE-7018) Table and Partition tables have column LINK_TARGET_ID in Mysql scripts but not others

2015-06-13 Thread Chaoyu Tang (JIRA)

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

Chaoyu Tang commented on HIVE-7018:
---

Thanks [~ychena] for the patch, it has been committed to 1.3.0 (branch-1). But 
I think you also need create a separate patch for 2.0.0 (master branch).

> Table and Partition tables have column LINK_TARGET_ID in Mysql scripts but 
> not others
> -
>
> Key: HIVE-7018
> URL: https://issues.apache.org/jira/browse/HIVE-7018
> Project: Hive
>  Issue Type: Bug
>Reporter: Brock Noland
>Assignee: Yongzhi Chen
> Attachments: HIVE-7018.1.patch, HIVE-7018.2.patch, HIVE-7018.3.patch
>
>
> It appears that at least postgres and oracle do not have the LINK_TARGET_ID 
> column while mysql does.



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


[jira] [Commented] (HIVE-6577) change WebHCat reference examples to show user.name as a query paramter

2015-06-13 Thread Eugene Koifman (JIRA)

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

Eugene Koifman commented on HIVE-6577:
--

[~leftylev], LGTM.  Thanks!

> change WebHCat reference examples to show user.name as a query paramter
> ---
>
> Key: HIVE-6577
> URL: https://issues.apache.org/jira/browse/HIVE-6577
> Project: Hive
>  Issue Type: Bug
>  Components: Documentation, WebHCat
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>
> as of HIVE-6576, submitting POST requests to webhcat with user.name as a form 
> parameter is deprecated.  user.name should instead be in the query string 
> 'http://.../templeton/v1/ddl?use.name=foo'
> Most WebHCat reference doc examples show 'curl -d user.name=foo', so they 
> need to be updated.



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


[jira] [Updated] (HIVE-11001) HS2 http cookie mode does not honor doAs url parameter

2015-06-13 Thread Thejas M Nair (JIRA)

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

Thejas M Nair updated HIVE-11001:
-
Attachment: HIVE-11001.1.patch

> HS2 http cookie mode does not honor doAs url parameter
> --
>
> Key: HIVE-11001
> URL: https://issues.apache.org/jira/browse/HIVE-11001
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 1.2.0
>Reporter: Thejas M Nair
>Assignee: Thejas M Nair
> Fix For: 1.2.1
>
> Attachments: HIVE-11001.1.patch
>
>
> When HiveServer2 HTTP mode is used with cookie authentication enabled ( 
> hive.server2.thrift.http.cookie.auth.enabled=true), the doAs url parameter 
> does not get captured, and the authenticated user gets used instead of the 
> doAs user.



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


[jira] [Updated] (HIVE-10704) Errors in Tez HashTableLoader when estimated table size is 0

2015-06-13 Thread Mostafa Mokhtar (JIRA)

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

Mostafa Mokhtar updated HIVE-10704:
---
Assignee: Jason Dere  (was: Mostafa Mokhtar)

> Errors in Tez HashTableLoader when estimated table size is 0
> 
>
> Key: HIVE-10704
> URL: https://issues.apache.org/jira/browse/HIVE-10704
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Jason Dere
>Assignee: Jason Dere
> Fix For: 1.2.1
>
> Attachments: HIVE-10704.1.patch, HIVE-10704.2.patch, 
> HIVE-10704.3.patch
>
>
> Couple of issues:
> - If the table sizes in MapJoinOperator.getParentDataSizes() are 0 for all 
> tables, the largest small table selection is wrong and could select the large 
> table (which results in NPE)
> - The memory estimates can either divide-by-zero, or allocate 0 memory if the 
> table size is 0. Try to come up with a sensible default for this.



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


[jira] [Resolved] (HIVE-11002) Memory leakage on unsafe aggregation path with empty input

2015-06-13 Thread Navis (JIRA)

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

Navis resolved HIVE-11002.
--
Resolution: Invalid

Sorry, this meant to be in spark.

> Memory leakage on unsafe aggregation path with empty input
> --
>
> Key: HIVE-11002
> URL: https://issues.apache.org/jira/browse/HIVE-11002
> Project: Hive
>  Issue Type: Bug
>  Components: SQL
>Reporter: Navis
>Assignee: Navis
>Priority: Minor
>
> Currently, unsafe-based hash is released on 'next' call but if input is 
> empty, it would not be called ever.



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