You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Sravya Tirukkovalur (JIRA)" <ji...@apache.org> on 2015/08/20 06:08:46 UTC

[jira] [Resolved] (SENTRY-453) Hadoop and hive tars are downloaded even if download-hadoop profile not used.

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

Sravya Tirukkovalur resolved SENTRY-453.
----------------------------------------
    Resolution: Cannot Reproduce

> Hadoop and hive tars are downloaded even if download-hadoop profile not used.
> -----------------------------------------------------------------------------
>
>                 Key: SENTRY-453
>                 URL: https://issues.apache.org/jira/browse/SENTRY-453
>             Project: Sentry
>          Issue Type: Bug
>            Reporter: Sravya Tirukkovalur
>             Fix For: 1.6.0
>
>
> {noformat}
> mvn test -f sentry-tests/sentry-tests-hive/pom.xml  -P cluster-hadoop
> ....
> [INFO] 
> [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-property) @ sentry-tests-hive ---
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.7:run (download-hadoop) @ sentry-tests-hive ---
> [INFO] Executing tasks
> main:
>      [exec] /Users/sravya/git/sentry/sentry-tests/sentry-tests-hive
>      [exec] + /bin/pwd
>      [exec] + BASE_DIR=./target
>      [exec] + DOWNLOAD_DIR=./thirdparty
>      [exec] + mkdir -p ./thirdparty
>      [exec] + download http://nightly.cloudera.com/cdh5/cdh/5/hadoop-latest.tar.gz hadoop.tar.gz hadoop
>      [exec] + url=http://nightly.cloudera.com/cdh5/cdh/5/hadoop-latest.tar.gz
>      [exec] + tarName=hadoop.tar.gz
>      [exec] + finalName=hadoop
>      [exec] + rm -rf ./target/hadoop
>      [exec] + [[ ! -f ./thirdparty/hadoop.tar.gz ]]
>      [exec] + tar -zxf ./thirdparty/hadoop.tar.gz -C ./target
> {noformat}



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