This release contains numerous contributed bugfixes, as well a few changes in functionality:
- The default checksum for written blocks has been changed from
CRC32
toCRC32C
, to match the behavior of the java client. (thanks @symious) - The
hdfs
binary now supportstest
(#292) andls -R
(#289), per the posix spec. (thanks @gardenia)