[ https://issues.apache.org/jira/browse/HIVE-21732?focusedWorklogId=244376&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-244376 ]
ASF GitHub Bot logged work on HIVE-21732: ----------------------------------------- Author: ASF GitHub Bot Created on: 17/May/19 22:15 Start Date: 17/May/19 22:15 Worklog Time Spent: 10m Work Description: b-slim commented on pull request #634: HIVE-21732: Configurable injection of latency for LLAP task execution URL: https://github.com/apache/hive/pull/634#discussion_r285300261 ########## File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java ########## @@ -627,6 +627,14 @@ private static void populateLlapDaemonVarsSet(Set<String> llapDaemonVarsSetLocal "internal usage only, used only in test mode. If set false, the operation logs, and the " + "operation log directory will not be removed, so they can be found after the test runs."), + HIVE_TEST_LOAD_ENABLED("hive.test.load.enabled", false, Review comment: okay using the hostnames should be enough ---------------------------------------------------------------- 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: 244376) Time Spent: 3h (was: 2h 50m) > Configurable injection of load for LLAP task execution > ------------------------------------------------------ > > Key: HIVE-21732 > URL: https://issues.apache.org/jira/browse/HIVE-21732 > Project: Hive > Issue Type: Test > Reporter: Peter Vary > Assignee: Peter Vary > Priority: Major > Labels: pull-request-available > Attachments: HIVE-21732.2.patch, HIVE-21732.3.patch, > HIVE-21732.4.patch, HIVE-21732.5.patch, HIVE-21732.patch > > Time Spent: 3h > Remaining Estimate: 0h > > For evaluating testing, it would be good to have a configurable way to inject > latency for LLAP tasks. > The configuration should be able to control how much latency is injected into > each daemon. -- This message was sent by Atlassian JIRA (v7.6.3#76005)