Skip to content

Commit

Permalink
AMBARI-25773: Upgrade HBase for BIGTOP to be compatible with bigtop-s…
Browse files Browse the repository at this point in the history
…elect (#3456)
  • Loading branch information
timyuer committed Nov 4, 2022
1 parent 6eb600b commit 4327677
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"HBASE_MASTER": {
"STACK-SELECT-PACKAGE": "hbase-master",
"INSTALL": [
"hbase-master"
"hbase-master",
"hbase-client"
],
"PATCH": [
"hbase-master"
Expand All @@ -31,7 +32,8 @@
"HBASE_REGIONSERVER": {
"STACK-SELECT-PACKAGE": "hbase-regionserver",
"INSTALL": [
"hbase-regionserver"
"hbase-regionserver",
"hbase-client"
],
"PATCH": [
"hbase-regionserver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,5 @@

hbase_conf_dir = "/etc/hbase/conf"
limits_conf_dir = "/etc/security/limits.d"
if stack_version_formatted and check_stack_feature(StackFeature.ROLLING_UPGRADE, stack_version_formatted):
hbase_conf_dir = format("{stack_root}/current/{component_directory}/conf")

stack_name = default("/clusterLevelParams/stack_name", None)

0 comments on commit 4327677

Please sign in to comment.