Repository: incubator-airflow Updated Branches: refs/heads/v1-8-stable 9831f4102 -> ca97ca752
Re-enable caching for hadoop components (cherry picked from commit fb21bcbcc1ffaaf78fde2e0d9a9b1414c346ec51) Signed-off-by: Bolke de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/ca97ca75 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/ca97ca75 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/ca97ca75 Branch: refs/heads/v1-8-stable Commit: ca97ca752bad4b793c24d574a2f434bb561e84cd Parents: 9831f41 Author: Bolke de Bruin <[email protected]> Authored: Fri Jun 16 08:41:54 2017 -0400 Committer: Bolke de Bruin <[email protected]> Committed: Fri Jun 16 08:43:37 2017 -0400 ---------------------------------------------------------------------- scripts/ci/setup_env.sh | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/ca97ca75/scripts/ci/setup_env.sh ---------------------------------------------------------------------- diff --git a/scripts/ci/setup_env.sh b/scripts/ci/setup_env.sh index 1a6d242..c8db289 100755 --- a/scripts/ci/setup_env.sh +++ b/scripts/ci/setup_env.sh @@ -110,8 +110,6 @@ if $ONLY_DOWNLOAD; then fi echo "Extracting ${HADOOP_HOME}/hadoop.tar.gz into $HADOOP_HOME" -# TODO: remove this below after first successful build -rm -rf ${TRAVIS_CACHE}/${HADOOP_DISTRO}/hadoop.tar.gz tar zxf ${TRAVIS_CACHE}/${HADOOP_DISTRO}/hadoop.tar.gz --strip-components 1 -C $HADOOP_HOME if [ $? != 0 ]; then @@ -128,8 +126,6 @@ fi echo "Downloading and unpacking hive" curl -z ${TRAVIS_CACHE}/hive/hive.tar.gz -o ${TRAVIS_CACHE}/hive/hive.tar.gz -L ${HIVE_URL} -# TODO: remove this below after first successful build -rm -rf ${TRAVIS_CACHE}/hive/hive.tar.gz tar zxf ${TRAVIS_CACHE}/hive/hive.tar.gz --strip-components 1 -C ${HIVE_HOME} if [ $? != 0 ]; then
