Skip to content

Commit

Permalink
Merge pull request #321 from caskdata/feature/hdp26
Browse files Browse the repository at this point in the history
add hdp 2.6.0.3
  • Loading branch information
mattwuenschel authored Apr 12, 2017
2 parents 384e3e6 + 13f438f commit 4363935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/repo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
Chef::Log.warn("Short versions for node['hadoop']['distribution_version'] are deprecated! Please use full version!")
node.override['hadoop']['distribution_version'] = hdp_update_version
# 2.3, 2.4, and 2.5 do not have their own base version
when '2.2.1.0', '2.2.4.2', '2.2.4.4', '2.2.6.0', '2.2.6.3', '2.2.8.0', '2.2.9.0', '2.3.0.0', '2.3.2.0', '2.3.4.0', '2.3.4.7', '2.3.6.0', '2.4.0.0', '2.4.2.0', '2.4.3.0', '2.5.0.0', '2.5.3.0'
when '2.2.1.0', '2.2.4.2', '2.2.4.4', '2.2.6.0', '2.2.6.3', '2.2.8.0', '2.2.9.0', '2.3.0.0', '2.3.2.0', '2.3.4.0', '2.3.4.7', '2.3.6.0', '2.4.0.0', '2.4.2.0', '2.4.3.0', '2.5.0.0', '2.5.3.0', '2.6.0.3'
hdp_version = '2.2.0.0'
hdp_update_version = node['hadoop']['distribution_version']
when '2.2'
Expand Down Expand Up @@ -142,7 +142,7 @@
case hdp_update_version
when '2.2.0.0'
"2.x/GA/#{hdp_update_version}"
when '2.1.10.0', '2.1.15.0', '2.2.1.0', '2.2.4.2', '2.2.6.0', '2.2.6.3', '2.2.8.0', '2.2.9.0', '2.3.0.0', '2.3.2.0', '2.3.4.0', '2.3.4.7', '2.3.6.0', '2.4.0.0', '2.4.2.0', '2.4.3.0', '2.5.0.0', '2.5.3.0'
when '2.1.10.0', '2.1.15.0', '2.2.1.0', '2.2.4.2', '2.2.6.0', '2.2.6.3', '2.2.8.0', '2.2.9.0', '2.3.0.0', '2.3.2.0', '2.3.4.0', '2.3.4.7', '2.3.6.0', '2.4.0.0', '2.4.2.0', '2.4.3.0', '2.5.0.0', '2.5.3.0', '2.6.0.3'
"2.x/updates/#{hdp_update_version}"
else
hdp_update_version
Expand Down

0 comments on commit 4363935

Please sign in to comment.