[jira] [Commented] (HIVE-8366) CBO fails if there is a table sample in subquery

2014-10-06 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161559#comment-14161559 ] Hive QA commented on HIVE-8366: --- {color:green}Overall{color}: +1 all checks pass Here are

[jira] [Commented] (HIVE-8313) Optimize evaluation for ExprNodeConstantEvaluator and ExprNodeNullEvaluator

2014-10-06 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161531#comment-14161531 ] Navis commented on HIVE-8313: - My bad, +1. Could you change childrenNeedingPrepare to an array?

[jira] [Commented] (HIVE-8319) Add configuration for custom services in hiveserver2

2014-10-06 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161522#comment-14161522 ] Navis commented on HIVE-8319: - I got it. Addressed comments. > Add configuration for custom se

[jira] [Updated] (HIVE-8319) Add configuration for custom services in hiveserver2

2014-10-06 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-8319: Attachment: HIVE-8319.2.patch.txt > Add configuration for custom services in hiveserver2 > --

Re: Review Request 26218: Add configuration for custom services in hiveserver2

2014-10-06 Thread Navis Ryu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26218/ --- (Updated Oct. 7, 2014, 6:04 a.m.) Review request for hive. Changes --- A

[jira] [Updated] (HIVE-8357) Path type entities should use qualified path rather than string

2014-10-06 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-8357: Attachment: HIVE-8357.2.patch.txt Updated test results & fixed some tests > Path type entities should use qualified

[jira] [Commented] (HIVE-6500) Stats collection via filesystem

2014-10-06 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161514#comment-14161514 ] Lefty Leverenz commented on HIVE-6500: -- I made some changes in the docs, please review

[jira] [Commented] (HIVE-8315) CBO : Negate condition underestimates selectivity which results in an in-efficient plan

2014-10-06 Thread Mostafa Mokhtar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161506#comment-14161506 ] Mostafa Mokhtar commented on HIVE-8315: --- [~rhbutani] The correct plan is not getting

[jira] [Commented] (HIVE-8376) Umbrella Jira for HiveServer2 dynamic service discovery

2014-10-06 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161498#comment-14161498 ] Lefty Leverenz commented on HIVE-8376: -- Off topic: Where'd you get that ☂, [~vgumasht

[jira] [Updated] (HIVE-7733) Ambiguous column reference error on query

2014-10-06 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-7733: Attachment: HIVE-7733.6.patch.txt Fixed test fails > Ambiguous column reference error on query > ---

[jira] [Commented] (HIVE-8364) We're not waiting for all inputs in MapRecordProcessor on Tez

2014-10-06 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161489#comment-14161489 ] Hive QA commented on HIVE-8364: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Commented] (HIVE-8280) CBO : When filter is applied on dimension table PK/FK code path is not in effect.

2014-10-06 Thread Mostafa Mokhtar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161477#comment-14161477 ] Mostafa Mokhtar commented on HIVE-8280: --- The issue is not yet fixed as PK side always

[jira] [Commented] (HIVE-8315) CBO : Negate condition underestimates selectivity which results in an in-efficient plan

2014-10-06 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161476#comment-14161476 ] Ashutosh Chauhan commented on HIVE-8315: +1 > CBO : Negate condition underestimate

[jira] [Commented] (HIVE-8283) Missing break in FilterSelectivityEstimator#visitCall()

2014-10-06 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161470#comment-14161470 ] Ashutosh Chauhan commented on HIVE-8283: +1 > Missing break in FilterSelectivityEs

[jira] [Updated] (HIVE-8283) Missing break in FilterSelectivityEstimator#visitCall()

2014-10-06 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-8283: --- Assignee: Navis > Missing break in FilterSelectivityEstimator#visitCall() > ---

[jira] [Commented] (HIVE-3421) Column Level Top K Values Statistics

2014-10-06 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161455#comment-14161455 ] Lefty Leverenz commented on HIVE-3421: -- It's already documented in the wiki, with a li

[jira] [Updated] (HIVE-7935) Support dynamic service discovery for HiveServer2

2014-10-06 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-7935: --- Issue Type: Sub-task (was: New Feature) Parent: HIVE-8376 > Support dynamic service di

[jira] [Commented] (HIVE-8354) HIVE-7156 introduced required dependency on tez

