You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2011/04/20 17:19:05 UTC

[jira] [Created] (HCATALOG-7) Ivy fetch of CDH Hadoop versions does not work properly

Ivy fetch of CDH Hadoop versions does not work properly
-------------------------------------------------------

                 Key: HCATALOG-7
                 URL: https://issues.apache.org/jira/browse/HCATALOG-7
             Project: HCatalog
          Issue Type: Bug
            Reporter: Alan Gates
            Assignee: Alan Gates


When checking out hcatalog for the first time on a system and doing a load, the build fails with the error:

[ivy:retrieve] downloading http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.3-CDH3-SNAPSHOT/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz ...
[ivy:retrieve]  [SUCCESSFUL ] hadoop#core;0.20.3-CDH3-SNAPSHOT!hadoop.tar.gz(source) (160129ms)
[ivy:retrieve] :: resolution report :: resolve 6848ms :: artifacts dl 220906ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   2   |   1   |   0   |   0   ||   2   |   1   |
        ---------------------------------------------------------------------
[ivy:retrieve] 
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (60771ms)
[ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source):  (0ms)
[ivy:retrieve]  ==== hadoop-source: tried
[ivy:retrieve]    http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
[ivy:retrieve]  ==== apache-snapshot: tried
[ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/hadoop-0.20.1.tar.gz
[ivy:retrieve]  ==== maven2: tried
[ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
[ivy:retrieve]  ==== datanucleus-repo: tried
[ivy:retrieve]    http://www.datanucleus.org/downloads/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          ::              FAILED DOWNLOADS            ::
[ivy:retrieve]          :: ^ see resolution messages for details  ^ ::
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          :: hadoop#core;0.20.1!hadoop.tar.gz(source)
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

The download appears to be fetching the wrong file or corrupting the file in download.  Once the proper version of the file is fetched and put in the ivy cache all works just fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HCATALOG-7) Ivy fetch of CDH Hadoop versions does not work properly

Posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HCATALOG-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022346#comment-13022346 ] 

Ashutosh Chauhan commented on HCATALOG-7:
-----------------------------------------

+1 After applying the patch, problem went away.


> Ivy fetch of CDH Hadoop versions does not work properly
> -------------------------------------------------------
>
>                 Key: HCATALOG-7
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-7
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-7.patch
>
>
> When checking out hcatalog for the first time on a system and doing a load, the build fails with the error:
> [ivy:retrieve] downloading http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.3-CDH3-SNAPSHOT/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz ...
> [ivy:retrieve]  [SUCCESSFUL ] hadoop#core;0.20.3-CDH3-SNAPSHOT!hadoop.tar.gz(source) (160129ms)
> [ivy:retrieve] :: resolution report :: resolve 6848ms :: artifacts dl 220906ms
>         ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts   |
>         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
>         ---------------------------------------------------------------------
>         |      default     |   2   |   1   |   0   |   0   ||   2   |   1   |
>         ---------------------------------------------------------------------
> [ivy:retrieve] 
> [ivy:retrieve] :: problems summary ::
> [ivy:retrieve] :::: WARNINGS
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (60771ms)
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source):  (0ms)
> [ivy:retrieve]  ==== hadoop-source: tried
> [ivy:retrieve]    http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== apache-snapshot: tried
> [ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== maven2: tried
> [ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]  ==== datanucleus-repo: tried
> [ivy:retrieve]    http://www.datanucleus.org/downloads/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          ::              FAILED DOWNLOADS            ::
> [ivy:retrieve]          :: ^ see resolution messages for details  ^ ::
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          :: hadoop#core;0.20.1!hadoop.tar.gz(source)
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve] 
> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
> The download appears to be fetching the wrong file or corrupting the file in download.  Once the proper version of the file is fetched and put in the ivy cache all works just fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HCATALOG-7) Ivy fetch of CDH Hadoop versions does not work properly

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HCATALOG-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022274#comment-13022274 ] 

Alan Gates commented on HCATALOG-7:
-----------------------------------

Hmm, there doesn't seem to be a "submit patch" option in our workflow.  But this patch is ready for review.  Jakob and Ashutosh, could you check if this resolves the issues for your systems?  If you already have the corrupted file in your ant cache you'll have to clean it (~/.ant/cache).

