masatana commented on PR #1319: URL: https://github.com/apache/bigtop/pull/1319#issuecomment-2563649136
@iwasakims Thank you for the suggestion. I just realized that The settings described in our [hadoop-layout.sh](https://github.com/apache/bigtop/blob/91cb092db85754df016f704ddba9cff725399fbb/bigtop-packages/src/common/hadoop/hadoop-layout.sh#L15) are defined as local varibles, and are not inherited by processes launched from this shell. We should use `export` to convert those variables into environment variables. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
