Hadoop is patched to include the following:
HADOOP-5464: Added support for disabling write timeout. To do this, you can set zero values for
dfs.socket.timeout
anddfs.datanode.socket.write.timeout
parameters.HDFS-2617: Replaced Kerberized SSL for image transfer and fsck with SPNEGO-based solution.
HDFS-3466: Fixed SPNEGO filter to use the
DFS_WEB_AUTHENTICATION_KERBEROS_KEYTAB_KEY
to find the keytab.HDFS-3461: Fixed HFTP to use the same port and protocol while ontaining the delegation token.
HADOOP-6947: Fixed Kerberos relogin to configure the
refreshKrb5Config
correctly.MAPREDUCE-3837: Enhanced JobTracker job recivery mechanism in the event of a crash.