Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: source config_hdfs.sh automatically before starting onebox (apa…
…che#1708) When run Pegasus to use the feature of backup data to HDFS (restore data from HDFS is the same), it's needed to set the CLASSPATH enviroment variables, now it is done by scripts/config_hdfs.sh. However, we have to source this script manually before starting onebox. This patch sources the script in ./run.sh automatically, updates config_hdfs.sh to download hadoop package is it's not exist, and removes explicilt calling of scripts/config_hdfs.sh in CI.
- Loading branch information