Skip to content

Commit

Permalink
ADS-2087 added parameter for bigtop-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
v.popov committed Nov 18, 2024
1 parent 805c738 commit 5157374
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SCRIPT_NAME=$(basename "$0")
PROGNAME=$(basename "$0")

# bigtop java discovery
. /usr/lib/bigtop-utils/bigtop-detect-javahome
. /usr/lib/bigtop-utils/bigtop-detect-javahome "17"

. "$SCRIPT_DIR"/minifi-env.sh

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SCRIPT_DIR=$PHYS_DIR
PROGNAME=$(basename "$0")

# bigtop java discovery
. /usr/lib/bigtop-utils/bigtop-detect-javahome
. /usr/lib/bigtop-utils/bigtop-detect-javahome "17"

. "${SCRIPT_DIR}/nifi-env.sh"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SCRIPT_DIR=$PHYS_DIR
PROGNAME=$(basename "$0")

# bigtop java discovery
. /usr/lib/bigtop-utils/bigtop-detect-javahome
. /usr/lib/bigtop-utils/bigtop-detect-javahome "17"

. "${SCRIPT_DIR}/nifi-registry-env.sh"

Expand Down

0 comments on commit 5157374

Please sign in to comment.