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 2014/09/19 23:41:33 UTC

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

Sravya Tirukkovalur created SENTRY-453:
------------------------------------------

             Summary: 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.5.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)