You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2016/06/09 21:27:21 UTC

[jira] [Closed] (AIRFLOW-142) setup_env.sh doesn't download hive tarball if hdp is specified as distro

     [ https://issues.apache.org/jira/browse/AIRFLOW-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Riccomini closed AIRFLOW-142.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: Airflow 1.8

> setup_env.sh doesn't download hive tarball if hdp is specified as distro
> ------------------------------------------------------------------------
>
>                 Key: AIRFLOW-142
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-142
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: tests
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Minor
>             Fix For: Airflow 1.8
>
>
> I tried the following command:
> {code}
> sekikn@ubuntu-trusty:~/incubator-airflow$ env TRAVIS_CACHE=/tmp/cache scripts/ci/setup_env.sh
> {code}
> ... and downloading hive failed as follows:
> {code}
> echo "Downloading and unpacking hive"
> Downloading and unpacking hive
> curl -z ${TRAVIS_CACHE}/hive/hive.tar.gz -o ${TRAVIS_CACHE}/hive/hive.tar.gz -L ${HIVE_URL}
> Warning: Illegal date format for -z, --timecond (and not a file name). 
> Warning: Disabling time condition. See curl_getdate(3) for valid date syntax.
> curl: no URL specified!
> curl: try 'curl --help' or 'curl --manual' for more information
> tar zxf ${TRAVIS_CACHE}/hive/hive.tar.gz --strip-components 1 -C ${HIVE_HOME}
> tar (child): /tmp/cache/hive/hive.tar.gz: Cannot open: No such file or directory
> tar (child): Error is not recoverable: exiting now
> tar: Child returned status 2
> tar: Error is not recoverable: exiting now
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)