Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 749ba25

Browse files
author
Andrew Jones
authored
Merge pull request #1219 from aespinosa/oozie-profile
Use the HAProxy port for oozie HA
2 parents c679cc1 + 1498252 commit 749ba25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/bcpc-hadoop/recipes/oozie_client.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
hdp_select('oozie-client', node[:bcpc][:hadoop][:distribution][:active_release])
1414

1515
oozie_url = "http://#{node[:bcpc][:management][:viphost]}:" +
16-
node[:bcpc][:hadoop][:oozie_port].to_s + '/oozie'
16+
node['bcpc']['ha_oozie']['port'].to_s + '/oozie'
1717

1818
file '/etc/profile.d/oozie-url.sh' do
1919
mode 0555

0 commit comments

Comments
 (0)