[
https://issues.apache.org/jira/browse/HIVE-22624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16993889#comment-16993889
]
Hive QA commented on HIVE-22624:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12988523/HIVE-22624.01.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 17755 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/19877/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/19877/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-19877/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12988523 - PreCommit-HIVE-Build
> Fix results_cache_invalidation and results_cache_lifetime
> ---------------------------------------------------------
>
> Key: HIVE-22624
> URL: https://issues.apache.org/jira/browse/HIVE-22624
> Project: Hive
> Issue Type: Sub-task
> Reporter: Zoltan Haindrich
> Assignee: Zoltan Haindrich
> Priority: Major
> Attachments: HIVE-22624.01.patch, logs.tgz
>
>
> these tests are falling together
> * they both run on hive-ptest-slaves-8e2.c.gcp-hive-upstream.internal
> * I suspect that they are fighting for the ownership /tmp/hive/_resultscache_
> exception#1
> {code}
> 2019-12-11T00:16:02,564 INFO [22d96536-983a-417d-b10c-aa1766ba0994 main]
> results.QueryResultsCache: Initializing query results cache at
> /tmp/hive/_resultscache_
> 2019-12-11T00:16:02,569 DEBUG [22d96536-983a-417d-b10c-aa1766ba0994 main]
> exec.Utilities: HDFS dir: /tmp/hive/_resultscache_ with schema null,
> permission: rwxr-xr-x
> 2019-12-11T00:16:02,571 ERROR [22d96536-983a-417d-b10c-aa1766ba0994 main]
> ql.Driver: FAILED: IllegalStateException java.lang.RuntimeException: The dir:
> /tmp/hive/_resultscache_ on HDFS should be writable. Curren
> t permissions are: rwxr-xr-x
> java.lang.IllegalStateException: java.lang.RuntimeException: The dir:
> /tmp/hive/_resultscache_ on HDFS should be writable. Current permissions are:
> rwxr-xr-x
> at
> org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.checkResultsCache(SemanticAnalyzer.java:15230)
> at
> org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.analyzeInternal(SemanticAnalyzer.java:12467)
> at
> org.apache.hadoop.hive.ql.parse.CalcitePlanner.analyzeInternal(CalcitePlanner.java:359)
> at
> org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:285)
> at
> org.apache.hadoop.hive.ql.parse.ExplainSemanticAnalyzer.analyzeInternal(ExplainSemanticAnalyzer.java:171)
> at
> org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:285)
> {code}
> exception#2
> {code}
> 2019-12-11T00:15:06,156 ERROR [5f435468-f02b-4587-ae48-517777bfdbed main]
> ql.Driver: FAILED: IllegalStateException java.lang.RuntimeException: The dir:
> /tmp/hive/_resultscache_ on HDFS should be writable. Curren
> t permissions are: rwxr-xr-x
> java.lang.IllegalStateException: java.lang.RuntimeException: The dir:
> /tmp/hive/_resultscache_ on HDFS should be writable. Current permissions are:
> rwxr-xr-x
> at
> org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.checkResultsCache(SemanticAnalyzer.java:15230)
> at
> org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.analyzeInternal(SemanticAnalyzer.java:12467)
> at
> org.apache.hadoop.hive.ql.parse.CalcitePlanner.analyzeInternal(CalcitePlanner.java:359)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)