2014-10-06 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161450#comment-14161450 ] Brock Noland commented on HIVE-8354: +1 pending tests thank you! > HIVE-7156 introduc

[jira] [Commented] (HIVE-8374) schematool fails on Postgres versions < 9.2

2014-10-06 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161449#comment-14161449 ] Brock Noland commented on HIVE-8374: Makes sense. I think that long term we might want

[jira] [Updated] (HIVE-8173) HiveServer2 dynamic service discovery: figure out best ZooKeeper ACLs for security

2014-10-06 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-8173: --- Issue Type: Sub-task (was: Bug) Parent: HIVE-8376 > HiveServer2 dynamic service discov

[jira] [Updated] (HIVE-8376) Umbrella Jira for HiveServer2 dynamic service discovery

2014-10-06 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-8376: --- Labels: TODOC14 (was: ) > Umbrella Jira for HiveServer2 dynamic service discovery > --

[jira] [Updated] (HIVE-8193) Hook HiveServer2 dynamic service discovery with session time out

2014-10-06 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-8193: --- Issue Type: Sub-task (was: Bug) Parent: HIVE-8376 > Hook HiveServer2 dynamic service d

[jira] [Updated] (HIVE-8172) HiveServer2 dynamic service discovery should let the JDBC client use default ZooKeeper namespace

2014-10-06 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-8172: --- Issue Type: Sub-task (was: Bug) Parent: HIVE-8376 > HiveServer2 dynamic service discov

[jira] [Updated] (HIVE-8288) HiveServer2 dynamic discovery should create znodes organized by version number & add support for removing server uri's of a particular version from the server script.

2014-10-06 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-8288: --- Issue Type: Sub-task (was: Bug) Parent: HIVE-8376 > HiveServer2 dynamic discovery shou

[jira] [Commented] (HIVE-8376) Umbrella Jira for HiveServer2 dynamic service discovery

2014-10-06 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161446#comment-14161446 ] Vaibhav Gumashta commented on HIVE-8376: [~vikram.dixit] I've marked this for 14 to

[jira] [Created] (HIVE-8376) Umbrella Jira for HiveServer2 dynamic service discovery

2014-10-06 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-8376: -- Summary: Umbrella Jira for HiveServer2 dynamic service discovery Key: HIVE-8376 URL: https://issues.apache.org/jira/browse/HIVE-8376 Project: Hive Issue

[jira] [Updated] (HIVE-8364) We're not waiting for all inputs in MapRecordProcessor on Tez

2014-10-06 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-8364: - Attachment: HIVE-8364.2.patch Improves on the proposed patch. > We're not waiting for all inputs i

[jira] [Commented] (HIVE-8168) With dynamic partition enabled fact table selectivity is not taken into account when generating the physical plan (Use CBO cardinality using physical plan generation)

2014-10-06 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161420#comment-14161420 ] Hive QA commented on HIVE-8168: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Updated] (HIVE-8375) Create schema only if autoCreateSchema is set to true

