steveloughran commented on code in PR #5818:
URL: https://github.com/apache/hadoop/pull/5818#discussion_r1257244503
##########
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/commit/AbstractITCommitProtocol.java:
##########
@@ -403,6 +403,30 @@ public JobData(Job job,
this.committer = committer;
conf = job.getConfiguration();
}
+
+ public Job getJob() {
+ return job;
+ }
+
+ public JobContext getJContext() {
Review Comment:
actually i'm not worrying about this; will merge as is.
--
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]