This repository has been archived by the owner on May 21, 2018. It is now read-only.
Releases: mesosphere-backup/hdfs-deprecated
Releases · mesosphere-backup/hdfs-deprecated
HDFS-Mesos 0.1.6
This release contains the following:
- mesos-commons added to build mesos specific lib
- config updates including ability to config via sys env (config.md)
- backup dir capability for datanodes
- secondary data dir capabilities
- more test + test coverage reports
HDFS-Mesos 0.1.5
This release contains the following:
- Added health checks on nodes
- Cleaner management of node configurations
- Fixed issue where many zk nodes are created based on namenode failure
- Graceful death of executor now cleans up the processes it started
- Fixed bug where memory configurations of nodes was incorrect and based on executor
- On a Framework startup if framework ID is invalidate, it cleans the ID for the next restart
- DCOS package now has configurable scheduler resources
- Mesos 0.24.1 is the new Mesos target
HDFS-Mesos 0.1.4
This release contains the following:
- Explicit reconciliation is implemented
- The permissions on files in the tarball have been corrected
- Refactoring of HdfsScheduler
- Optional Constraints
- Works with Mesos 0.22.1
HDFS-Mesos 0.1.3
This release contains the following:
- Fixes a build bug introduced in 0.1.2 which copied over project config files
- Persistence storage has been refactored
Release hdfs-mesos 0.1.2
This framework now packages java and hadoop in the framework and no longer depends on the host's version of these binaries.
We moved from maven to gradle, and did some additional build cleanup including packaging our scheduler and executor jars separately.
Formatting and code cleanup were also done.
HDFS-Mesos 0.1.1
-Fixes for Task Reconciliation
-Updated DCOS Configuration
-Updated README