> Ivy fetch of CDH Hadoop versions does not work properly
> -------------------------------------------------------
>
>                 Key: HCATALOG-7
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-7
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-7.patch
>
>
> When checking out hcatalog for the first time on a system and doing a load, the build fails with the error:
> [ivy:retrieve] downloading http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.3-CDH3-SNAPSHOT/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz ...
> [ivy:retrieve]  [SUCCESSFUL ] hadoop#core;0.20.3-CDH3-SNAPSHOT!hadoop.tar.gz(source) (160129ms)
> [ivy:retrieve] :: resolution report :: resolve 6848ms :: artifacts dl 220906ms
>         ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts   |
>         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
>         ---------------------------------------------------------------------
>         |      default     |   2   |   1   |   0   |   0   ||   2   |   1   |
>         ---------------------------------------------------------------------
> [ivy:retrieve] 
> [ivy:retrieve] :: problems summary ::
> [ivy:retrieve] :::: WARNINGS
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (60771ms)
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source):  (0ms)
> [ivy:retrieve]  ==== hadoop-source: tried
> [ivy:retrieve]    http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== apache-snapshot: tried
> [ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== maven2: tried
> [ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]  ==== datanucleus-repo: tried
> [ivy:retrieve]    http://www.datanucleus.org/downloads/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          ::              FAILED DOWNLOADS            ::
> [ivy:retrieve]          :: ^ see resolution messages for details  ^ ::
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          :: hadoop#core;0.20.1!hadoop.tar.gz(source)
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve] 
> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
> The download appears to be fetching the wrong file or corrupting the file in download.  Once the proper version of the file is fetched and put in the ivy cache all works just fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HCATALOG-7) Ivy fetch of CDH Hadoop versions does not work properly

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HCATALOG-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Gates updated HCATALOG-7:
------------------------------

    Fix Version/s: 0.1

> Ivy fetch of CDH Hadoop versions does not work properly
> -------------------------------------------------------
>
>                 Key: HCATALOG-7
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-7
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>             Fix For: 0.1
>
>         Attachments: HCAT-7.patch
>
>
> When checking out hcatalog for the first time on a system and doing a load, the build fails with the error:
> [ivy:retrieve] downloading http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.3-CDH3-SNAPSHOT/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz ...
> [ivy:retrieve]  [SUCCESSFUL ] hadoop#core;0.20.3-CDH3-SNAPSHOT!hadoop.tar.gz(source) (160129ms)
> [ivy:retrieve] :: resolution report :: resolve 6848ms :: artifacts dl 220906ms
>         ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts   |
>         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
>         ---------------------------------------------------------------------
>         |      default     |   2   |   1   |   0   |   0   ||   2   |   1   |
>         ---------------------------------------------------------------------
> [ivy:retrieve] 
> [ivy:retrieve] :: problems summary ::
> [ivy:retrieve] :::: WARNINGS
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (60771ms)
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source):  (0ms)
> [ivy:retrieve]  ==== hadoop-source: tried
> [ivy:retrieve]    http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== apache-snapshot: tried
> [ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== maven2: tried
> [ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]  ==== datanucleus-repo: tried
> [ivy:retrieve]    http://www.datanucleus.org/downloads/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          ::              FAILED DOWNLOADS            ::
> [ivy:retrieve]          :: ^ see resolution messages for details  ^ ::
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          :: hadoop#core;0.20.1!hadoop.tar.gz(source)
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve] 
> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
> The download appears to be fetching the wrong file or corrupting the file in download.  Once the proper version of the file is fetched and put in the ivy cache all works just fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (HCATALOG-7) Ivy fetch of CDH Hadoop versions does not work properly

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HCATALOG-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Gates resolved HCATALOG-7.
-------------------------------

    Resolution: Fixed

Patch checked in.  Thanks Jakob for a taking a look.

> Ivy fetch of CDH Hadoop versions does not work properly
> -------------------------------------------------------
>
>                 Key: HCATALOG-7
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-7
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-7.patch
>
>
> When checking out hcatalog for the first time on a system and doing a load, the build fails with the error:
> [ivy:retrieve] downloading http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.3-CDH3-SNAPSHOT/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz ...
> [ivy:retrieve]  [SUCCESSFUL ] hadoop#core;0.20.3-CDH3-SNAPSHOT!hadoop.tar.gz(source) (160129ms)
> [ivy:retrieve] :: resolution report :: resolve 6848ms :: artifacts dl 220906ms
>         ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts   |
>         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
>         ---------------------------------------------------------------------
>         |      default     |   2   |   1   |   0   |   0   ||   2   |   1   |
>         ---------------------------------------------------------------------
> [ivy:retrieve] 
> [ivy:retrieve] :: problems summary ::
> [ivy:retrieve] :::: WARNINGS
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (60771ms)
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source):  (0ms)
> [ivy:retrieve]  ==== hadoop-source: tried
> [ivy:retrieve]    http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== apache-snapshot: tried
> [ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== maven2: tried
> [ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]  ==== datanucleus-repo: tried
> [ivy:retrieve]    http://www.datanucleus.org/downloads/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          ::              FAILED DOWNLOADS            ::
> [ivy:retrieve]          :: ^ see resolution messages for details  ^ ::
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          :: hadoop#core;0.20.1!hadoop.tar.gz(source)
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve] 
> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
> The download appears to be fetching the wrong file or corrupting the file in download.  Once the proper version of the file is fetched and put in the ivy cache all works just fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HCATALOG-7) Ivy fetch of CDH Hadoop versions does not work properly

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HCATALOG-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022291#comment-13022291 ] 

