[ https://issues.apache.org/jira/browse/HIVE-22624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16994347#comment-16994347 ]
Zoltan Haindrich commented on HIVE-22624: ----------------------------------------- [~abstractdog] Could you please take a look? > 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)