Skip to content

1.3.0

Compare
Choose a tag to compare
@marcelmay marcelmay released this 07 Sep 21:16
· 299 commits to master since this release

From the 1.3.0 milestone:

This release contains major refactorings and breaking changes:

  • Introduce builders for configurable loading/processing with different strategies (sequential/parallel etc)
  • Split FSImageLoader into
    • FsImageLoader for loading file
    • FsImageData holding loaded data
    • FsVisitor and FsVisitorBuilder for sequential or parallel hierarchical access to FsImageData
  • FSImageLoader.getFileSize -> FsUtil.getFileSize

Enhancements:

  • #40 Support fsimages with compression
  • #39 FSImage Generator : Support generating fsimages with compression
  • #38 Cache root INode
  • #37 Refactor inodes handling into abstraction
  • #36 Update dependencies (eg Hadoop 3.2.0 -> 3.3.0)