[jira] [Commented] (HIVE-13901) Hivemetastore add partitions can be slow depending on filesystems

2016-08-05 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410492#comment-15410492 ] Lefty Leverenz commented on HIVE-13901: --- HIVE-14423 changes the default value of

[jira] [Commented] (HIVE-14423) S3: Fetching partition sizes from FS can be expensive when stats are not available in metastore

2016-08-05 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410491#comment-15410491 ] Lefty Leverenz commented on HIVE-14423: --- Doc note: This changes the default value of

[jira] [Commented] (HIVE-14440) Fix default value of USE_DEPRECATED_CLI in cli.cmd

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

[jira] [Commented] (HIVE-14439) LlapTaskScheduler should try scheduling tasks when a node is disabled

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

[jira] [Updated] (HIVE-14423) S3: Fetching partition sizes from FS can be expensive when stats are not available in metastore

2016-08-05 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lefty Leverenz updated HIVE-14423: -- Labels: TODOC2.2 (was: ) > S3: Fetching partition sizes from FS can be expensive when stats

[jira] [Commented] (HIVE-14421) FS.deleteOnExit holds references to _tmp_space.db files

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

[jira] [Commented] (HIVE-14447) Set HIVE_TRANSACTIONAL_TABLE_SCAN to the correct job conf for FetchOperator

2016-08-05 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410394#comment-15410394 ] Matt McCline commented on HIVE-14447: - +1 LGTM > Set HIVE_TRANSACTIONAL_TABLE_SCAN to the correct job

[jira] [Updated] (HIVE-14453) refactor physical writing of ORC data and metadata to FS from the logical writers

2016-08-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-14453: Status: Patch Available (was: Open) > refactor physical writing of ORC data and metadata

[jira] [Updated] (HIVE-14453) refactor physical writing of ORC data and metadata to FS from the logical writers

2016-08-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-14453: Description: ORC data doesn't have to go directly into an HDFS stream via buffers, it can

[jira] [Updated] (HIVE-14453) refactor physical writing of ORC data and metadata to FS from the logical writers

2016-08-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-14453: Attachment: HIVE-14453.patch The patch; most of it is just moving code. PhysicalWriter

[jira] [Updated] (HIVE-14452) Vectorization: BinarySortableDeserializeRead should delegate buffer copies to VectorDeserializeRow

2016-08-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-14452: --- Description: Since the VectorDeserializeRow already calls a setVal(), the copy inside the lower layer is

[jira] [Updated] (HIVE-14450) Vectorization: StringExpr::truncate() can assume 1 byte per-char minimum

2016-08-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-14450: --- Affects Version/s: 2.2.0 > Vectorization: StringExpr::truncate() can assume 1 byte per-char minimum >

[jira] [Updated] (HIVE-14450) Vectorization: StringExpr::truncate() can assume 1 byte per-char minimum

