abstractdog commented on code in PR #339:
URL: https://github.com/apache/tez/pull/339#discussion_r1678859597
##########
tez-mapreduce/src/main/java/org/apache/tez/mapreduce/hadoop/MRJobConfig.java:
##########
@@ -131,6 +131,11 @@ public interface MRJobConfig {
public static final String CACHE_ARCHIVES_VISIBILITIES =
"mapreduce.job.cache.archives.visibilities";
+ /**
+ * Used by committers to set a job-wide UUID.
+ */
+ public static final String JOB_COMMITTER_UUID = "job.committer.uuid";
Review Comment:
should this go into Tez 0.10.4? if so, it would be good to have it in 1-2
weeks, just FYI, about planning the hadoop change
##########
tez-mapreduce/src/main/java/org/apache/tez/mapreduce/hadoop/MRJobConfig.java:
##########
@@ -131,6 +131,11 @@ public interface MRJobConfig {
public static final String CACHE_ARCHIVES_VISIBILITIES =
"mapreduce.job.cache.archives.visibilities";
+ /**
+ * Used by committers to set a job-wide UUID.
+ */
+ public static final String JOB_COMMITTER_UUID = "job.committer.uuid";
Review Comment:
should this go into Tez 0.10.4? if so, it would be good to have it in 1-2
weeks, just FYI, regarding planning the hadoop change
--
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]