[
https://issues.apache.org/jira/browse/MAPREDUCE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199274#comment-13199274
]
Vinod Kumar Vavilapalli commented on MAPREDUCE-3792:
----------------------------------------------------
This is by design. Before MAPREDUCE-3720, "job -list" used to go to each AM
which is a security issue if every user tries to visit every AM. After
MAPREDUCE-3720 though, the command doesn't go to each AM, so the security issue
is lessened, but still we print stuff like AM URL (after MAPREDUCE-3761) which
in itself can be private and should be blacked out.
So for now, I'll allow listing all jobs but with potential private information
blacked out.
> job -list displays only the jobs submitted by a particular user
> ---------------------------------------------------------------
>
> Key: MAPREDUCE-3792
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3792
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv2
> Affects Versions: 0.23.1
> Reporter: Ramya Sunil
> Assignee: Vinod Kumar Vavilapalli
>
> "mapred job -list" lists only the jobs submitted by the user who ran the
> command. This behavior is different from 1.x.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira