[jira] [Commented] (HIVE-9753) Wrong results when using multiple levels of Joins. When table alias of one of the table is null with left outer joins.

2015-09-28 Thread Feng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934720#comment-14934720 ] Feng Yuan commented on HIVE-9753: - [~gopalv]] > Wrong results when using multiple levels o

[jira] [Commented] (HIVE-9067) OrcFileMergeOperator may create merge file that does not match properties of input files

2015-09-28 Thread Feng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934704#comment-14934704 ] Feng Yuan commented on HIVE-9067: - i try this https://github.com/apache/hive/commit/06f10f

[jira] [Commented] (HIVE-11835) Type decimal(1,1) reads 0.0, 0.00, etc from text file as NULL

2015-09-28 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934692#comment-14934692 ] Xuefu Zhang commented on HIVE-11835: Decimal(1,1) covers a range from [-0.9, 0.9], bey

[jira] [Commented] (HIVE-9566) HiveServer2 fails to start with NullPointerException

2015-09-28 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934684#comment-14934684 ] Lefty Leverenz commented on HIVE-9566: -- This was also committed to branch-1.0 (for rel

[jira] [Commented] (HIVE-11211) Reset the fields in JoinStatsRule in StatsRulesProcFactory

2015-09-28 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934679#comment-14934679 ] Lefty Leverenz commented on HIVE-11211: --- Fix version only shows 2.0.0, although this

[jira] [Commented] (HIVE-10965) direct SQL for stats fails in 0-column case

2015-09-28 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934663#comment-14934663 ] Lefty Leverenz commented on HIVE-10965: --- This was also committed to branch-1.0 (for

[jira] [Commented] (HIVE-11971) testResultSetMetaData() in TestJdbc2.java is failing on CBO AST path

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

[jira] [Commented] (HIVE-11132) Queries using join and group by produce incorrect output when hive.auto.convert.join=false and hive.optimize.reducededuplication=true

2015-09-28 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934633#comment-14934633 ] Lefty Leverenz commented on HIVE-11132: --- {quote} This interaction between configurat

[jira] [Assigned] (HIVE-11540) HDP 2.3 and Flume 1.6: Hive Streaming – Too many delta files during Compaction

2015-09-28 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman reassigned HIVE-11540: - Assignee: Eugene Koifman (was: Alan Gates) > HDP 2.3 and Flume 1.6: Hive Streaming – Too

[jira] [Updated] (HIVE-11883) 'transactional' table property for ACID should be case insensitive

2015-09-28 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-11883: -- Attachment: HIVE-11883.patch > 'transactional' table property for ACID should be case insensitiv

[jira] [Commented] (HIVE-11960) braces in join conditions are not supported

2015-09-28 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934555#comment-14934555 ] Pengcheng Xiong commented on HIVE-11960: [~sershe], the patch generally looks good

[jira] [Updated] (HIVE-11913) Verify existence of tests for new changes in HiveQA

2015-09-28 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-11913: - Attachment: HIVE-11913.patch Adding a patch. > Verify existence of tests for new changes in HiveQA >

[jira] [Commented] (HIVE-11916) TxnHandler.getOpenTxnsInfo() and getOpenTxns() may produce inconsistent result

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

[jira] [Commented] (HIVE-9067) OrcFileMergeOperator may create merge file that does not match properties of input files

2015-09-28 Thread Feng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934488#comment-14934488 ] Feng Yuan commented on HIVE-9067: - thank you for your help!i will dive into it to make out

[jira] [Commented] (HIVE-11985) handle long typenames from Avro schema in metastore

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934475#comment-14934475 ] Sergey Shelukhin commented on HIVE-11985: - [~jxiang] are you familiar with Avro st

[jira] [Updated] (HIVE-11985) handle long typenames from Avro schema in metastore

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11985: Attachment: HIVE-11985.patch A patch that attempts to truncate the name. I'll test it tomorr

[jira] [Comment Edited] (HIVE-11985) handle long typenames from Avro schema in metastore

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934474#comment-14934474 ] Sergey Shelukhin edited comment on HIVE-11985 at 9/29/15 1:53 AM: --

