[
https://issues.apache.org/jira/browse/MAPREDUCE-6250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14315042#comment-14315042
]
Allen Wittenauer edited comment on MAPREDUCE-6250 at 2/10/15 10:07 PM:
-----------------------------------------------------------------------
It isn't hard-coded today for backwards compatibility. In other words,
branch-2 is invoked like this:
{code}
sbin/mr-jobhistory-daemon.sh start historyserver
{code}
(See
http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ClusterSetup.html
. It's worth noting that putting --config at the end of line doesn't actually
work though in branch-2. Love that doc bug. ;) It doesn't work in trunk
either, but the docs have been fixed...)
I can certainly strip out historyserver from the command line options if you
want.
was (Author: aw):
It isn't hard-coded today for backwards compatibility. In other words,
branch-2 is invoked like this:
{code}
sbin/mr-jobhistory-daemon.sh start historyserver
{code}
(See
http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ClusterSetup.html
. It's worth noting that putting --config at the end of line doesn't actually
work though in branch-2. Love that doc bug. ;) )
I can certainly strip out historyserver from the command line options if you
want.
> deprecate sbin/mr-jobhistory-daemon.sh
> --------------------------------------
>
> Key: MAPREDUCE-6250
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6250
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Components: scripts
> Reporter: Allen Wittenauer
> Attachments: MAPREDUCE-6250-00.patch
>
>
> Functionality has been moved to bin/mapred.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)