You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2021/01/21 00:47:49 UTC

[GitHub] [incubator-gobblin] aplex commented on a change in pull request #3208: [GOBBLIN-1366] Add an option to skip initialization of hadoop tokens …

aplex commented on a change in pull request #3208:
URL: https://github.com/apache/incubator-gobblin/pull/3208#discussion_r561438129



##########
File path: gobblin-modules/gobblin-azkaban/src/main/java/org/apache/gobblin/azkaban/AzkabanJobLauncher.java
##########
@@ -112,6 +112,9 @@
   private static final String AZKABAN_GOBBLIN_JOB_SLA_IN_SECONDS = "gobblin.azkaban.SLAInSeconds";
   private static final String DEFAULT_AZKABAN_GOBBLIN_JOB_SLA_IN_SECONDS = "-1"; // No SLA.
 
+  public static final String GOBBLIN_INITIALIZE_HADOOP_TOKENS = "gobblin.initializeHadoopTokens";

Review comment:
       The property above uses "gobblin.azkaban" prefix. Should we use the same prefix here?




----------------------------------------------------------------
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:
users@infra.apache.org