2016-08-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-14450: --- Description: {code} public static int truncate(byte[] bytes, int start, int length, int maxLength) { int

[jira] [Updated] (HIVE-14450) Vectorization: StringExpr::truncate() can assume 1 byte per-char minimum

2016-08-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-14450: --- Component/s: Vectorization > Vectorization: StringExpr::truncate() can assume 1 byte per-char minimum >

[jira] [Commented] (HIVE-14418) Hive config validation prevents unsetting the settings

2016-08-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410354#comment-15410354 ] Ashutosh Chauhan commented on HIVE-14418: - +1 code changes LGTM.. please commit once you test it

[jira] [Updated] (HIVE-14423) S3: Fetching partition sizes from FS can be expensive when stats are not available in metastore

2016-08-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-14423: Resolution: Fixed Fix Version/s: 2.2.0 Status: Resolved (was: Patch

[jira] [Updated] (HIVE-14448) Queries with predicate fail when ETL split strategy is chosen for ACID tables

2016-08-05 Thread Saket Saurabh (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saket Saurabh updated HIVE-14448: - Description: When ETL split strategy is applied to ACID tables with predicate pushdown (SARG

[jira] [Updated] (HIVE-12181) Change hive.stats.fetch.column.stats value to true for MiniTezCliDriver

2016-08-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-12181: Attachment: HIVE-12181.9.patch > Change hive.stats.fetch.column.stats value to true for

[jira] [Updated] (HIVE-12181) Change hive.stats.fetch.column.stats value to true for MiniTezCliDriver

2016-08-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-12181: Status: Patch Available (was: Open) > Change hive.stats.fetch.column.stats value to true

[jira] [Updated] (HIVE-12181) Change hive.stats.fetch.column.stats value to true for MiniTezCliDriver

2016-08-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-12181: Status: Open (was: Patch Available) > Change hive.stats.fetch.column.stats value to true

[jira] [Commented] (HIVE-14415) Upgrade qtest execution framework to junit4 - TestPerfCliDriver

2016-08-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410341#comment-15410341 ] Ashutosh Chauhan commented on HIVE-14415: - Alright. We can check in this patch as well since it

[jira] [Commented] (HIVE-14415) Upgrade qtest execution framework to junit4 - TestPerfCliDriver

2016-08-05 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410335#comment-15410335 ] Zoltan Haindrich commented on HIVE-14415: - oh..i'm a bit tired...in this patch it only doesn't

[jira] [Updated] (HIVE-14378) Data size may be estimated as 0 if no columns are being projected after an operator

2016-08-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-14378: Resolution: Fixed Fix Version/s: 2.2.0 Status: Resolved (was: Patch

[jira] [Commented] (HIVE-10264) Document Replication support on wiki

2016-08-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410332#comment-15410332 ] Sushanth Sowmyan commented on HIVE-10264: - Filing new jira for admin/user/programmer-facing doc.

[jira] [Comment Edited] (HIVE-10264) Document Replication support on wiki

2016-08-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410332#comment-15410332 ] Sushanth Sowmyan edited comment on HIVE-10264 at 8/6/16 12:34 AM: -- Filing

[jira] [Commented] (HIVE-10264) Document Replication support on wiki

2016-08-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410325#comment-15410325 ] Sushanth Sowmyan commented on HIVE-10264: - Oh, and [~teabot], apologies for missing you! Thank you

[jira] [Comment Edited] (HIVE-14415) Upgrade qtest execution framework to junit4 - TestPerfCliDriver

2016-08-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410321#comment-15410321 ] Ashutosh Chauhan edited comment on HIVE-14415 at 8/6/16 12:28 AM: -- Didn't

[jira] [Commented] (HIVE-14415) Upgrade qtest execution framework to junit4 - TestPerfCliDriver

2016-08-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410321#comment-15410321 ] Ashutosh Chauhan commented on HIVE-14415: - Didn't follow you. How is it broken and why ptests

[jira] [Updated] (HIVE-14448) Queries with predicate fail when ETL split strategy is chosen for ACID tables

2016-08-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-14448: -- Target Version/s: 2.2.0 > Queries with predicate fail when ETL split strategy is chosen for

[jira] [Commented] (HIVE-14415) Upgrade qtest execution framework to junit4 - TestPerfCliDriver

2016-08-05 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410319#comment-15410319 ] Zoltan Haindrich commented on HIVE-14415: - [~ashutoshc] i think this patch has a major issue: i'm

[jira] [Commented] (HIVE-10264) Document Replication support on wiki

2016-08-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410317#comment-15410317 ] Sushanth Sowmyan commented on HIVE-10264: - Thanks, [~sladymon] - your doc is definitely much

[jira] [Resolved] (HIVE-10264) Document Replication support on wiki

2016-08-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan resolved HIVE-10264. - Resolution: Fixed > Document Replication support on wiki >

[jira] [Updated] (HIVE-7973) Hive Replication Support

2016-08-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-7973: --- Assignee: Shannon Ladymon (was: Sushanth Sowmyan) > Hive Replication Support >

[jira] [Updated] (HIVE-10264) Document Replication support on wiki

2016-08-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-10264: Assignee: Shannon Ladymon (was: Sushanth Sowmyan) > Document Replication support on wiki >

[jira] [Assigned] (HIVE-7973) Hive Replication Support

2016-08-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan reassigned HIVE-7973: -- Assignee: Sushanth Sowmyan (was: Shannon Ladymon) > Hive Replication Support >

[jira] [Updated] (HIVE-13403) Make Streaming API not create empty buckets (at least as an option)

2016-08-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-13403: -- Target Version/s: 2.2.0 (was: 1.3.0, 2.2.0) > Make Streaming API not create empty buckets (at

[jira] [Updated] (HIVE-13403) Make Streaming API not create empty buckets (at least as an option)

2016-08-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-13403: -- Priority: Critical (was: Major) > Make Streaming API not create empty buckets (at least as an

[jira] [Commented] (HIVE-14423) S3: Fetching partition sizes from FS can be expensive when stats are not available in metastore

2016-08-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410314#comment-15410314 ] Ashutosh Chauhan commented on HIVE-14423: - Gobbling InterruptedException is fine since we are

[jira] [Commented] (HIVE-14378) Data size may be estimated as 0 if no columns are being projected after an operator

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

[jira] [Commented] (HIVE-14439) LlapTaskScheduler should try scheduling tasks when a node is disabled

2016-08-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410277#comment-15410277 ] Prasanth Jayachandran commented on HIVE-14439: -- +1 > LlapTaskScheduler should try scheduling

[jira] [Commented] (HIVE-14447) Set HIVE_TRANSACTIONAL_TABLE_SCAN to the correct job conf for FetchOperator

2016-08-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410273#comment-15410273 ] Prasanth Jayachandran commented on HIVE-14447: -- [~mmccline] Can you please review this patch?

[jira] [Updated] (HIVE-14447) Set HIVE_TRANSACTIONAL_TABLE_SCAN to the correct job conf for FetchOperator

2016-08-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-14447: - Status: Patch Available (was: Open) > Set HIVE_TRANSACTIONAL_TABLE_SCAN to the

[jira] [Updated] (HIVE-14447) Set HIVE_TRANSACTIONAL_TABLE_SCAN to the correct job conf for FetchOperator

2016-08-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-14447: - Attachment: HIVE-14447.1.patch > Set HIVE_TRANSACTIONAL_TABLE_SCAN to the correct

[jira] [Assigned] (HIVE-14447) Set HIVE_TRANSACTIONAL_TABLE_SCAN to the correct job conf for FetchOperator

2016-08-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran reassigned HIVE-14447: Assignee: Prasanth Jayachandran (was: Wei Zheng) > Set

[jira] [Commented] (HIVE-14443) Improve ide support

2016-08-05 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410259#comment-15410259 ] Zoltan Haindrich commented on HIVE-14443: - [~spena] of course...i've added it; i think those maven

[jira] [Updated] (HIVE-12033) Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable

2016-08-05 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Haindrich updated HIVE-12033: Issue Type: Sub-task (was: Improvement) Parent: HIVE-14443 > Move

[jira] [Commented] (HIVE-14440) Fix default value of USE_DEPRECATED_CLI in cli.cmd

2016-08-05 Thread JIRA
[ https://issues.apache.org/jira/browse/HIVE-14440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410231#comment-15410231 ] Sergio Peña commented on HIVE-14440: LGTM +1 > Fix default value of USE_DEPRECATED_CLI in cli.cmd >

[jira] [Commented] (HIVE-14435) Vectorization: missed vectorization for const varchar()

2016-08-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410196#comment-15410196 ] Sergey Shelukhin commented on HIVE-14435: - +1 pending tests > Vectorization: missed vectorization

[jira] [Updated] (HIVE-14394) Reduce excessive INFO level logging

2016-08-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-14394: Resolution: Fixed Fix Version/s: 2.1.1 2.2.0 Status:

[jira] [Updated] (HIVE-14435) Vectorization: missed vectorization for const varchar()

2016-08-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-14435: --- Status: Patch Available (was: Open) > Vectorization: missed vectorization for const varchar() >

[jira] [Updated] (HIVE-14435) Vectorization: missed vectorization for const varchar()

2016-08-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-14435: --- Affects Version/s: 2.2.0 > Vectorization: missed vectorization for const varchar() >

[jira] [Updated] (HIVE-14435) Vectorization: missed vectorization for const varchar()

2016-08-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-14435: --- Component/s: Vectorization > Vectorization: missed vectorization for const varchar() >

[jira] [Updated] (HIVE-14435) Vectorization: missed vectorization for const varchar()

2016-08-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-14435: --- Attachment: HIVE-14435.patch > Vectorization: missed vectorization for const varchar() >

[jira] [Commented] (HIVE-14342) Beeline output is garbled when executed from a remote shell

2016-08-05 Thread Naveen Gangam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410183#comment-15410183 ] Naveen Gangam commented on HIVE-14342: -- Thanks Mohit. I ran the following test on bash 4.1.2 (tried

[jira] [Updated] (HIVE-14446) Adjust bloom filter for hybrid grace hash join when row count exceeds certain limit

2016-08-05 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-14446: - Summary: Adjust bloom filter for hybrid grace hash join when row count exceeds certain limit (was:

[jira] [Commented] (HIVE-14437) Vectorization: Optimize key misses in VectorMapJoinFastBytesHashTable

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

[jira] [Commented] (HIVE-14422) LLAP IF: when using LLAP IF from multiple threads in secure cluster, tokens can get mixed up

2016-08-05 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410108#comment-15410108 ] Siddharth Seth commented on HIVE-14422: --- Patch looks good to me. One minor change would be to make

[jira] [Commented] (HIVE-14443) Improve ide support

2016-08-05 Thread JIRA
[ https://issues.apache.org/jira/browse/HIVE-14443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409993#comment-15409993 ] Sergio Peña commented on HIVE-14443: [~kgyrtkirk] I think HIVE-12033 jira would be a good thing to add

[jira] [Comment Edited] (HIVE-14433) refactor LLAP plan cache avoidance and fix issue in merge processor

2016-08-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409954#comment-15409954 ] Sergey Shelukhin edited comment on HIVE-14433 at 8/5/16 7:37 PM: -

[jira] [Assigned] (HIVE-14433) refactor LLAP plan cache avoidance and fix issue in merge processor

2016-08-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin reassigned HIVE-14433: --- Assignee: Sergey Shelukhin > refactor LLAP plan cache avoidance and fix issue in

[jira] [Updated] (HIVE-14433) refactor LLAP plan cache avoidance and fix issue in merge processor

2016-08-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-14433: Status: Patch Available (was: Open) [~prasanth_j] can you take a look? > refactor LLAP

[jira] [Updated] (HIVE-14433) refactor LLAP plan cache avoidance and fix issue in merge processor

2016-08-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-14433: Attachment: HIVE-14433.patch > refactor LLAP plan cache avoidance and fix issue in merge

[jira] [Commented] (HIVE-14391) TestAccumuloCliDriver is not executed during precommit tests

2016-08-05 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409952#comment-15409952 ] Zoltan Haindrich commented on HIVE-14391: - i've rewritten TestAccumuloCliDriver to use

[jira] [Updated] (HIVE-14391) TestAccumuloCliDriver is not executed during precommit tests

2016-08-05 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Haindrich updated HIVE-14391: Issue Type: Sub-task (was: Bug) Parent: HIVE-14443 > TestAccumuloCliDriver is not

[jira] [Commented] (HIVE-14423) S3: Fetching partition sizes from FS can be expensive when stats are not available in metastore

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

[jira] [Updated] (HIVE-14415) Upgrade qtest execution framework to junit4 - TestPerfCliDriver

2016-08-05 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Haindrich updated HIVE-14415: Issue Type: Sub-task (was: Improvement) Parent: HIVE-14443 > Upgrade qtest

[jira] [Commented] (HIVE-14415) Upgrade qtest execution framework to junit4 - TestPerfCliDriver

2016-08-05 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409916#comment-15409916 ] Zoltan Haindrich commented on HIVE-14415: - [~pvary] I'm not actively working on those other

[jira] [Updated] (HIVE-14442) CBO: Calcite Operator To Hive Operator(Calcite Return Path): Wrong result/plan in group by with hive.map.aggr=false

2016-08-05 Thread Vineet Garg (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-14442: --- Status: Patch Available (was: Open) > CBO: Calcite Operator To Hive Operator(Calcite Return Path):

[jira] [Updated] (HIVE-14442) CBO: Calcite Operator To Hive Operator(Calcite Return Path): Wrong result/plan in group by with hive.map.aggr=false

2016-08-05 Thread Vineet Garg (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-14442: --- Attachment: HIVE-14442.1.patch > CBO: Calcite Operator To Hive Operator(Calcite Return Path): Wrong

[jira] [Updated] (HIVE-14424) Address CLIRestoreTest failure

2016-08-05 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-14424: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Address CLIRestoreTest

[jira] [Commented] (HIVE-14424) Address CLIRestoreTest failure

2016-08-05 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409887#comment-15409887 ] Pengcheng Xiong commented on HIVE-14424: pushed to master and 2.1. Thanks [~prongs] for the patch.

[jira] [Updated] (HIVE-14422) LLAP IF: when using LLAP IF from multiple threads in secure cluster, tokens can get mixed up

2016-08-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-14422: Attachment: HIVE-14422.01.patch > LLAP IF: when using LLAP IF from multiple threads in

[jira] [Commented] (HIVE-14422) LLAP IF: when using LLAP IF from multiple threads in secure cluster, tokens can get mixed up

2016-08-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409883#comment-15409883 ] Sergey Shelukhin commented on HIVE-14422: - [~jdere] [~sseth] ping? > LLAP IF: when using LLAP IF

[jira] [Assigned] (HIVE-14430) More instances of HiveConf and the associated UDFClassLoader than expected

2016-08-05 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta reassigned HIVE-14430: --- Assignee: Vaibhav Gumashta > More instances of HiveConf and the associated

[jira] [Commented] (HIVE-14440) Fix default value of USE_DEPRECATED_CLI in cli.cmd

2016-08-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409818#comment-15409818 ] Vihang Karajgaonkar commented on HIVE-14440: Hi [~Ferd] Can you please review? > Fix default

[jira] [Updated] (HIVE-14424) Address CLIRestoreTest failure

2016-08-05 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-14424: --- Fix Version/s: (was: 1.3.0) > Address CLIRestoreTest failure >

[jira] [Updated] (HIVE-14424) Address CLIRestoreTest failure

2016-08-05 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-14424: --- Affects Version/s: 2.1.0 > Address CLIRestoreTest failure > -- >

[jira] [Commented] (HIVE-14441) TestFetchResultsOfLog failures

2016-08-05 Thread Tao Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409803#comment-15409803 ] Tao Li commented on HIVE-14441: --- These test failures happen when logging level is set to INFO for HS2. See

[jira] [Updated] (HIVE-14441) TestFetchResultsOfLog failures

2016-08-05 Thread Tao Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Li updated HIVE-14441: -- Attachment: BUG-63720.1.patch > TestFetchResultsOfLog failures > -- > >

[jira] [Updated] (HIVE-14424) CLIRestoreTest failing

2016-08-05 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-14424: --- Summary: CLIRestoreTest failing (was: CLIRestoreTest failing in branch 2.1) > CLIRestoreTest

[jira] [Updated] (HIVE-14393) Tuple in list feature fails if there's only 1 tuple in the list

2016-08-05 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-14393: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Tuple in list feature

[jira] [Updated] (HIVE-14342) Beeline output is garbled when executed from a remote shell

2016-08-05 Thread Naveen Gangam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-14342: - Status: Patch Available (was: Open) > Beeline output is garbled when executed from a remote

[jira] [Updated] (HIVE-14342) Beeline output is garbled when executed from a remote shell

2016-08-05 Thread Naveen Gangam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-14342: - Status: Open (was: Patch Available) > Beeline output is garbled when executed from a remote

[jira] [Updated] (HIVE-14342) Beeline output is garbled when executed from a remote shell

2016-08-05 Thread Naveen Gangam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-14342: - Attachment: HIVE-14342.2.patch Appears that from HIVE-11717 we need to make an additional change

[jira] [Commented] (HIVE-14421) FS.deleteOnExit holds references to _tmp_space.db files

2016-08-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409795#comment-15409795 ] Thejas M Nair commented on HIVE-14421: -- Regarding - bq. LOG.error("Failed to delete path at {} on fs

[jira] [Updated] (HIVE-14442) CBO: Calcite Operator To Hive Operator(Calcite Return Path): Wrong result/plan in group by with hive.map.aggr=false

2016-08-05 Thread Vineet Garg (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-14442: --- Description: Reproducer {code} set hive.cbo.returnpath.hiveop=true set hive.map.aggr=false create

[jira] [Updated] (HIVE-14441) TestFetchResultsOfLog failures

2016-08-05 Thread Tao Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Li updated HIVE-14441: -- Summary: TestFetchResultsOfLog failures (was: TestOperationLogging fails) > TestFetchResultsOfLog failures >

[jira] [Updated] (HIVE-14442) CBO: Calcite Operator To Hive Operator(Calcite Return Path): Wrong result/plan in group by with hive.map.aggr=false

2016-08-05 Thread Vineet Garg (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-14442: --- Description: Reproducer {code} set hive.cbo.returnpath.hiveop=true {code} set hive.map.aggr=false

[jira] [Updated] (HIVE-14442) CBO: Calcite Operator To Hive Operator(Calcite Return Path): Wrong result/plan in group by with hive.map.aggr=false

2016-08-05 Thread Vineet Garg (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-14442: --- Description: Reproducer {code} set hive.cbo.returnpath.hiveop=true set hive.map.aggr=false create

[jira] [Commented] (HIVE-14430) More instances of HiveConf and the associated UDFClassLoader than expected

2016-08-05 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409781#comment-15409781 ] Siddharth Seth commented on HIVE-14430: --- Not sure. I think the thread local instances are cleaned up

[jira] [Updated] (HIVE-14440) Fix default value of USE_DEPRECATED_CLI in cli.cmd

2016-08-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vihang Karajgaonkar updated HIVE-14440: --- Status: Patch Available (was: Open) > Fix default value of USE_DEPRECATED_CLI in

[jira] [Updated] (HIVE-14440) Fix default value of USE_DEPRECATED_CLI in cli.cmd

2016-08-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vihang Karajgaonkar updated HIVE-14440: --- Description: cli.cmd script sets the default value of USE_DEPRECATED_CLI to false

[jira] [Updated] (HIVE-14440) Fix default value of USE_DEPRECATED_CLI in cli.cmd

2016-08-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vihang Karajgaonkar updated HIVE-14440: --- Attachment: HIVE-14440.01.patch > Fix default value of USE_DEPRECATED_CLI in cli.cmd

[jira] [Updated] (HIVE-14439) LlapTaskScheduler should try scheduling tasks when a node is disabled

2016-08-05 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Seth updated HIVE-14439: -- Attachment: HIVE-14439.01.patch cc [~prasanth_j], [~hagleitn] for review. > LlapTaskScheduler

[jira] [Updated] (HIVE-14439) LlapTaskScheduler should try scheduling tasks when a node is disabled

2016-08-05 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Seth updated HIVE-14439: -- Status: Patch Available (was: Open) > LlapTaskScheduler should try scheduling tasks when a

[jira] [Updated] (HIVE-14439) LlapTaskScheduler should try scheduling tasks when a node is disabled

2016-08-05 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Seth updated HIVE-14439: -- Attachment: HIVE-14439.02.patch Updated to make the test failure more consistent. >

[jira] [Commented] (HIVE-11943) Set old CLI as the default Client when using hive script

2016-08-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409751#comment-15409751 ] Vihang Karajgaonkar commented on HIVE-11943: Thanks for the confirmation. Created HIVE-14440

[jira] [Updated] (HIVE-10459) Add materialized views to Hive

2016-08-05 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-10459: -- Assignee: Jesus Camacho Rodriguez (was: Julian Hyde) > Add materialized views to Hive

[jira] [Commented] (HIVE-14424) CLIRestoreTest failing in branch 2.1

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

[jira] [Commented] (HIVE-14270) Write temporary data to HDFS when doing inserts on tables located on S3

2016-08-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409680#comment-15409680 ] Ashutosh Chauhan commented on HIVE-14270: - Seems like failures are related. > Write temporary

  1   2   >