abstractdog commented on code in PR #6779:
URL: https://github.com/apache/hive/pull/6779#discussion_r4013494590
##########
packaging/src/kubernetes/src/java/org/apache/hive/kubernetes/operator/util/ConfigUtils.java:
##########
@@ -148,6 +148,20 @@ public static String tezAmComponentKey(String llapName) {
public static final String HIVE_LLAP_TASK_SCHEDULER_LOCALITY_DELAY_KEY =
"hive.llap.task.scheduler.locality.delay";
+ /** Prefixes of the hive.* keys the Tez AM's LLAP plugins read from
tez-site. */
+ private static final String[] TEZ_AM_PLUGIN_KEY_PREFIXES = {
+ "hive.llap.task.", "hive.llap.client.", "hive.llap.daemon.communicator."
Review Comment:
`hive.llap.daemon.task.scheduler.enable.preemption` is also an AM config,
might be missing from here
UPDATE: sorry, my bad, it's used in the daemon for task preemption, it's the
daemon-side task scheduler, ignore this comment
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]