Releases: cdapio/hadoop_cookbook
Release version 1.1.0
Release version 1.0.9
Bug fix release. This is especially important for Hive users, as it fixes the warehouse directory.
- Updated test suite to use CentOS 6.5
- Add java cookbook to
recommends
- Change checking on
hbase.rootdir
to work in distributed and local modes ( Issue #58 ) - Make
execute[hdfs-namenode-format]
non-interactive ( Issue #60 ) via @eherot - Move creation of HDFS
/tmp
tohadoop_hdfs_namenode
( Issue #61 ) - Fix permissions on Hive's warehouse directory in HDFS ( Issue #62 ) via @dereklwood and @poornachandra
Release version 1.0.8
This is another minor release. The main change in this release is support for the latest HDP update.
- Fix
hive-server2
init script ( Issue #53 ) via @jprosevear - Simplify Vagrantfile ( Issue #54 )
- Support HDP 2.1.2.0 update ( Issue #55 )
Release version 1.0.7
This is another maintenance/bugfix release. There are no new significant features or changes to operation of this cookbook.
- Fix SecondaryNameNode directory creation, again ( Issue #40 )
- Improve
hbase.rootdir
creation ( Issue #41 ) - Remove resource duplication on /etc/hadoop/conf.chef ( Issue #42 )
- Fix
hive_checkconfig
recipe ( Issue #43 ) - Convert booleans to strings before checking ( Issue #44 )
- Add minitests for
hbase
andhive
recipes ( Issue #45 ) - Change owner on hive and hbase configs to root ( Issue #46 )
- Make HiveServer2 work on Hortonworks HDP ( Issue #47 )
- Support newer Ubuntu versions ( Issue #48 #50 )
- Remove resource duplication on ZooKeeper data directory ( Issue #51 )
- Add a ton of unit testing ( Issue #52 )
Hotfix Release 1.0.6
There was a bug in the zookeeper_server
recipe which caused the recipe not to compile. This was only discovered after release when doing integration testing.
Bugfix Release 1.0.5
This is a minor release, which fixes a few bugs and adds some initialization resources for HBase, Hive, and ZooKeeper.
This release introduces rubocop for static code analysis and style checking.
Bug fixes:
- Secondary NameNode directory creation ( Issue #28 )
- ZooKeeper myid creation ( Issue #29 )
- Use URI format for directories ( Issue #27 #30 )
- ZooKeeper cleanups ( Issue #31 )
- Ruby cleanups ( Issue #33 )
- Create Hive HDFS directories ( Issue #34 )
- Create HDFS /tmp ( Issue #35 )
- Create HBase HDFS directories ( Issue #36 )
- Fix checks for 'true' values ( Issue #37 )
- Fix HDP 2.0 support ( Issue #38 )
Bugfix Release 1.0.4
There was an issue with the hadoop_hdfs_datanode
recipe which caused recipe compile errors. This has been resolved and a new version of the cookbook is being released.
Release version 1.0.3
Another bug fix release...
- Clean up attribute tables in README.md
- Add
namenode
to command and usestart_with?
inhadoop_hdfs_ha_checkconfig
recipe ( Issue #20 ) - Removed empty tests ( Issue #21 )
- Check for new properties in
hbase_checkconfig
recipe ( Issue #22 ) - Switch default version of CDH from
4
to5
( Issue #23 ) - Fix ZooKeeper logging ( Issue #24 )
- Check new properties before deprecated ones ( Issue #25 )
Release version 1.0.2
This is a minor release. It mostly fixes some issues I have run into during use of this cookbook, adds some initial tests to the testing framework, and adds two new services to fill out our YARN and HBase support.
- Add
status
support to service all definitions ( Issue #12 ) - Add snappy support for HBase, since 0.96 uses snappy by default ( Issue #13 )
- Switch from deprecated
dfs.data.dir
anddfs.name.dir
properties ( Issue #14 ) - Add some initial tests... I plan on improving the testing framework quite a bit ( Issue #15 )
- Update some things in preparation of HDP 2.1's release ( Issue #16 )
- Improved documentation on attributes, which still needs some formatting ( Issue #17 )
- Add YARN Web Proxy support ( Issue #18 )
- Add HBase REST service ( Issue #19 )
Release version 1.0.1
This is a small bug-fix release.
- Added metadata for conflicts
- Added metadata for supports
- Fix ZooKeeper's dataLogDir setting (Issue #11)