Github user xiaozhongwang commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1413#discussion_r164020994
--- Diff: install/traf_checkset_env.sh ---
@@ -244,11 +244,14 @@ if [ ! -d ${javapath} ]; then
exit 1
fi
+source $HOME/.bashrc
--- End diff --
Before, we must prepare environment step by step as following document:
[https://cwiki.apache.org/confluence/display/TRAFODION/Create+Build+Environment]
I only write them in one command.
Yes. I think this is not a good way too.
---