Skip to content

Commit

Permalink
ADS-2087 added support bigtop-utils in nifi,nifi-registry and minifi
Browse files Browse the repository at this point in the history
  • Loading branch information
v.popov committed Nov 6, 2024
1 parent 242d54c commit 805c738
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ SCRIPT_DIR=$PHYS_DIR
SCRIPT_NAME=$(basename "$0")
PROGNAME=$(basename "$0")

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

. "$SCRIPT_DIR"/minifi-env.sh


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ PHYS_DIR=$(pwd -P)
SCRIPT_DIR=$PHYS_DIR
PROGNAME=$(basename "$0")

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

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


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ PHYS_DIR=$(pwd -P)
SCRIPT_DIR=$PHYS_DIR
PROGNAME=$(basename "$0")

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

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


Expand Down

0 comments on commit 805c738

Please sign in to comment.