FUSE out log

The FUSE out log is where the FUSE client's stdout/stderr output is remapped.

When configured to run, the FUSE client redirects its stdout/stderr output to the following log file:
$BDD_HOME/logs/hdfs_fuse_client.out

Note that you cannot change the log level configuration for this log.

FUSE log entry format

The format of the FUSE log fields are:
  • Timestamp
  • Message Type
  • Log Subsystem
  • Job ID
  • Message Text
The log entry fields and their descriptions are as follows:
Log entry field Description Example
Timestamp The local date and time when the message was generated, using use the following ISO 8601 extended format:
YYYY-MM-DDTHH:mm:ss.sss(+|-)hh:mm

The hours range is 0 to 23 and milliseconds and offset timezones are mandatory.

2016-03-23T07:11:39.173-04:00
Message Type The type of message (log level):
  • INCIDENT_ERROR
  • ERROR
  • WARNING
  • NOTIFICATION
  • TRACE
  • UNKNOWN
WARNING
Log Subsystem The log subsystem that generated the message. "hdfs_fuse" is hard-coded for the FUSE client. {hdfs_fuse}
Job ID The ID of the job being executed. [0]
Message Text The text of the log message. FileNotFoundException: Path /bdd_dgraph_indexv43/Claim_indexes/committed/Endeca.422.703 does not exist.