You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "abstractdog (via GitHub)" <gi...@apache.org> on 2023/03/25 19:29:45 UTC

[GitHub] [tez] abstractdog commented on a diff in pull request #274: TEZ-4479: Eagerly Init/Load FileSystem In Tez Task Containers

abstractdog commented on code in PR #274:
URL: https://github.com/apache/tez/pull/274#discussion_r1148421338


##########
tez-api/src/main/java/org/apache/tez/dag/api/TezConfiguration.java:
##########
@@ -1131,6 +1131,14 @@ public TezConfiguration(boolean loadDefaults) {
 
   public static final int TASK_HEARTBEAT_TIMEOUT_CHECK_MS_DEFAULT = 30 * 1000;
 
+  /**
+   * String value. Comma seperated list of FileSystem paths which needs to be eagerly initialized.
+   * For example s3://bucket/,file://,hdfs://localhost:8020/
+   */
+  @ConfigurationScope(Scope.AM)

Review Comment:
   1. Scope is VERTEX as we're doing this in TezChild
   2. constant name should contain TEZ_ prefix
   



-- 
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: issues-unsubscribe@tez.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org