[
https://issues.apache.org/jira/browse/HADOOP-14343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16108327#comment-16108327
]
Hudson commented on HADOOP-14343:
---------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #12086 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/12086/])
HADOOP-14343. Wrong pid file name in error message when starting secure (aw:
rev abbf4129a24c99fbce6d70b191ec19cf0d17e9be)
* (edit) hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh
> Wrong pid file name in error message when starting secure daemon
> ----------------------------------------------------------------
>
> Key: HADOOP-14343
> URL: https://issues.apache.org/jira/browse/HADOOP-14343
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Andras Bokor
> Assignee: Andras Bokor
> Priority: Minor
> Fix For: 3.0.0-beta1
>
> Attachments: HADOOP-14343.01.patch, HADOOP-14343.02.patch
>
>
> {code}# this is for the daemon pid creation
> #shellcheck disable=SC2086
> echo $! > "${jsvcpidfile}" 2>/dev/null
> if [[ $? -gt 0 ]]; then
> hadoop_error "ERROR: Cannot write ${daemonname} pid ${daemonpidfile}."
> fi{code}
> It will log datanode's pid file instead of JSVC's pid file.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]