Jakob Homan commented on HCATALOG-7:
------------------------------------

I should mention this is on OSX 10.6 with ant 1.8.

> Ivy fetch of CDH Hadoop versions does not work properly
> -------------------------------------------------------
>
>                 Key: HCATALOG-7
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-7
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-7.patch
>
>
> When checking out hcatalog for the first time on a system and doing a load, the build fails with the error:
> [ivy:retrieve] downloading http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.3-CDH3-SNAPSHOT/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz ...
> [ivy:retrieve]  [SUCCESSFUL ] hadoop#core;0.20.3-CDH3-SNAPSHOT!hadoop.tar.gz(source) (160129ms)
> [ivy:retrieve] :: resolution report :: resolve 6848ms :: artifacts dl 220906ms
>         ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts   |
>         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
>         ---------------------------------------------------------------------
>         |      default     |   2   |   1   |   0   |   0   ||   2   |   1   |
>         ---------------------------------------------------------------------
> [ivy:retrieve] 
> [ivy:retrieve] :: problems summary ::
> [ivy:retrieve] :::: WARNINGS
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (60771ms)
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source):  (0ms)
> [ivy:retrieve]  ==== hadoop-source: tried
> [ivy:retrieve]    http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== apache-snapshot: tried
> [ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== maven2: tried
> [ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]  ==== datanucleus-repo: tried
> [ivy:retrieve]    http://www.datanucleus.org/downloads/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          ::              FAILED DOWNLOADS            ::
> [ivy:retrieve]          :: ^ see resolution messages for details  ^ ::
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          :: hadoop#core;0.20.1!hadoop.tar.gz(source)
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve] 
> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
> The download appears to be fetching the wrong file or corrupting the file in download.  Once the proper version of the file is fetched and put in the ivy cache all works just fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (HCATALOG-7) Ivy fetch of CDH Hadoop versions does not work properly

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HCATALOG-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022289#comment-13022289 ] 

Jakob Homan edited comment on HCATALOG-7 at 4/20/11 6:51 PM:
-------------------------------------------------------------

I tried running ant without the patch and this time had problems with:

[FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (13800ms)

After applying the patch, I was able to build, clean, build docs, delete ivy cache, repeat above, etc. all without problems.  +1.  Also, props on adding the svn external.

      was (Author: jghoman):
    I tried running ant without the patch and this time had problems with:
{noformat}
[FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (13800ms)
{noformat}
After applying the patch, I was able to build, clean, build docs, delete ivy cache, repeat above, etc. all without problems.  +1.  Also, props on adding the svn external.
  
> Ivy fetch of CDH Hadoop versions does not work properly
> -------------------------------------------------------
>
>                 Key: HCATALOG-7
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-7
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-7.patch
>
>
> When checking out hcatalog for the first time on a system and doing a load, the build fails with the error:
> [ivy:retrieve] downloading http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.3-CDH3-SNAPSHOT/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz ...
> [ivy:retrieve]  [SUCCESSFUL ] hadoop#core;0.20.3-CDH3-SNAPSHOT!hadoop.tar.gz(source) (160129ms)
> [ivy:retrieve] :: resolution report :: resolve 6848ms :: artifacts dl 220906ms
>         ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts   |
>         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
>         ---------------------------------------------------------------------
>         |      default     |   2   |   1   |   0   |   0   ||   2   |   1   |
>         ---------------------------------------------------------------------
> [ivy:retrieve] 
> [ivy:retrieve] :: problems summary ::
> [ivy:retrieve] :::: WARNINGS
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (60771ms)
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source):  (0ms)
> [ivy:retrieve]  ==== hadoop-source: tried
> [ivy:retrieve]    http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== apache-snapshot: tried
> [ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== maven2: tried
> [ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]  ==== datanucleus-repo: tried
> [ivy:retrieve]    http://www.datanucleus.org/downloads/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          ::              FAILED DOWNLOADS            ::
> [ivy:retrieve]          :: ^ see resolution messages for details  ^ ::
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          :: hadoop#core;0.20.1!hadoop.tar.gz(source)
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve] 
> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
> The download appears to be fetching the wrong file or corrupting the file in download.  Once the proper version of the file is fetched and put in the ivy cache all works just fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HCATALOG-7) Ivy fetch of CDH Hadoop versions does not work properly

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HCATALOG-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Gates updated HCATALOG-7:
------------------------------

    Attachment: HCAT-7.patch

