Skip to content

Commit 16c94f7

Browse files
Merge pull request #334 from caskdata/release/2.11.1
version bump
2 parents 93bb412 + 8f66fa9 commit 16c94f7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
hadoop CHANGELOG
22
================
33

4+
v2.11.1 (Jun 19, 2017)
5+
----------------------
6+
7+
- Add HDP 2.5.5.0 ( Issue: #328 )
8+
- Update cookbook headers ( Issue: #329 )
9+
- Support installing Slider ( Issue: #330 )
10+
- Support Hive2 installation and configuration ( Issue: #331 )
11+
- Support Spark 2.x (spark2) package ( Issue: #332 )
12+
- Add HDP 2.6.1 ( Issue: #333 )
13+
414
v2.11.0 (Apr 18, 2017)
515
----------------------
616

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"recipes": {
4646

4747
},
48-
"version": "2.11.0",
48+
"version": "2.11.1",
4949
"source_url": "https://github.com/caskdata/hadoop_cookbook",
5050
"issues_url": "https://issues.cask.co/browse/COOK/component/10600",
5151
"privacy": false,

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache-2.0'
55
description 'Installs/Configures Hadoop (HDFS/YARN/MRv2), HBase, Hive, Flume, Oozie, Pig, Spark, Storm, Tez, and ZooKeeper'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '2.11.0'
7+
version '2.11.1'
88

99
depends 'yum', '>= 3.0'
1010
depends 'apt', '>= 2.1.2'

0 commit comments

Comments
 (0)