- failed to start name node (hadoop)
- check the permission of command(s) which are used to perform name node related processes such as /bin/df
- modify permission(s) properly, if necessary
- delete the name node dir
- retry
- it is recommended to check and modify the permission of command(s) before installing HDFS, otherwise HDFS may not be installed correctly
- line length exceeds max (flume)
- increase deserializer.maxlinelength
- agent01.sources.source01.deserializer.maxLineLength
- increase deserializer.maxlinelength
- the channel is full (flume)
- increase memory capacity
- agent01.channels.channel01.capacity
- increase memory capacity
- fail to extract date information by using specified date format (flume)
- check LANG configuration
- LANG="en_US.UTF-8"
- check LANG configuration
- failed parsing date from field (logstash)
- set locale to en
date { locale => en match => [ "timestamp" , "dd/MMM/yyyy:HH:mm:ss Z" ] }
- set locale to en
- could not load ffi provider (logstash)
- configure to use another directory instead of /tmp or
- mount -o remount,exec /tmp
Monday, August 31, 2015
Help 4 CDH
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.