Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 33a9dcbb6 -> 93825d507
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/93825d50 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/93825d50 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/93825d50 Branch: refs/heads/v1-8-test Commit: 93825d50797fb3f04ba730c4d0868132d0bec8df Parents: 33a9dcb 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:42:53 2017 -0400 ---------------------------------------------------------------------- scripts/ci/setup_env.sh | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/93825d50/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
