Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.8.0
-
None
-
None
-
-
Incompatible change, Reviewed
-
Default of 'mapreduce.jobhistory.jhist.format' property changed from 'json' to 'binary'. Creates smaller, binary Avro .jhist files for faster JHS performance.
Description
MAPREDUCE-6376 added a configuration setting to set up .jhist internal format:
mapreduce.jobhistory.jhist.format
Currently, the default is "json". Changing the default to "binary" allows faster parsing, but with the downside of making the file not output friendly by using "hadoop fs cat".
Attachments
Attachments
Issue Links
- is related to
-
MAPREDUCE-6376 Add avro binary support for jhist files
- Resolved