[jira] [Updated] (HIVE-11473) Upgrade Spark dependency to 1.5 [Spark Branch]

2015-09-28 Thread Rui Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Li updated HIVE-11473: -- Attachment: (was: HIVE-11473.2-spark.patch) > Upgrade Spark dependency to 1.5 [Spark Branch] > -

[jira] [Updated] (HIVE-11473) Upgrade Spark dependency to 1.5 [Spark Branch]

2015-09-28 Thread Rui Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Li updated HIVE-11473: -- Attachment: HIVE-11473.3-spark.patch Try again > Upgrade Spark dependency to 1.5 [Spark Branch] > -

[jira] [Updated] (HIVE-11473) Upgrade Spark dependency to 1.5 [Spark Branch]

2015-09-28 Thread Rui Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Li updated HIVE-11473: -- Attachment: (was: HIVE-11473.1-spark.patch) > Upgrade Spark dependency to 1.5 [Spark Branch] > -

[jira] [Commented] (HIVE-9067) OrcFileMergeOperator may create merge file that does not match properties of input files

2015-09-28 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934462#comment-14934462 ] Prasanth Jayachandran commented on HIVE-9067: - I just tried the test case provi

[jira] [Reopened] (HIVE-11768) java.io.DeleteOnExitHook leaks memory on long running Hive Server2 Instances

2015-09-28 Thread Nemon Lou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nemon Lou reopened HIVE-11768: -- > java.io.DeleteOnExitHook leaks memory on long running Hive Server2 Instances > ---

[jira] [Updated] (HIVE-8282) Potential null deference in ConvertJoinMapJoin#convertJoinBucketMapJoin()