> Ivy fetch of CDH Hadoop versions does not work properly
> -------------------------------------------------------
>
>                 Key: HCATALOG-7
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-7
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-7.patch
>
>
> When checking out hcatalog for the first time on a system and doing a load, the build fails with the error:
> [ivy:retrieve] downloading http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.3-CDH3-SNAPSHOT/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz ...
> [ivy:retrieve]  [SUCCESSFUL ] hadoop#core;0.20.3-CDH3-SNAPSHOT!hadoop.tar.gz(source) (160129ms)
> [ivy:retrieve] :: resolution report :: resolve 6848ms :: artifacts dl 220906ms
>         ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts   |
>         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
>         ---------------------------------------------------------------------
>         |      default     |   2   |   1   |   0   |   0   ||   2   |   1   |
>         ---------------------------------------------------------------------
> [ivy:retrieve] 
> [ivy:retrieve] :: problems summary ::
> [ivy:retrieve] :::: WARNINGS
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (60771ms)
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source):  (0ms)
> [ivy:retrieve]  ==== hadoop-source: tried
> [ivy:retrieve]    http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== apache-snapshot: tried
> [ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== maven2: tried
> [ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]  ==== datanucleus-repo: tried
> [ivy:retrieve]    http://www.datanucleus.org/downloads/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          ::              FAILED DOWNLOADS            ::
> [ivy:retrieve]          :: ^ see resolution messages for details  ^ ::
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          :: hadoop#core;0.20.1!hadoop.tar.gz(source)
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve] 
> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
> The download appears to be fetching the wrong file or corrupting the file in download.  Once the proper version of the file is fetched and put in the ivy cache all works just fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HCATALOG-7) Ivy fetch of CDH Hadoop versions does not work properly

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HCATALOG-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022289#comment-13022289 ] 

Jakob Homan commented on HCATALOG-7:
------------------------------------

I tried running ant without the patch and this time had problems with:
{noformat}
[FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (13800ms)
{noformat}
After applying the patch, I was able to build, clean, build docs, delete ivy cache, repeat above, etc. all without problems.  +1.  Also, props on adding the svn external.

> Ivy fetch of CDH Hadoop versions does not work properly
> -------------------------------------------------------
>
>                 Key: HCATALOG-7
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-7
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-7.patch
>
>
> When checking out hcatalog for the first time on a system and doing a load, the build fails with the error:
> [ivy:retrieve] downloading http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.3-CDH3-SNAPSHOT/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz ...
> [ivy:retrieve]  [SUCCESSFUL ] hadoop#core;0.20.3-CDH3-SNAPSHOT!hadoop.tar.gz(source) (160129ms)
> [ivy:retrieve] :: resolution report :: resolve 6848ms :: artifacts dl 220906ms
>         ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts   |
>         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
>         ---------------------------------------------------------------------
>         |      default     |   2   |   1   |   0   |   0   ||   2   |   1   |
>         ---------------------------------------------------------------------
> [ivy:retrieve] 
> [ivy:retrieve] :: problems summary ::
> [ivy:retrieve] :::: WARNINGS
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source): Not in GZIP format (60771ms)
> [ivy:retrieve]          [FAILED     ] hadoop#core;0.20.1!hadoop.tar.gz(source):  (0ms)
> [ivy:retrieve]  ==== hadoop-source: tried
> [ivy:retrieve]    http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== apache-snapshot: tried
> [ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/hadoop-0.20.1.tar.gz
> [ivy:retrieve]  ==== maven2: tried
> [ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]  ==== datanucleus-repo: tried
> [ivy:retrieve]    http://www.datanucleus.org/downloads/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          ::              FAILED DOWNLOADS            ::
> [ivy:retrieve]          :: ^ see resolution messages for details  ^ ::
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          :: hadoop#core;0.20.1!hadoop.tar.gz(source)
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve] 
> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
> The download appears to be fetching the wrong file or corrupting the file in download.  Once the proper version of the file is fetched and put in the ivy cache all works just fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira