[
https://issues.apache.org/jira/browse/HIVE-15129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15636877#comment-15636877
]
Hive QA commented on HIVE-15129:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12837103/HIVE-15129.1.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 10628 tests
executed
*Failed tests:*
{noformat}
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_4]
(batchId=91)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1965/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1965/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-1965/
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12837103 - 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
>
>
> 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)