Skip to content

Commit

Permalink
Version bump to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf31o2 committed Apr 19, 2016
1 parent 2d0d5a8 commit 4f98326
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
hadoop CHANGELOG
===============

v2.3.1 (Apr 19, 2016)
---------------------
- Allow overriding distribution_version at default ( Issues: #256 [COOK-93](https://issues.cask.co/browse/COOK-93) )
- Set SPARK_DIST_CLASSPATH and redirect STDERR to logs ( Issue: #257 )

v2.3.0 (Apr 12, 2016)
--------------------
---------------------
- Change spark-defaults from XML to .conf property file ( Issue: #241 )
- Update default versions: HDP 2.3.4.7, CDH 5.6.0 ( Issue: #242 )
- Support HDP 2.3.4.7 and 2.4.0.0 ( Issue: #250 )
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"recipes": {

},
"version": "2.3.0",
"version": "2.3.1",
"source_url": "",
"issues_url": ""
}
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Hadoop (HDFS/YARN/MRv2), HBase, Hive, Flume, Oozie, Pig, Spark, Storm, Tez, and ZooKeeper'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.3.0'
version '2.3.1'

depends 'yum', '>= 3.0'
depends 'apt', '>= 2.1.2'
Expand Down

0 comments on commit 4f98326

Please sign in to comment.