Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.18.0
-
None
-
Incompatible change, Reviewed
-
Modified logcondense.py to use the new format of hadoop dfs -lsr output. This version of logcondense would not work with previous versions of Hadoop and hence is incompatible.
Description
In Hadoop 0.18, the format of hadoop dfs -ls and hadoop dfs -lsr commands has changed. It is a Unix like output now, with the filename being printed as the last column of the file listing as opposed to the first. logcondense.py needs to use this new format.