-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-17594. DistCp: Expose the JobId for applications executing through run method #2786
Conversation
Ran the S3A Test:
|
💔 -1 overall
This message was automatically generated. |
Test failure not related, That is due to timeout, failed here as well |
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
+1 pending you move the import. I know it's a losing battle (spark has an automated an ruthless enforcer, for us it is too late).
@@ -43,6 +44,7 @@ | |||
import org.apache.hadoop.tools.DistCpOptions; | |||
import org.apache.hadoop.tools.mapred.CopyMapper; | |||
|
|||
import org.apache.hadoop.tools.util.DistCpTestUtils; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to hadoop block
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 and agree on Steve's comment. UPDATE: latest commit looks good!
…ough run method (#2786). Contributed by Ayush Saxena. Signed-off-by: Mingliang Liu <[email protected]> Signed-off-by: Steve Loughran <[email protected]>
…ough run method (#2786). Contributed by Ayush Saxena. Signed-off-by: Mingliang Liu <[email protected]> Signed-off-by: Steve Loughran <[email protected]>
…ough run method (#2786). Contributed by Ayush Saxena. Signed-off-by: Mingliang Liu <[email protected]> Signed-off-by: Steve Loughran <[email protected]>
Committed all the way to 3.1, Thanx @liuml07 and @steveloughran |
…ough run method (apache#2786). Contributed by Ayush Saxena. Signed-off-by: Mingliang Liu <[email protected]> Signed-off-by: Steve Loughran <[email protected]>
https://issues.apache.org/jira/browse/HADOOP-17594