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

Hive QA commented on HIVE-15129:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12837706/HIVE-15129.2.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 11 failed/errored test(s), 10628 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_llap_counters]
 (batchId=135)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_basic] 
(batchId=131)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_schema_evol_3a]
 (batchId=133)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[join_acid_non_acid]
 (batchId=150)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[union_fast_stats]
 (batchId=145)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_2] 
(batchId=91)
org.apache.hive.hcatalog.pig.TestAvroHCatStorer.testStoreInPartiitonedTbl 
(batchId=170)
org.apache.hive.hcatalog.pig.TestAvroHCatStorer.testWriteDate (batchId=170)
org.apache.hive.hcatalog.pig.TestSequenceFileHCatStorer.testWriteChar 
(batchId=170)
org.apache.hive.hcatalog.pig.TestSequenceFileHCatStorer.testWriteDate 
(batchId=170)
org.apache.hive.hcatalog.pig.TestSequenceFileHCatStorer.testWriteDecimalX 
(batchId=170)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1995/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1995/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-1995/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 11 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12837706 - PreCommit-HIVE-Build

> LLAP : Enhance cache hits for stripe metadata across queries
> ------------------------------------------------------------
>
>                 Key: HIVE-15129
>                 URL: https://issues.apache.org/jira/browse/HIVE-15129
>             Project: Hive
>          Issue Type: Improvement
>          Components: llap
>            Reporter: Rajesh Balamohan
>            Priority: Minor
>         Attachments: HIVE-15129.1.patch, HIVE-15129.2.patch
>
>
> When multiple queries are run in LLAP, stripe metadata cache misses were 
> observed even though enough memory was available. 
> https://github.com/apache/hive/blob/master/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/OrcEncodedDataReader.java#L655.
>  Even in cases when data was found in cache, it wasn't getting used as 
> {{globalnc}} changed from query to query.  Creating a superset of existing 
> indexes with {{globalInc}} would be helpful. 
> This would be lot more beneficial in cloud storage where opening and reading 
> small of data can be expensive compared to HDFS. 



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

Reply via email to