[ https://issues.apache.org/jira/browse/HIVE-22821?focusedWorklogId=419884&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-419884 ]
ASF GitHub Bot logged work on HIVE-22821: ----------------------------------------- Author: ASF GitHub Bot Created on: 09/Apr/20 23:37 Start Date: 09/Apr/20 23:37 Worklog Time Spent: 10m Work Description: b-slim commented on pull request #909: HIVE-22821 URL: https://github.com/apache/hive/pull/909#discussion_r401747089 ########## File path: service/src/java/org/apache/hive/service/server/HiveServer2.java ########## @@ -61,6 +61,7 @@ import org.apache.hadoop.hive.common.ZooKeeperHiveHelper; import org.apache.hadoop.hive.conf.HiveConf; import org.apache.hadoop.hive.conf.HiveConf.ConfVars; +import org.apache.hadoop.hive.llap.ProactiveEviction; Review comment: is this needed ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 419884) Time Spent: 6h (was: 5h 50m) > Add necessary endpoints for proactive cache eviction > ---------------------------------------------------- > > Key: HIVE-22821 > URL: https://issues.apache.org/jira/browse/HIVE-22821 > Project: Hive > Issue Type: Sub-task > Components: llap > Reporter: Ádám Szita > Assignee: Ádám Szita > Priority: Major > Labels: pull-request-available > Attachments: HIVE-22821.0.patch, HIVE-22821.1.patch, > HIVE-22821.2.patch, HIVE-22821.3.patch, HIVE-22821.4.patch > > Time Spent: 6h > Remaining Estimate: 0h > > Implement the parts required for iHS2 -> LLAP daemons communication: > * protobuf message schema and endpoints > * Hive configuration > * for use cases: > ** dropping db > ** dropping table > ** dropping partition from a table -- This message was sent by Atlassian Jira (v8.3.4#803005)