Skip to content

Releases: cdapio/hadoop_cookbook

Release version 1.1.0

20 May 20:17
Compare
Choose a tag to compare

Minor feature release. This release adds support for MRv1 JobTracker and TaskTracker for CDH users.

  • JobTracker/TaskTracker support ( Issue #56 )
  • Move HDFS /tmp creation to hadoop_yarn_resourcemanager ( Issue #63 )
  • Services don't stop when given stop action ( Issue #64 #65 )

Release version 1.0.9

14 May 03:09
Compare
Choose a tag to compare

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 to hadoop_hdfs_namenode ( Issue #61 )
  • Fix permissions on Hive's warehouse directory in HDFS ( Issue #62 ) via @dereklwood and @poornachandra

Release version 1.0.8

07 May 19:00
Compare
Choose a tag to compare

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

25 Apr 23:38
Compare
Choose a tag to compare

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 and hive 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

23 Apr 22:57
Compare
Choose a tag to compare

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

23 Apr 20:54
Compare
Choose a tag to compare

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

14 Apr 23:19
Compare
Choose a tag to compare

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

14 Apr 22:12
Compare
Choose a tag to compare

Another bug fix release...

  • Clean up attribute tables in README.md
  • Add namenode to command and use start_with? in hadoop_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 to 5 ( Issue #23 )
  • Fix ZooKeeper logging ( Issue #24 )
  • Check new properties before deprecated ones ( Issue #25 )

Release version 1.0.2

10 Apr 22:37
Compare
Choose a tag to compare

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 and dfs.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

27 Mar 20:43
Compare
Choose a tag to compare

This is a small bug-fix release.

  • Added metadata for conflicts
  • Added metadata for supports
  • Fix ZooKeeper's dataLogDir setting (Issue #11)