Skip to content

Commit

Permalink
Merge pull request #249 from caskdata/release/2.2.1
Browse files Browse the repository at this point in the history
Release/2.2.1
  • Loading branch information
dereklwood committed Feb 25, 2016
2 parents a06a4ad + 50e40b6 commit eb25d23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
hadoop CHANGELOG
===============

v2.2.1 (Feb 24, 2016)
--------------------
- Support for HDP 2.3.4.0 per @kriszentner ( Issue: #243 )
- Style updates ( Issues: #244 #247 )
- Support for Bigtop 1.0.0 relocated repositories ( Issue: #245 )
- Fix to SPARK_HOME in the init scripts ( Issues: #248 )

v2.2.0 (Dec 16, 2015)
---------------------
- Add Code Climate badge ( Issue: #232 )
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.2.0",
"version": "2.2.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.2.0'
version '2.2.1'

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

0 comments on commit eb25d23

Please sign in to comment.