You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2015/08/18 16:41:46 UTC

[jira] [Created] (HADOOP-12340) test-patch docker mode fails in downloading findbugs with curl

Kengo Seki created HADOOP-12340:
-----------------------------------

             Summary: test-patch docker mode fails in downloading findbugs with curl
                 Key: HADOOP-12340
                 URL: https://issues.apache.org/jira/browse/HADOOP-12340
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: yetus
    Affects Versions: HADOOP-12111
            Reporter: Kengo Seki


HADOOP-12129 replaced wget commands in test-patch with curl. But curl doesn't follow URL redirection by default, so docker mode fails in downloading findbugs for now:

{code}
$ dev-support/test-patch.sh --docker --project=hadoop /tmp/test.patch

(snip)

Step 11 : RUN mkdir -p /opt/findbugs &&     curl https://sourceforge.net/projects/findbugs/files/findbugs/3.0.1/findbugs-noUpdateChecks-3.0.1.tar.gz/download          -o /opt/findbugs.tar.gz &&     tar xzf /opt/findbugs.tar.gz --strip-components 1 -C /opt/findbugs
 ---> Running in 31c71013bb59
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   397  100   397    0     0    168      0  0:00:02  0:00:02 --:--:--   168

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The command '/bin/sh -c mkdir -p /opt/findbugs &&     curl https://sourceforge.net/projects/findbugs/files/findbugs/3.0.1/findbugs-noUpdateChecks-3.0.1.tar.gz/download          -o /opt/findbugs.tar.gz &&     tar xzf /opt/findbugs.tar.gz --strip-components 1 -C /opt/findbugs' returned a non-zero code: 2
{code}

Adding -L option will resolve this.



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