[
https://issues.apache.org/jira/browse/HADOOP-10788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14104082#comment-14104082
]
Allen Wittenauer commented on HADOOP-10788:
-------------------------------------------
I started to take a look at this one. This is going to be a bit more work than
expected. Most of the work for httpfs and kms is being done by the tomcat
script. So this means that there is not only excessive verbosity coming from
our code but also from tomcat.
Additionally, the hadoop_daemon_* functions were built from the perspective
that hadoop-common would be launching Java. This is clearly not the case with
these two daemons.
In order to kill two birds with one stone, I'm thinking the best approach would
be to make Yet Another Set of non-java daemon functions that could be used
generically. We'd wrap all of the tomcat stuff such that instead of going to
the screen it'd go to .out instead.
> [post-HADOOP-9902] Rewrite httpfs, kms, sls, and other stragglers
> -----------------------------------------------------------------
>
> Key: HADOOP-10788
> URL: https://issues.apache.org/jira/browse/HADOOP-10788
> Project: Hadoop Common
> Issue Type: Improvement
> Components: scripts
> Affects Versions: 3.0.0
> Reporter: Allen Wittenauer
> Labels: scripts
>
> There are some stragglers not targeted by HADOOP-9902. These should also get
> rewritten to use the new hadoop-functions.sh framework.
--
This message was sent by Atlassian JIRA
(v6.2#6252)