[
https://issues.apache.org/jira/browse/SENTRY-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301296#comment-15301296
]
Zephyr Guo commented on SENTRY-1297:
------------------------------------
This failure seems to be not related with the patch.
> wget is not a default command on mac
> ------------------------------------
>
> Key: SENTRY-1297
> URL: https://issues.apache.org/jira/browse/SENTRY-1297
> Project: Sentry
> Issue Type: Improvement
> Components: Build
> Affects Versions: 1.8.0
> Reporter: Zephyr Guo
> Priority: Minor
> Fix For: 1.8.0
>
> Attachments: SENTRY-1297-v1.patch, SENTRY-1297-v2.patch
>
>
> {code}
> [INFO] --- maven-antrun-plugin:1.7:run (download-sqoop2) @ sentry-tests-sqoop
> ---
> [INFO] Executing tasks
> main:
> [exec] + /bin/pwd
> [exec]
> /Users/zephyrguo/data/project/sentry/sentry-tests/sentry-tests-sqoop
> [exec] + BASE_DIR=./target
> [exec] + DOWNLOAD_DIR=./thirdparty
> [exec] + mkdir -p ./thirdparty
> [exec] + download
> https://repository.apache.org/content/repositories/snapshots/org/apache/sqoop/sqoop-server/2.0.0-SNAPSHOT/sqoop-server-2.0.0-20150530.005523-4.war
> sqoop.war
> [exec] +
> url=https://repository.apache.org/content/repositories/snapshots/org/apache/sqoop/sqoop-server/2.0.0-SNAPSHOT/sqoop-server-2.0.0-20150530.005523-4.war
> [exec] + packageName=sqoop.war
> [exec] + [[ ! -f ./thirdparty/sqoop.war ]]
> [exec] + wget --no-check-certificate -nv -O ./thirdparty/sqoop.war
> https://repository.apache.org/content/repositories/snapshots/org/apache/sqoop/sqoop-server/2.0.0-SNAPSHOT/sqoop-server-2.0.0-20150530.005523-4.war
> [exec] target/download.sh: line 11: wget: command not found
> {code}
> {{wget}} is not a default command on mac, but {{curl}} is.I use {{curl}} as
> backup command.My purpose is to improve building on mac.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)