[jira] [Commented] (HIVE-13206) Create a test-sources.jar when -Psources profile is invoked

2016-03-07 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183889#comment-15183889 ] Szehon Ho commented on HIVE-13206: -- Got it, +1 > Create a test-sources.jar when -Psources profile is

[jira] [Commented] (HIVE-13222) Move rc-file-v0.rc used on TestRCFile.java to src/test/resources

2016-03-07 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183900#comment-15183900 ] Szehon Ho commented on HIVE-13222: -- +1 > Move rc-file-v0.rc used on TestRCFile.java to

[jira] [Commented] (HIVE-7532) allow disabling direct sql per query with external metastore

2016-03-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183184#comment-15183184 ] Aihua Xu commented on HIVE-7532: [~navis] and [~sershe] Seems I don't fully get how

[jira] [Commented] (HIVE-13209) metastore get_delegation_token fails with null ip address

2016-03-07 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183244#comment-15183244 ] Thejas M Nair commented on HIVE-13209: -- Test failures are unrelated. Committing soon. > metastore

[jira] [Commented] (HIVE-13206) Create a test-sources.jar when -Psources profile is invoked

2016-03-07 Thread JIRA
[ https://issues.apache.org/jira/browse/HIVE-13206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183206#comment-15183206 ] Sergio Peña commented on HIVE-13206: [~szehon] Could you help me do a quick review here? > Create a

[jira] [Updated] (HIVE-4897) Hive should handle AlreadyExists on retries when creating tables/partitions

2016-03-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-4897: --- Status: In Progress (was: Patch Available) > Hive should handle AlreadyExists on retries when creating

[jira] [Updated] (HIVE-13209) metastore get_delegation_token fails with null ip address

2016-03-07 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-13209: - Resolution: Fixed Status: Resolved (was: Patch Available) Patch committed to master.

[jira] [Work started] (HIVE-13221) expose metadata cache APIs from HS2

2016-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-13221 started by Sergey Shelukhin. --- > expose metadata cache APIs from HS2 >

[jira] [Updated] (HIVE-12925) make sure metastore footer cache doesn't get all functions

2016-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12925: Summary: make sure metastore footer cache doesn't get all functions (was: make sure

[jira] [Updated] (HIVE-13211) normalize Hive.get overloads to go thru one path

2016-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-13211: Attachment: HIVE-13211.01.patch Fixing an NPE > normalize Hive.get overloads to go thru

[jira] [Commented] (HIVE-13218) LLAP: better configs part 1

2016-03-07 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183952#comment-15183952 ] Gopal V commented on HIVE-13218: LGTM - +1. > LLAP: better configs part 1 > --- >

[jira] [Commented] (HIVE-13204) Vectorization: Add ChainedCheckerFactory for LIKE

2016-03-07 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183987#comment-15183987 ] Hive QA commented on HIVE-13204: Here are the results of testing the latest attachment:

[jira] [Updated] (HIVE-13216) ORC Reader will leave file open until GC when opening a malformed ORC file

2016-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-13216: Affects Version/s: 2.0.0 Status: Patch Available (was: Open) > ORC Reader

[jira] [Updated] (HIVE-13216) ORC Reader will leave file open until GC when opening a malformed ORC file

2016-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-13216: Attachment: HIVE-13216.patch This patch adds try-finally to the method. Most of the rest of

[jira] [Commented] (HIVE-13204) Vectorization: Add ChainedCheckerFactory for LIKE

2016-03-07 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184019#comment-15184019 ] Gopal V commented on HIVE-13204: The 2 failed Hbase tests had unrelated mini-cluster start issues {code}

[jira] [Assigned] (HIVE-13216) ORC Reader will leave file open until GC when opening a malformed ORC file

2016-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin reassigned HIVE-13216: --- Assignee: Sergey Shelukhin > ORC Reader will leave file open until GC when opening a

[jira] [Updated] (HIVE-13204) Vectorization: Add ChainedCheckerFactory for LIKE

2016-03-07 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-13204: --- Attachment: HIVE-13204.4.patch Fixed existing test-cases with @Test markers > Vectorization: Add

[jira] [Commented] (HIVE-12995) LLAP: Synthetic file ids need collision checks

2016-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184024#comment-15184024 ] Sergey Shelukhin commented on HIVE-12995: - Test failures are unrelated. > LLAP: Synthetic file

[jira] [Commented] (HIVE-13216) ORC Reader will leave file open until GC when opening a malformed ORC file

2016-03-07 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184064#comment-15184064 ] Prasanth Jayachandran commented on HIVE-13216: -- lgmt, +1. > ORC Reader will leave file open

[jira] [Updated] (HIVE-13223) HoS may hang for queries that run on 0 splits

2016-03-07 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-13223: Attachment: HIVE-13223.patch > HoS may hang for queries that run on 0 splits >

[jira] [Updated] (HIVE-13223) HoS may hang for queries that run on 0 splits

2016-03-07 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-13223: Status: Patch Available (was: Open) > HoS may hang for queries that run on 0 splits >

<    1   2