You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Andras Bokor (JIRA)" <ji...@apache.org> on 2017/04/21 12:53:04 UTC

[jira] [Created] (MAPREDUCE-6880) Wrong pid file name in error message when starting secure daemon

Andras Bokor created MAPREDUCE-6880:
---------------------------------------

             Summary: Wrong pid file name in error message when starting secure daemon
                 Key: MAPREDUCE-6880
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6880
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Andras Bokor
            Assignee: Andras Bokor
            Priority: Minor


{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.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org