[
https://issues.apache.org/jira/browse/HADOOP-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinod Kumar Vavilapalli updated HADOOP-2809:
--------------------------------------------
Attachment: patch_2809
Patch attached. Tested by a basic allocation, enabling logging to syslog, ran
hadoop wordcount job, checked that messages are getting logged through syslog
and finally done a deallocation.
Currently HOD uses syslog cron facility( LOG_CRON, 9 ). So all messages reach
syslog under cron facility. Default SysLogLevel is 3 and the format is
"(%(process)d) %(levelname)s/%(levelno)s %(module)s:%(lineno)s - %(message)s"
> [HOD] Syslog configuration, syslog-address, does not work in HOD 0.4
> --------------------------------------------------------------------
>
> Key: HADOOP-2809
> URL: https://issues.apache.org/jira/browse/HADOOP-2809
> Project: Hadoop Core
> Issue Type: Bug
> Components: contrib/hod
> Affects Versions: 0.16.0
> Reporter: Hemanth Yamijala
> Assignee: Vinod Kumar Vavilapalli
> Priority: Critical
> Fix For: 0.16.1
>
> Attachments: patch_2809
>
>
> Specify the parameter syslog-address as host:port in the ringmaster or
> hodring sections in a hod configuration file. Run a hod allocation. It fails
> with error code 5/6. The ringmaster fails to start. No logs are created.
> The problem seems to be that we are passing in the syslog-address in a format
> different from what is expected to the hodLogger object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.