2014-10-06 Thread Navaneeth Mysore G (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navaneeth Mysore G updated HIVE-8375: - Priority: Minor (was: Major) > Create schema only if autoCreateSchema is set to true > ---

[jira] [Updated] (HIVE-8375) Create schema only if autoCreateSchema is set to true

2014-10-06 Thread Navaneeth Mysore G (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navaneeth Mysore G updated HIVE-8375: - Attachment: HIVE-AutoCreateSchema.patch > Create schema only if autoCreateSchema is set to

[jira] [Created] (HIVE-8375) Create schema only if autoCreateSchema is set to true

2014-10-06 Thread Navaneeth Mysore G (JIRA)
Navaneeth Mysore G created HIVE-8375: Summary: Create schema only if autoCreateSchema is set to true Key: HIVE-8375 URL: https://issues.apache.org/jira/browse/HIVE-8375 Project: Hive Issu

Review Request 26403: HIVE-8374: schematool fails on Postgres versions < 9.2

2014-10-06 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26403/ --- Review request for hive. Bugs: HIVE-8374 https://issues.apache.org/jira/bro

[jira] [Commented] (HIVE-8374) schematool fails on Postgres versions < 9.2

2014-10-06 Thread Mohit Sabharwal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161399#comment-14161399 ] Mohit Sabharwal commented on HIVE-8374: --- Patch adds a command line option to schemato

[jira] [Updated] (HIVE-8374) schematool fails on Postgres versions < 9.2

2014-10-06 Thread Mohit Sabharwal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohit Sabharwal updated HIVE-8374: -- Status: Patch Available (was: Open) > schematool fails on Postgres versions < 9.2 >

[jira] [Updated] (HIVE-8374) schematool fails on Postgres versions < 9.2

2014-10-06 Thread Mohit Sabharwal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohit Sabharwal updated HIVE-8374: -- Attachment: HIVE-8374.patch > schematool fails on Postgres versions < 9.2 > -

[jira] [Created] (HIVE-8374) schematool fails on Postgres versions < 9.2

2014-10-06 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-8374: - Summary: schematool fails on Postgres versions < 9.2 Key: HIVE-8374 URL: https://issues.apache.org/jira/browse/HIVE-8374 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-8354) HIVE-7156 introduced required dependency on tez

2014-10-06 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-8354: - Attachment: HIVE-8354.1.patch This patch removes dependency with DagUtils. It moved the logic for getting m

[jira] [Updated] (HIVE-8354) HIVE-7156 introduced required dependency on tez

2014-10-06 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-8354: - Status: Patch Available (was: Open) > HIVE-7156 introduced required dependency on tez > --

[jira] [Updated] (HIVE-8280) CBO : When filter is applied on dimension table PK/FK code path is not in effect.

2014-10-06 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-8280: Attachment: HIVE-8280.2.patch > CBO : When filter is applied on dimension table PK/FK code path is no

[jira] [Commented] (HIVE-8363) AccumuloStorageHandler compile failure hadoop-1

2014-10-06 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161374#comment-14161374 ] Szehon Ho commented on HIVE-8363: - Really appreciate you taking a look. +1 pending tests

[jira] [Commented] (HIVE-8319) Add configuration for custom services in hiveserver2

2014-10-06 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161370#comment-14161370 ] Thejas M Nair commented on HIVE-8319: - I meant to say that we should use the @private /

[jira] [Commented] (HIVE-8280) CBO : When filter is applied on dimension table PK/FK code path is not in effect.

2014-10-06 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161367#comment-14161367 ] Harish Butani commented on HIVE-8280: - Other ops are handled by RelMdUniqueKeys. will r

[jira] [Commented] (HIVE-8280) CBO : When filter is applied on dimension table PK/FK code path is not in effect.

2014-10-06 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161361#comment-14161361 ] Gunther Hagleitner commented on HIVE-8280: -- This tail recursion should probably be

[jira] [Commented] (HIVE-8361) NPE in PTFOperator when there are empty partitions

2014-10-06 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161357#comment-14161357 ] Gunther Hagleitner commented on HIVE-8361: -- +1 > NPE in PTFOperator when there ar

[jira] [Commented] (HIVE-8372) Potential NPE in Tez MergeFileRecordProcessor

2014-10-06 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161354#comment-14161354 ] Vikram Dixit K commented on HIVE-8372: -- +1 LGTM. +1 for 0.14 as well. > Potential NPE

[jira] [Commented] (HIVE-8372) Potential NPE in Tez MergeFileRecordProcessor

2014-10-06 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161355#comment-14161355 ] Vikram Dixit K commented on HIVE-8372: -- Pending tests pass. > Potential NPE in Tez Me

[jira] [Commented] (HIVE-2573) Create per-session function registry

2014-10-06 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161348#comment-14161348 ] Navis commented on HIVE-2573: - bq. Not sure I understand this - is the idea here to automatical

[jira] [Commented] (HIVE-8350) Constant folding should happen before group-by optimization

2014-10-06 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161346#comment-14161346 ] Gunther Hagleitner commented on HIVE-8350: -- +1 > Constant folding should happen b

[jira] [Updated] (HIVE-8348) Fix Hive to match changes introduced by TEZ-1510

2014-10-06 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-8348: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk and h

[jira] [Updated] (HIVE-8363) AccumuloStorageHandler compile failure hadoop-1

2014-10-06 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HIVE-8363: - Fix Version/s: 0.14.0 Affects Version/s: (was: 0.14.0) Status: Patch Available (

[jira] [Updated] (HIVE-8363) AccumuloStorageHandler compile failure hadoop-1

2014-10-06 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HIVE-8363: - Attachment: HIVE-8363.1.patch Patch switches from Hadoop's StringUtils to commons-lang's. We already had a

[jira] [Commented] (HIVE-8363) AccumuloStorageHandler compile failure hadoop-1

2014-10-06 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161329#comment-14161329 ] Josh Elser commented on HIVE-8363: -- I was confused as to how this was introduced. My guess

[jira] [Commented] (HIVE-6329) Support column level encryption/decryption

2014-10-06 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161328#comment-14161328 ] Navis commented on HIVE-6329: - [~Huang Xiaomeng] Sorry to miss this. I should unsubscribe some

[jira] [Commented] (HIVE-5865) AvroDeserializer incorrectly assumes keys to Maps will always be of type 'org.apache.avro.util.Utf8'

2014-10-06 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161323#comment-14161323 ] Lefty Leverenz commented on HIVE-5865: -- Doc query: Should this be documented in the A

[jira] [Updated] (HIVE-8361) NPE in PTFOperator when there are empty partitions

2014-10-06 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-8361: Status: Patch Available (was: Open) > NPE in PTFOperator when there are empty partitions > -

[jira] [Updated] (HIVE-8361) NPE in PTFOperator when there are empty partitions

2014-10-06 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-8361: Attachment: HIVE-8361.2.patch messed up diff on ptf_matchpath.q.out > NPE in PTFOperator when there

[jira] [Updated] (HIVE-8361) NPE in PTFOperator when there are empty partitions

2014-10-06 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-8361: Status: Open (was: Patch Available) > NPE in PTFOperator when there are empty partitions > -

[jira] [Commented] (HIVE-8319) Add configuration for custom services in hiveserver2

2014-10-06 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161311#comment-14161311 ] Navis commented on HIVE-8319: - [~thejas] I'm thinking of jetty service for custom management AP

[jira] [Updated] (HIVE-8280) CBO : When filter is applied on dimension table PK/FK code path is not in effect.

2014-10-06 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-8280: Status: Patch Available (was: Open) > CBO : When filter is applied on dimension table PK/FK code pat

[jira] [Updated] (HIVE-8315) CBO : Negate condition underestimates selectivity which results in an in-efficient plan

2014-10-06 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-8315: Status: Patch Available (was: Open) > CBO : Negate condition underestimates selectivity which result

[jira] [Updated] (HIVE-8280) CBO : When filter is applied on dimension table PK/FK code path is not in effect.

2014-10-06 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-8280: Attachment: HIVE-8280.1.patch > CBO : When filter is applied on dimension table PK/FK code path is no

[jira] [Commented] (HIVE-8361) NPE in PTFOperator when there are empty partitions

2014-10-06 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161294#comment-14161294 ] Hive QA commented on HIVE-8361: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Commented] (HIVE-8371) HCatStorer should fail by default when publishing to an existing partition

2014-10-06 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161292#comment-14161292 ] Sushanth Sowmyan commented on HIVE-8371: Edit: {quote} I am okay with implementing

[jira] [Commented] (HIVE-8371) HCatStorer should fail by default when publishing to an existing partition

2014-10-06 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161290#comment-14161290 ] Sushanth Sowmyan commented on HIVE-8371: The main goal of HIVE-6405 was to unify ex

[jira] [Updated] (HIVE-8338) Add ip and command to semantic analyzer hook context

2014-10-06 Thread Mohit Sabharwal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohit Sabharwal updated HIVE-8338: -- Attachment: HIVE-8338.1.patch > Add ip and command to semantic analyzer hook context > --

Re: Review Request 26385: HIVE-8338 : Add ip and command to semantic analyzer hook context

2014-10-06 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26385/ --- (Updated Oct. 7, 2014, 12:22 a.m.) Review request for hive. Changes ---

[jira] [Commented] (HIVE-8288) HiveServer2 dynamic discovery should create znodes organized by version number & add support for removing server uri's of a particular version from the server script.

2014-10-06 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161254#comment-14161254 ] Thejas M Nair commented on HIVE-8288: - +1 > HiveServer2 dynamic discovery should creat

Re: Review Request 26255: HiveServer2 dynamic discovery should create znodes organized by version number & add support for removing server uri's of a particular version from the server script.

2014-10-06 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26255/#review55614 --- Ship it! Ship It! - Thejas Nair On Oct. 6, 2014, 11:44 p.m., Vai

[jira] [Updated] (HIVE-8315) CBO : Negate condition underestimates selectivity which results in an in-efficient plan

2014-10-06 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-8315: Attachment: HIVE-8315.1.patch > CBO : Negate condition underestimates selectivity which results in an

[jira] [Created] (HIVE-8373) OOM for a simple query with spark.master=local [Spark Branch]

2014-10-06 Thread Xuefu Zhang (JIRA)
Xuefu Zhang created HIVE-8373: - Summary: OOM for a simple query with spark.master=local [Spark Branch] Key: HIVE-8373 URL: https://issues.apache.org/jira/browse/HIVE-8373 Project: Hive Issue Typ

[jira] [Updated] (HIVE-8372) Potential NPE in Tez MergeFileRecordProcessor

2014-10-06 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-8372: - Attachment: HIVE-8372.1.patch > Potential NPE in Tez MergeFileRecordProcessor > ---

[jira] [Updated] (HIVE-8372) Potential NPE in Tez MergeFileRecordProcessor

2014-10-06 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-8372: - Status: Patch Available (was: Open) > Potential NPE in Tez MergeFileRecordProcessor >

[jira] [Updated] (HIVE-8344) Hive on Tez sets mapreduce.framework.name to yarn-tez

2014-10-06 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-8344: - Attachment: HIVE-8344.3.patch > Hive on Tez sets mapreduce.framework.name to yarn-tez > ---

[jira] [Updated] (HIVE-8344) Hive on Tez sets mapreduce.framework.name to yarn-tez

2014-10-06 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-8344: - Status: Open (was: Patch Available) > Hive on Tez sets mapreduce.framework.name to yarn-te

[jira] [Updated] (HIVE-8344) Hive on Tez sets mapreduce.framework.name to yarn-tez

2014-10-06 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-8344: - Status: Patch Available (was: Open) > Hive on Tez sets mapreduce.framework.name to yarn-te

[jira] [Commented] (HIVE-8348) Fix Hive to match changes introduced by TEZ-1510

2014-10-06 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161237#comment-14161237 ] Vikram Dixit K commented on HIVE-8348: -- +1 for 0.14 > Fix Hive to match changes intro

[jira] [Created] (HIVE-8372) Potential NPE in Tez MergeFileRecordProcessor

2014-10-06 Thread Prasanth J (JIRA)
Prasanth J created HIVE-8372: Summary: Potential NPE in Tez MergeFileRecordProcessor Key: HIVE-8372 URL: https://issues.apache.org/jira/browse/HIVE-8372 Project: Hive Issue Type: Bug Co

[jira] [Commented] (HIVE-8371) HCatStorer should fail by default when publishing to an existing partition

2014-10-06 Thread Thiruvel Thirumoolan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161227#comment-14161227 ] Thiruvel Thirumoolan commented on HIVE-8371: [~sushanth] Lemme know what do you

[jira] [Assigned] (HIVE-8371) HCatStorer should fail by default when publishing to an existing partition

2014-10-06 Thread Thiruvel Thirumoolan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvel Thirumoolan reassigned HIVE-8371: -- Assignee: Thiruvel Thirumoolan > HCatStorer should fail by default when publishi

[jira] [Created] (HIVE-8371) HCatStorer should fail by default when publishing to an existing partition

2014-10-06 Thread Thiruvel Thirumoolan (JIRA)
Thiruvel Thirumoolan created HIVE-8371: -- Summary: HCatStorer should fail by default when publishing to an existing partition Key: HIVE-8371 URL: https://issues.apache.org/jira/browse/HIVE-8371 Pr

[jira] [Updated] (HIVE-8288) HiveServer2 dynamic discovery should create znodes organized by version number & add support for removing server uri's of a particular version from the server script.

2014-10-06 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-8288: --- Attachment: HIVE-8288.4.patch > HiveServer2 dynamic discovery should create znodes organized by

Re: Review Request 26255: HiveServer2 dynamic discovery should create znodes organized by version number & add support for removing server uri's of a particular version from the server script.

2014-10-06 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26255/ --- (Updated Oct. 6, 2014, 11:44 p.m.) Review request for hive and Thejas Nair. B

Re: Review Request 26385: HIVE-8338 : Add ip and command to semantic analyzer hook context

2014-10-06 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26385/#review55608 --- Thank you for this cleanup! I have one comment which needs to be add

[jira] [Commented] (HIVE-8225) CBO trunk merge: union11 test fails due to incorrect plan

2014-10-06 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161213#comment-14161213 ] Pengcheng Xiong commented on HIVE-8225: --- [~ashutoshc] could you please kindly commit?

[jira] [Commented] (HIVE-8344) Hive on Tez sets mapreduce.framework.name to yarn-tez

2014-10-06 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161199#comment-14161199 ] Hive QA commented on HIVE-8344: --- {color:red}Overall{color}: -1 no tests executed Here are

[jira] [Commented] (HIVE-8225) CBO trunk merge: union11 test fails due to incorrect plan

2014-10-06 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161191#comment-14161191 ] Hive QA commented on HIVE-8225: --- {color:green}Overall{color}: +1 all checks pass Here are

Re: Review Request 26255: HiveServer2 dynamic discovery should create znodes organized by version number & add support for removing server uri's of a particular version from the server script.

2014-10-06 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26255/#review55596 --- service/src/java/org/apache/hive/service/server/HiveServer2.java

[jira] [Updated] (HIVE-7917) Hive max reducers count has regressed from a prime number to 999 (re-apply HIVE-7158)

2014-10-06 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-7917: -- Summary: Hive max reducers count has regressed from a prime number to 999 (re-apply HIVE-7158) (was: Hive max r

[jira] [Commented] (HIVE-7917) Hive max reducers count has regressed from a prime number to 999

2014-10-06 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161165#comment-14161165 ] Gunther Hagleitner commented on HIVE-7917: -- Test output is long gone. Re-uploading

[jira] [Updated] (HIVE-7917) Hive max reducers count has regressed from a prime number to 999

2014-10-06 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-7917: - Attachment: HIVE-7917.2.patch > Hive max reducers count has regressed from a prime number t

[jira] [Updated] (HIVE-7167) Hive Metastore fails to start with SQLServerException

2014-10-06 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-7167: Description: In the case that hiveserver2 uses embedded metastore and hiveserver uses remote metasto

[jira] [Commented] (HIVE-7917) Hive max reducers count has regressed from a prime number to 999

2014-10-06 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161162#comment-14161162 ] Gunther Hagleitner commented on HIVE-7917: -- +1 > Hive max reducers count has regr

[jira] [Updated] (HIVE-5865) AvroDeserializer incorrectly assumes keys to Maps will always be of type 'org.apache.avro.util.Utf8'

2014-10-06 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5865: --- Resolution: Fixed Fix Version/s: 0.15.0 Status: Resolved (was: Patch Available) Ben,

[jira] [Updated] (HIVE-5865) AvroDeserializer incorrectly assumes keys to Maps will always be of type 'org.apache.avro.util.Utf8'

2014-10-06 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5865: --- Assignee: Ben Roling > AvroDeserializer incorrectly assumes keys to Maps will always be of type > 'org

Re: Review Request 26255: HiveServer2 dynamic discovery should create znodes organized by version number & add support for removing server uri's of a particular version from the server script.

2014-10-06 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26255/ --- (Updated Oct. 6, 2014, 10:21 p.m.) Review request for hive and Thejas Nair. B

[jira] [Updated] (HIVE-8288) HiveServer2 dynamic discovery should create znodes organized by version number & add support for removing server uri's of a particular version from the server script.

2014-10-06 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-8288: --- Attachment: HIVE-8288.3.patch > HiveServer2 dynamic discovery should create znodes organized by

[jira] [Updated] (HIVE-8310) RetryingHMSHandler is not used when kerberos auth enabled

2014-10-06 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-8310: Resolution: Fixed Status: Resolved (was: Patch Available) Patch committed to trunk and 0.14

[jira] [Assigned] (HIVE-8370) Fix tabs in DefaultHBaseValueFactory

2014-10-06 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland reassigned HIVE-8370: -- Assignee: Brock Noland > Fix tabs in DefaultHBaseValueFactory >

[jira] [Updated] (HIVE-8370) Fix tabs in DefaultHBaseValueFactory

2014-10-06 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-8370: --- Attachment: HIVE-8370.patch > Fix tabs in DefaultHBaseValueFactory > --

[jira] [Updated] (HIVE-8370) Fix tabs in DefaultHBaseValueFactory

2014-10-06 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-8370: --- Issue Type: Task (was: Bug) Summary: Fix tabs in DefaultHBaseValueFactory (was: Fix tables in

  1   2   3   >