iwasakims commented on pull request #788:
URL: https://github.com/apache/bigtop/pull/788#issuecomment-860685225


   > Do we still need to set alternatives even if the /etc/profile.d/bigtop.sh 
exist?
   
   The JAVA_HOME is not set right after runinng manifests of bigtop_toolchain. 
I found following instruction in the 
[README](https://github.com/apache/bigtop/blob/master/README.md).
   
   ```
   To immediately set environment after running toolchain, run
   
   . /etc/profile.d/bigtop.sh
   ```
   
   Adding `exec` the bigtop.sh (after the `file['/etc/profile.d/bigtop.sh']` to 
the manifest should cover the situation. It could be better than hardcoding the 
Java version (1.8) into manifest?


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to