2015-09-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-8282: - Description: In convertJoinMapJoin(): {code} for (Operator parentOp : joinOp.getParentOperators()) { if

[jira] [Commented] (HIVE-11982) Some test cases for union all fail with recent changes

2015-09-28 Thread Yongzhi Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934456#comment-14934456 ] Yongzhi Chen commented on HIVE-11982: - [~szehon], I do not know how to add test. The f

[jira] [Commented] (HIVE-9067) OrcFileMergeOperator may create merge file that does not match properties of input files

2015-09-28 Thread Feng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934452#comment-14934452 ] Feng Yuan commented on HIVE-9067: - like this: test_table`s data: imgtop\N\N\N00mobil

[jira] [Commented] (HIVE-11945) ORC with non-local reads may not be reusing connection to DN

2015-09-28 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934446#comment-14934446 ] Prasanth Jayachandran commented on HIVE-11945: -- [~rajesh.balamohan] Patch doe

[jira] [Commented] (HIVE-11923) allow qtests to run via a single client session for tez and llap

2015-09-28 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934445#comment-14934445 ] Siddharth Seth commented on HIVE-11923: --- Removing HIVE-11924 as a blocker. SessionSt

[jira] [Commented] (HIVE-9067) OrcFileMergeOperator may create merge file that does not match properties of input files

2015-09-28 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934441#comment-14934441 ] Prasanth Jayachandran commented on HIVE-9067: - [~Feng Yuan] Do you have a small

[jira] [Assigned] (HIVE-11985) handle long typenames from Avro schema in metastore

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin reassigned HIVE-11985: --- Assignee: Sergey Shelukhin > handle long typenames from Avro schema in metastore > --

[jira] [Commented] (HIVE-11923) allow qtests to run via a single client session for tez and llap

2015-09-28 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934411#comment-14934411 ] Prasanth Jayachandran commented on HIVE-11923: -- Committed llap patch to branc

[jira] [Updated] (HIVE-11642) LLAP: make sure tests pass #3

2015-09-28 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-11642: - Attachment: HIVE-11642.13.patch Generated diff after committing HIVE-11923 patch t

[jira] [Updated] (HIVE-11983) Hive streaming API uses incorrect logic to assign buckets to incoming records

2015-09-28 Thread Roshan Naik (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roshan Naik updated HIVE-11983: --- Summary: Hive streaming API uses incorrect logic to assign buckets to incoming records (was: Hive str

[jira] [Commented] (HIVE-11923) allow qtests to run via a single client session for tez and llap

2015-09-28 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934343#comment-14934343 ] Prasanth Jayachandran commented on HIVE-11923: -- LGTM, +1. Pending tests and t

[jira] [Commented] (HIVE-11969) start Tez session in background when starting CLI

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

[jira] [Commented] (HIVE-11982) Some test cases for union all fail with recent changes

2015-09-28 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934279#comment-14934279 ] Szehon Ho commented on HIVE-11982: -- Change looks good +1, Would it be possible to add a

[jira] [Commented] (HIVE-11835) Type decimal(1,1) reads 0.0, 0.00, etc from text file as NULL

2015-09-28 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934244#comment-14934244 ] Szehon Ho commented on HIVE-11835: -- Latest change looks good to me to address this issue,

[jira] [Updated] (HIVE-11960) braces in join conditions are not supported

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11960: Attachment: HIVE-11960.01.patch Adding disambiguation for virtual tables > braces in join c

[jira] [Updated] (HIVE-11960) braces in join conditions are not supported

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11960: Summary: braces in join conditions are not supported (was: parentheses in join conditions a

[jira] [Commented] (HIVE-11984) Add HS2 open operation metrics

2015-09-28 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934224#comment-14934224 ] Szehon Ho commented on HIVE-11984: -- Looks like a great addition, +1 > Add HS2 open opera

[jira] [Updated] (HIVE-11984) Add HS2 open operation metrics

2015-09-28 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HIVE-11984: --- Attachment: HIVE-11984.1.patch > Add HS2 open operation metrics > -- > >

[jira] [Commented] (HIVE-11609) Capability to add a filter to hbase scan via composite key doesn't work

2015-09-28 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934209#comment-14934209 ] Swarnim Kulkarni commented on HIVE-11609: - Ahh. I see what is going on here. So I

[jira] [Updated] (HIVE-11982) Some test cases for union all fail with recent changes

2015-09-28 Thread Yongzhi Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yongzhi Chen updated HIVE-11982: Attachment: HIVE-11982.1.patch > Some test cases for union all fail with recent changes > --

[jira] [Commented] (HIVE-11714) Turn off hybrid grace hash join for cross product join

2015-09-28 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934114#comment-14934114 ] Wei Zheng commented on HIVE-11714: -- Test failures unrelated. [~hagleitn] Can you commit t

[jira] [Updated] (HIVE-11982) Some test cases for union all fail with recent changes

2015-09-28 Thread Yongzhi Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yongzhi Chen updated HIVE-11982: Summary: Some test cases for union all fail with recent changes (was: Some test case for union all

[jira] [Commented] (HIVE-11982) Some test case for union all with recent changes

2015-09-28 Thread Yongzhi Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934100#comment-14934100 ] Yongzhi Chen commented on HIVE-11982: - HIVE-11333 and some other recent changes (not s

[jira] [Assigned] (HIVE-9656) Create Index Failed without WITH DEFERRED REBUILD

2015-09-28 Thread Chaoyu Tang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chaoyu Tang reassigned HIVE-9656: - Assignee: Chaoyu Tang > Create Index Failed without WITH DEFERRED REBUILD > --

[jira] [Commented] (HIVE-11609) Capability to add a filter to hbase scan via composite key doesn't work

2015-09-28 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934085#comment-14934085 ] Ashutosh Chauhan commented on HIVE-11609: - It is serialized in o.a.h.h.ql.optimize

[jira] [Commented] (HIVE-11835) Type decimal(1,1) reads 0.0, 0.00, etc from text file as NULL

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

[jira] [Commented] (HIVE-11609) Capability to add a filter to hbase scan via composite key doesn't work

2015-09-28 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934043#comment-14934043 ] Swarnim Kulkarni commented on HIVE-11609: - Hm. If that is the case, I think it sho

[jira] [Commented] (HIVE-11642) LLAP: make sure tests pass #3

2015-09-28 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933952#comment-14933952 ] Prasanth Jayachandran commented on HIVE-11642: -- [~sershe] The last line of th

[jira] [Commented] (HIVE-11609) Capability to add a filter to hbase scan via composite key doesn't work

2015-09-28 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933933#comment-14933933 ] Ashutosh Chauhan commented on HIVE-11609: - Didn't follow you completely, but {{ser

[jira] [Updated] (HIVE-11981) ORC Schema Evolution Issues (Vectorized, ACID, and Non-Vectorized)

2015-09-28 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-11981: Attachment: ORC Schema Evolution Issues.docx > ORC Schema Evolution Issues (Vectorized, ACID, and No

[jira] [Commented] (HIVE-11642) LLAP: make sure tests pass #3

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933900#comment-14933900 ] Sergey Shelukhin commented on HIVE-11642: - Well, it ran last time, when the initia

[jira] [Commented] (HIVE-11642) LLAP: make sure tests pass #3

2015-09-28 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933871#comment-14933871 ] Prasanth Jayachandran commented on HIVE-11642: -- [~sershe] I don't see any tes

[jira] [Commented] (HIVE-11609) Capability to add a filter to hbase scan via composite key doesn't work

2015-09-28 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933837#comment-14933837 ] Swarnim Kulkarni commented on HIVE-11609: - It would current read the scan object f

[jira] [Updated] (HIVE-11979) LLAP: merge master into branch

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11979: Description: Again because of beeline-cli changes was: Again because of hbase-metastore

[jira] [Commented] (HIVE-11962) Improve windowing_windowspec2.q tests to return consistent results

2015-09-28 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933827#comment-14933827 ] Szehon Ho commented on HIVE-11962: -- Makes sense to me, thanks Aihua +1 > Improve windowi

[jira] [Updated] (HIVE-11642) LLAP: make sure tests pass #3

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11642: Attachment: (was: HIVE-11642.09.patch) > LLAP: make sure tests pass #3 > ---

[jira] [Updated] (HIVE-11642) LLAP: make sure tests pass #3

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11642: Attachment: (was: HIVE-11642.11.patch) > LLAP: make sure tests pass #3 > ---

[jira] [Updated] (HIVE-11642) LLAP: make sure tests pass #3

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11642: Attachment: (was: HIVE-11642.10.patch) > LLAP: make sure tests pass #3 > ---

[jira] [Updated] (HIVE-11642) LLAP: make sure tests pass #3

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11642: Attachment: HIVE-11642.12.patch 3 test failures are known issues on master. Fixing one remai

[jira] [Updated] (HIVE-11642) LLAP: make sure tests pass #3

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11642: Attachment: (was: HIVE-11642.08.patch) > LLAP: make sure tests pass #3 > ---

[jira] [Resolved] (HIVE-11978) LLAP: NPE in Expr toString

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin resolved HIVE-11978. - Resolution: Fixed Fix Version/s: llap > LLAP: NPE in Expr toString > --

[jira] [Resolved] (HIVE-11979) LLAP: merge master into branch

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin resolved HIVE-11979. - Resolution: Fixed > LLAP: merge master into branch > -- > >

[jira] [Updated] (HIVE-11962) Improve windowing_windowspec2.q tests to return consistent results

2015-09-28 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11962: Attachment: HIVE-11962.patch Updated the query to return the unique order for each partition so that the pa

[jira] [Commented] (HIVE-11908) LLAP: Merge branch to hive-2.0

2015-09-28 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933803#comment-14933803 ] Vikram Dixit K commented on HIVE-11908: --- +1, pending tests. > LLAP: Merge branch to

[jira] [Commented] (HIVE-11609) Capability to add a filter to hbase scan via composite key doesn't work

2015-09-28 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933796#comment-14933796 ] Ashutosh Chauhan commented on HIVE-11609: - We already have {{serializedFilterObjec

[jira] [Commented] (HIVE-11149) Fix issue with sometimes HashMap in PerfLogger.java hangs

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933795#comment-14933795 ] Sergey Shelukhin commented on HIVE-11149: - +1 > Fix issue with sometimes HashMap

[jira] [Assigned] (HIVE-11962) Improve windowing_windowspec2.q tests to return consistent results

2015-09-28 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu reassigned HIVE-11962: --- Assignee: Aihua Xu > Improve windowing_windowspec2.q tests to return consistent results > ---

[jira] [Updated] (HIVE-11969) start Tez session in background when starting CLI

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11969: Attachment: HIVE-11969.01.patch Looks like HiveQA never picked this up... trying again with

[jira] [Assigned] (HIVE-10632) Make sure TXN_COMPONENTS gets cleaned up if table is dropped before compaction.

2015-09-28 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman reassigned HIVE-10632: - Assignee: Eugene Koifman (was: Alan Gates) > Make sure TXN_COMPONENTS gets cleaned up if

[jira] [Updated] (HIVE-10632) Make sure TXN_COMPONENTS gets cleaned up if table is dropped before compaction.

2015-09-28 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-10632: -- Assignee: Eugene Koifman (was: Alan Gates) > Make sure TXN_COMPONENTS gets cleaned up if table

[jira] [Updated] (HIVE-10632) Make sure TXN_COMPONENTS gets cleaned up if table is dropped before compaction.

2015-09-28 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-10632: -- Priority: Critical (was: Major) > Make sure TXN_COMPONENTS gets cleaned up if table is dropped

[jira] [Commented] (HIVE-11915) BoneCP returns closed connections from the pool

2015-09-28 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933769#comment-14933769 ] Sergey Shelukhin commented on HIVE-11915: - wrt log - it's only set for BoneCP. wrt

[jira] [Commented] (HIVE-11609) Capability to add a filter to hbase scan via composite key doesn't work

2015-09-28 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933758#comment-14933758 ] Swarnim Kulkarni commented on HIVE-11609: - Thanks a lot [~ashutoshc] for taking th

[jira] [Commented] (HIVE-11903) Add zookeeper metrics to HS2

2015-09-28 Thread Yongzhi Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933757#comment-14933757 ] Yongzhi Chen commented on HIVE-11903: - [~szehon], I agree with you to remove zookeeper

[jira] [Updated] (HIVE-11590) AvroDeserializer is very chatty

2015-09-28 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-11590: Affects Version/s: 2.0.0 > AvroDeserializer is very chatty > ---

[jira] [Commented] (HIVE-4243) Fix column names in FileSinkOperator

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

[jira] [Updated] (HIVE-11977) Hive should handle an external avro table with zero length files present

2015-09-28 Thread Aaron Dossett (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Dossett updated HIVE-11977: - Attachment: HIVE-11977.patch > Hive should handle an external avro table with zero length files pr

[jira] [Updated] (HIVE-11977) Hive should handle an external avro table with zero length files present

2015-09-28 Thread Aaron Dossett (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Dossett updated HIVE-11977: - Attachment: (was: HIVE-11977.patch) > Hive should handle an external avro table with zero leng

[jira] [Updated] (HIVE-11977) Hive should handle an external avro table with zero length files present

2015-09-28 Thread Aaron Dossett (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Dossett updated HIVE-11977: - Attachment: HIVE-11977.patch > Hive should handle an external avro table with zero length files pr

[jira] [Commented] (HIVE-11609) Capability to add a filter to hbase scan via composite key doesn't work

2015-09-28 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933732#comment-14933732 ] Ashutosh Chauhan commented on HIVE-11609: - I looked more into this. Hive actually

[jira] [Assigned] (HIVE-11977) Hive should handle an external avro table with zero length files present

2015-09-28 Thread Aaron Dossett (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Dossett reassigned HIVE-11977: Assignee: Aaron Dossett > Hive should handle an external avro table with zero length files

[jira] [Commented] (HIVE-11977) Hive should handle an external avro table with zero length files present

2015-09-28 Thread Aaron Dossett (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933731#comment-14933731 ] Aaron Dossett commented on HIVE-11977: -- Uploading my first take at a fix. I am worki

[jira] [Updated] (HIVE-11976) Extend CBO rules to being able to apply rules only once on a given operator

2015-09-28 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Camacho Rodriguez updated HIVE-11976: --- Attachment: HIVE-11976.patch > Extend CBO rules to being able to apply rules o

[jira] [Commented] (HIVE-11903) Add zookeeper metrics to HS2

2015-09-28 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933701#comment-14933701 ] Szehon Ho commented on HIVE-11903: -- Sorry for late reply. I hadn't followed that change

[jira] [Updated] (HIVE-11975) mssql scripts contains invalid 'GO' statement

2015-09-28 Thread Huan Huang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huan Huang updated HIVE-11975: -- Description: 006-HIVE-9456.mssql.sql script contains invalid 'GO' statement, caused hive schematool to f

[jira] [Commented] (HIVE-11973) IN operator fails when the column type is DATE

2015-09-28 Thread Yongzhi Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933619#comment-14933619 ] Yongzhi Chen commented on HIVE-11973: - I can reproduce the issue in master branch. >

[jira] [Assigned] (HIVE-11973) IN operator fails when the column type is DATE

2015-09-28 Thread Yongzhi Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yongzhi Chen reassigned HIVE-11973: --- Assignee: Yongzhi Chen > IN operator fails when the column type is DATE > --

[jira] [Commented] (HIVE-11903) Add zookeeper metrics to HS2

2015-09-28 Thread Yongzhi Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933568#comment-14933568 ] Yongzhi Chen commented on HIVE-11903: - [~szehon], I added some comments (before pre-co

[jira] [Updated] (HIVE-11940) "INSERT OVERWRITE" query is very slow because it creates one "distcp" per file to copy data from staging directory to target directory

2015-09-28 Thread JIRA
[ https://issues.apache.org/jira/browse/HIVE-11940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Peña updated HIVE-11940: --- Fix Version/s: (was: 1.3.0) > "INSERT OVERWRITE" query is very slow because it creates one "distcp

[jira] [Commented] (HIVE-11970) COLUMNS_V2 table in metastore should have a longer name field

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

[jira] [Commented] (HIVE-11634) Support partition pruning for IN(STRUCT(partcol, nonpartcol..)...)

2015-09-28 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933472#comment-14933472 ] Jesus Camacho Rodriguez commented on HIVE-11634: [~hsubramaniyan], I check

[jira] [Commented] (HIVE-11903) Add zookeeper metrics to HS2

2015-09-28 Thread Yongzhi Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933454#comment-14933454 ] Yongzhi Chen commented on HIVE-11903: - The 3 failures are not related. They all age 14

[jira] [Commented] (HIVE-11723) Incorrect string literal escaping

2015-09-28 Thread Yongzhi Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933452#comment-14933452 ] Yongzhi Chen commented on HIVE-11723: - Thanks [~szehon] for reviewing the code. > In

[jira] [Commented] (HIVE-11642) LLAP: make sure tests pass #3

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

[jira] [Commented] (HIVE-11666) Discrepency in INSERT OVERWRITE LOCAL DIRECTORY between Beeline and CLI

2015-09-28 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1499#comment-1499 ] Xuefu Zhang commented on HIVE-11666: On the other hand, the described problem for beel

[jira] [Updated] (HIVE-11880) filter bug of UNION ALL when hive.ppd.remove.duplicatefilters=true and filter condition is type incompatible column

2015-09-28 Thread WangMeng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WangMeng updated HIVE-11880: Attachment: HIVE-11880.04.patch > filter bug of UNION ALL when hive.ppd.remove.duplicatefilters=true and >

[jira] [Commented] (HIVE-11880) filter bug of UNION ALL when hive.ppd.remove.duplicatefilters=true and filter condition is type incompatible column

2015-09-28 Thread WangMeng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933230#comment-14933230 ] WangMeng commented on HIVE-11880: - [~jpullokkaran] this exception is as follows: Caused b

[jira] [Commented] (HIVE-11964) RelOptHiveTable.hiveColStatsMap might contain mismatched column stats

2015-09-28 Thread Chaoyu Tang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933220#comment-14933220 ] Chaoyu Tang commented on HIVE-11964: These failed tests seem not related to this patch

  1   2   >