File tree Expand file tree Collapse file tree 7 files changed +14
-13
lines changed
ansible-cdp-all-services-pvc-oc
ansible-cdp-all-services-pvc
ansible-cdp-streaming-with-efm Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ clusters:
216216 SQL_STREAM_BUILDER :
217217 STREAMING_SQL_ENGINE :
218218 loadbalancer.url : " {{ groups.cloudera_manager | first | default(omit) }}"
219- default.admin.password : " {{ default_password }}"
219+ ssb. default.admin.password : " {{ default_password }}"
220220 ssb-conf/application.properties_role_safety_valve : log.sqlio.restapi = true
221221 ssb.yarn.ui.proxy : " /gateway/cdp-proxy/yarnuiv2/proxy"
222222 ssb.mve.proxy : " /gateway/cdp-proxy-api/ssb-mve-api"
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ clusters:
221221 SQL_STREAM_BUILDER :
222222 STREAMING_SQL_ENGINE :
223223 loadbalancer.url : " {{ groups.cloudera_manager | first | default(omit) }}"
224- default.admin.password : " {{ default_password }}"
224+ ssb. default.admin.password : " {{ default_password }}"
225225 ssb-conf/application.properties_role_safety_valve : log.sqlio.restapi = true
226226 ssb.yarn.ui.proxy : " /gateway/cdp-proxy/yarnuiv2/proxy"
227227 ssb.mve.proxy : " /gateway/cdp-proxy-api/ssb-mve-api"
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ clusters:
218218 SQL_STREAM_BUILDER :
219219 STREAMING_SQL_ENGINE :
220220 loadbalancer.url : " {{ groups.cloudera_manager | first | default(omit) }}"
221- default.admin.password : " {{ default_password }}"
221+ ssb. default.admin.password : " {{ default_password }}"
222222 ssb-conf/application.properties_role_safety_valve : log.sqlio.restapi = true
223223 ssb.yarn.ui.proxy : " /gateway/cdp-proxy/yarnuiv2/proxy"
224224 ssb.mve.proxy : " /gateway/cdp-proxy-api/ssb-mve-api"
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ clusters:
142142 SQL_STREAM_BUILDER :
143143 STREAMING_SQL_ENGINE :
144144 loadbalancer.url : " {{ groups.cloudera_manager | first | default(omit) }}"
145- default.admin.password : " {{ default_password }}"
145+ ssb. default.admin.password : " {{ default_password }}"
146146 ssb-conf/application.properties_role_safety_valve : log.sqlio.restapi = true
147147 ssb.yarn.ui.proxy : " /gateway/cdp-proxy/yarnuiv2/proxy"
148148 ssb.mve.proxy : " /gateway/cdp-proxy-api/ssb-mve-api"
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ clusters:
142142 SQL_STREAM_BUILDER :
143143 STREAMING_SQL_ENGINE :
144144 loadbalancer.url : " {{ groups.cloudera_manager | first | default(omit) }}"
145- default.admin.password : " {{ default_password }}"
145+ ssb. default.admin.password : " {{ default_password }}"
146146 ssb-conf/application.properties_role_safety_valve : log.sqlio.restapi = true
147147 ssb.yarn.ui.proxy : " /gateway/cdp-proxy/yarnuiv2/proxy"
148148 ssb.mve.proxy : " /gateway/cdp-proxy-api/ssb-mve-api"
Original file line number Diff line number Diff line change 137137 when : setup_pvc_tools and not skip_pvc_prereqs
138138
139139- name : Install k9s
140- hosts : " {{ cloudera_manager_host }}"
140+ hosts : " {{ pvc_ecs_server_host }}"
141141 gather_facts : false
142142 roles :
143143 - role : tools/setup_k9s
Original file line number Diff line number Diff line change @@ -57,14 +57,15 @@ export ENCRYPTION_ACTIVATED="false"
5757
5858# Versions
5959export JDK_VERSION=" 17"
60- export CM_VERSION=" 7.11.3.14 "
61- export CDH_VERSION=" 7.1.9.1010 "
62- export CSA_VERSION=" 1.12.0 .0"
63- export CFM_VERSION=" 2.1.7.0 "
60+ export CM_VERSION=" 7.11.3.26 "
61+ export CDH_VERSION=" 7.1.9.1015 "
62+ export CSA_VERSION=" 1.13.2 .0"
63+ export CFM_VERSION=" 2.1.7.1000 "
6464export CEM_VERSION=" 2.2.0.0"
65- export SPARK3_VERSION=" 3.3.7190.0"
66- export OBSERVABILITY_VERSION=" 3.5.3"
67- export PVC_VERSION=" 1.5.4-h2"
65+ export SPARK3_VERSION=" 3.3.7191000.3"
66+ export OBSERVABILITY_VERSION=" 3.5.3-h1"
67+ export PVC_VERSION=" 1.5.4-h4"
68+
6869export AMBARI_VERSION=" 2.7.5.0"
6970export HDP_VERSION=" 3.1.5.6091"
7071export HDF_VERSION=" 3.5.2.0"
You can’t perform that action at this time.
0 commit comments