1
0

CHANGES_HDFS-2832.txt 643 B

12345678910111213141516171819
  1. BREAKDOWN OF HDFS-2832 ENABLE SUPPORT FOR HETEROGENEOUS STORAGES IN HDFS
  2. IMPROVEMENTS:
  3. HDFS-4985. Add storage type to the protocol and expose it in block report
  4. and block locations. (Arpit Agarwal)
  5. HDFS-5115. Make StorageID a UUID. (Arpit Agarwal)
  6. HDFS-5000. DataNode configuration should allow specifying storage type.
  7. (Arpit Agarwal)
  8. HDFS-4987. Namenode changes to track multiple storages per datanode.
  9. (szetszwo)
  10. HDFS-5154. Fix TestBlockManager and TestDatanodeDescriptor after HDFS-4987.
  11. (Junping Du via szetszwo)
  12. HDFS-5009. Include storage information in the LocatedBlock. (szetszwo)