Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ suites:
'hive.support.concurrency': true
'hive.zookeeper.quorum': 'localhost'
java:
jdk_version: 7
jdk_version: '7'
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ suites:
'hive.support.concurrency': true
'hive.zookeeper.quorum': 'localhost'
java:
jdk_version: 7
jdk_version: '7'
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
hadoop CHANGELOG
================

v2.14.0 (May 4, 2018)
---------------------
- add TESTING.md ( Issue: #356 )
- add support for HDP 2.6.4.0 ( Issues: #358 #359 )
- add helper to fetch HDP build number from public repository ( Issues: #360 )

v2.13.0 (Dec 5, 2017)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"recipes": {

},
"version": "2.13.0",
"version": "2.14.0",
"source_url": "https://github.com/caskdata/hadoop_cookbook",
"issues_url": "https://issues.cask.co/browse/COOK/component/10600",
"privacy": false,
Expand Down
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.13.0'
version '2.14.0'

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