You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Francis Liu (JIRA)" <ji...@apache.org> on 2012/07/03 03:42:58 UTC

[jira] [Created] (HIVE-3224) build dependencies download is failing because of sha-1 mismatch

Francis Liu created HIVE-3224:
---------------------------------

             Summary: build dependencies download is failing because of sha-1 mismatch
                 Key: HIVE-3224
                 URL: https://issues.apache.org/jira/browse/HIVE-3224
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.9.1
            Reporter: Francis Liu


Building either trunk or branch-0.9 is failing because of sha-1 dependencies. You'll have to clear your ivy cache (rm ~/.ivy2) to reproduce it. It seems the sha-1 for hadoop-core and hadoop-test don't match.  See below.

[ivy:resolve] .. (0kB)
[ivy:resolve] 
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar: invalid sha1: expected=200f54e0051f3148fae8d8fb66fa3f477e52777f computed=715b8d44fe3d3b692da62d60f0a5e6d8e564e854 (1530ms)
[ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar:  (0ms)
[ivy:resolve] 	==== local: tried
[ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-core/0.20.2/jars/hadoop-core.jar
[ivy:resolve] 	==== apache-snapshot: tried
[ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
[ivy:resolve] 	==== maven2: tried
[ivy:resolve] 	  http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
[ivy:resolve] 	==== datanucleus-repo: tried
[ivy:resolve] 	  http://www.datanucleus.org/downloads/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
[ivy:resolve] 	==== hadoop-source: tried
[ivy:resolve] 	  http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
[ivy:resolve] 	==== hadoop-source2: tried
[ivy:resolve] 	  http://archive.cloudera.com/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
[ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar: invalid sha1: expected=0547f30bb192ac86ec30b024cc1c44f5ca7c5029 computed=de3813424008d1193254742e341df193742404a0 (969ms)
[ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar:  (0ms)
[ivy:resolve] 	==== local: tried
[ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-test/0.20.2/jars/hadoop-test.jar
[ivy:resolve] 	==== apache-snapshot: tried
[ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-test/0.20.2/hadoop-test-0.20.2.jar


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3224) build dependencies download is failing because of sha-1 mismatch

Posted by "Aditya Kishore (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406151#comment-13406151 ] 

Aditya Kishore commented on HIVE-3224:
--------------------------------------

No, the SHA-1 is correct. The problem is that (apparently) the server hosting the jar has turned on gzip encoding but IVY (pre 2.2.0) does not decode it after receiving the content and what you get is a GZIpped version of jar whose sha-1 will of course differ from the original jar.

Funny that a wget on the same URL behaved in the same way (i.e. GZipped jar).
                
> build dependencies download is failing because of sha-1 mismatch
> ----------------------------------------------------------------
>
>                 Key: HIVE-3224
>                 URL: https://issues.apache.org/jira/browse/HIVE-3224
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.1
>            Reporter: Francis Liu
>
> Building either trunk or branch-0.9 is failing because of sha-1 dependencies. You'll have to clear your ivy cache (rm ~/.ivy2) to reproduce it. It seems the sha-1 for hadoop-core and hadoop-test don't match.  See below.
> [ivy:resolve] .. (0kB)
> [ivy:resolve] 
> [ivy:resolve] :: problems summary ::
> [ivy:resolve] :::: WARNINGS
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar: invalid sha1: expected=200f54e0051f3148fae8d8fb66fa3f477e52777f computed=715b8d44fe3d3b692da62d60f0a5e6d8e564e854 (1530ms)
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar:  (0ms)
> [ivy:resolve] 	==== local: tried
> [ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-core/0.20.2/jars/hadoop-core.jar
> [ivy:resolve] 	==== apache-snapshot: tried
> [ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== maven2: tried
> [ivy:resolve] 	  http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== datanucleus-repo: tried
> [ivy:resolve] 	  http://www.datanucleus.org/downloads/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== hadoop-source: tried
> [ivy:resolve] 	  http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== hadoop-source2: tried
> [ivy:resolve] 	  http://archive.cloudera.com/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar: invalid sha1: expected=0547f30bb192ac86ec30b024cc1c44f5ca7c5029 computed=de3813424008d1193254742e341df193742404a0 (969ms)
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar:  (0ms)
> [ivy:resolve] 	==== local: tried
> [ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-test/0.20.2/jars/hadoop-test.jar
> [ivy:resolve] 	==== apache-snapshot: tried
> [ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-test/0.20.2/hadoop-test-0.20.2.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3224) build dependencies download is failing because of sha-1 mismatch

Posted by "Francis Liu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405489#comment-13405489 ] 

Francis Liu commented on HIVE-3224:
-----------------------------------

changing ivy to use 2.2.0 fixes this (tho build runs a lot slower). I remember we had a problem we ivy 2.2.0 and downloading tarballs, though we no longer depend on tgz so things should be ok?
                
> build dependencies download is failing because of sha-1 mismatch
> ----------------------------------------------------------------
>
>                 Key: HIVE-3224
>                 URL: https://issues.apache.org/jira/browse/HIVE-3224
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.1
>            Reporter: Francis Liu
>
> Building either trunk or branch-0.9 is failing because of sha-1 dependencies. You'll have to clear your ivy cache (rm ~/.ivy2) to reproduce it. It seems the sha-1 for hadoop-core and hadoop-test don't match.  See below.
> [ivy:resolve] .. (0kB)
> [ivy:resolve] 
> [ivy:resolve] :: problems summary ::
> [ivy:resolve] :::: WARNINGS
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar: invalid sha1: expected=200f54e0051f3148fae8d8fb66fa3f477e52777f computed=715b8d44fe3d3b692da62d60f0a5e6d8e564e854 (1530ms)
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar:  (0ms)
> [ivy:resolve] 	==== local: tried
> [ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-core/0.20.2/jars/hadoop-core.jar
> [ivy:resolve] 	==== apache-snapshot: tried
> [ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== maven2: tried
> [ivy:resolve] 	  http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== datanucleus-repo: tried
> [ivy:resolve] 	  http://www.datanucleus.org/downloads/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== hadoop-source: tried
> [ivy:resolve] 	  http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== hadoop-source2: tried
> [ivy:resolve] 	  http://archive.cloudera.com/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar: invalid sha1: expected=0547f30bb192ac86ec30b024cc1c44f5ca7c5029 computed=de3813424008d1193254742e341df193742404a0 (969ms)
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar:  (0ms)
> [ivy:resolve] 	==== local: tried
> [ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-test/0.20.2/jars/hadoop-test.jar
> [ivy:resolve] 	==== apache-snapshot: tried
> [ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-test/0.20.2/hadoop-test-0.20.2.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HIVE-3224) build dependencies download is failing because of sha-1 mismatch

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

Francis Liu resolved HIVE-3224.
-------------------------------

    Resolution: Not A Problem

Download is working again, repo must've fixed the issue on their end. Closing this ticket.
                
> build dependencies download is failing because of sha-1 mismatch
> ----------------------------------------------------------------
>
>                 Key: HIVE-3224
>                 URL: https://issues.apache.org/jira/browse/HIVE-3224
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.1
>            Reporter: Francis Liu
>
> Building either trunk or branch-0.9 is failing because of sha-1 dependencies. You'll have to clear your ivy cache (rm ~/.ivy2) to reproduce it. It seems the sha-1 for hadoop-core and hadoop-test don't match.  See below.
> [ivy:resolve] .. (0kB)
> [ivy:resolve] 
> [ivy:resolve] :: problems summary ::
> [ivy:resolve] :::: WARNINGS
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar: invalid sha1: expected=200f54e0051f3148fae8d8fb66fa3f477e52777f computed=715b8d44fe3d3b692da62d60f0a5e6d8e564e854 (1530ms)
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar:  (0ms)
> [ivy:resolve] 	==== local: tried
> [ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-core/0.20.2/jars/hadoop-core.jar
> [ivy:resolve] 	==== apache-snapshot: tried
> [ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== maven2: tried
> [ivy:resolve] 	  http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== datanucleus-repo: tried
> [ivy:resolve] 	  http://www.datanucleus.org/downloads/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== hadoop-source: tried
> [ivy:resolve] 	  http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== hadoop-source2: tried
> [ivy:resolve] 	  http://archive.cloudera.com/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar: invalid sha1: expected=0547f30bb192ac86ec30b024cc1c44f5ca7c5029 computed=de3813424008d1193254742e341df193742404a0 (969ms)
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar:  (0ms)
> [ivy:resolve] 	==== local: tried
> [ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-test/0.20.2/jars/hadoop-test.jar
> [ivy:resolve] 	==== apache-snapshot: tried
> [ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-test/0.20.2/hadoop-test-0.20.2.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3224) build dependencies download is failing because of sha-1 mismatch

Posted by "Zhenxiao Luo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406142#comment-13406142 ] 

Zhenxiao Luo commented on HIVE-3224:
------------------------------------

I got similar thing yesterday afternoon. And it went back to work this morning.

Possibly, there is something wrong with the SHA-1 in the repository?
                
> build dependencies download is failing because of sha-1 mismatch
> ----------------------------------------------------------------
>
>                 Key: HIVE-3224
>                 URL: https://issues.apache.org/jira/browse/HIVE-3224
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.1
>            Reporter: Francis Liu
>
> Building either trunk or branch-0.9 is failing because of sha-1 dependencies. You'll have to clear your ivy cache (rm ~/.ivy2) to reproduce it. It seems the sha-1 for hadoop-core and hadoop-test don't match.  See below.
> [ivy:resolve] .. (0kB)
> [ivy:resolve] 
> [ivy:resolve] :: problems summary ::
> [ivy:resolve] :::: WARNINGS
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar: invalid sha1: expected=200f54e0051f3148fae8d8fb66fa3f477e52777f computed=715b8d44fe3d3b692da62d60f0a5e6d8e564e854 (1530ms)
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar:  (0ms)
> [ivy:resolve] 	==== local: tried
> [ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-core/0.20.2/jars/hadoop-core.jar
> [ivy:resolve] 	==== apache-snapshot: tried
> [ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== maven2: tried
> [ivy:resolve] 	  http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== datanucleus-repo: tried
> [ivy:resolve] 	  http://www.datanucleus.org/downloads/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== hadoop-source: tried
> [ivy:resolve] 	  http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== hadoop-source2: tried
> [ivy:resolve] 	  http://archive.cloudera.com/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar: invalid sha1: expected=0547f30bb192ac86ec30b024cc1c44f5ca7c5029 computed=de3813424008d1193254742e341df193742404a0 (969ms)
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar:  (0ms)
> [ivy:resolve] 	==== local: tried
> [ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-test/0.20.2/jars/hadoop-test.jar
> [ivy:resolve] 	==== apache-snapshot: tried
> [ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-test/0.20.2/hadoop-test-0.20.2.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3224) build dependencies download is failing because of sha-1 mismatch

Posted by "Aditya Kishore (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406139#comment-13406139 ] 

Aditya Kishore commented on HIVE-3224:
--------------------------------------

I hit this too with a different jar. Here is the IVY issue that talks about this problem (in ivy 2.1.0) https://issues.apache.org/jira/browse/IVY-1194
                
> build dependencies download is failing because of sha-1 mismatch
> ----------------------------------------------------------------
>
>                 Key: HIVE-3224
>                 URL: https://issues.apache.org/jira/browse/HIVE-3224
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.1
>            Reporter: Francis Liu
>
> Building either trunk or branch-0.9 is failing because of sha-1 dependencies. You'll have to clear your ivy cache (rm ~/.ivy2) to reproduce it. It seems the sha-1 for hadoop-core and hadoop-test don't match.  See below.
> [ivy:resolve] .. (0kB)
> [ivy:resolve] 
> [ivy:resolve] :: problems summary ::
> [ivy:resolve] :::: WARNINGS
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar: invalid sha1: expected=200f54e0051f3148fae8d8fb66fa3f477e52777f computed=715b8d44fe3d3b692da62d60f0a5e6d8e564e854 (1530ms)
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-core;0.20.2!hadoop-core.jar:  (0ms)
> [ivy:resolve] 	==== local: tried
> [ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-core/0.20.2/jars/hadoop-core.jar
> [ivy:resolve] 	==== apache-snapshot: tried
> [ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== maven2: tried
> [ivy:resolve] 	  http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== datanucleus-repo: tried
> [ivy:resolve] 	  http://www.datanucleus.org/downloads/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== hadoop-source: tried
> [ivy:resolve] 	  http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 	==== hadoop-source2: tried
> [ivy:resolve] 	  http://archive.cloudera.com/hive-deps/hadoop/core/hadoop-core-0.20.2/hadoop-core-0.20.2.jar
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar: invalid sha1: expected=0547f30bb192ac86ec30b024cc1c44f5ca7c5029 computed=de3813424008d1193254742e341df193742404a0 (969ms)
> [ivy:resolve] 		[FAILED     ] org.apache.hadoop#hadoop-test;0.20.2!hadoop-test.jar:  (0ms)
> [ivy:resolve] 	==== local: tried
> [ivy:resolve] 	  /Users/fcliu/.ivy2/local/org.apache.hadoop/hadoop-test/0.20.2/jars/hadoop-test.jar
> [ivy:resolve] 	==== apache-snapshot: tried
> [ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-test/0.20.2/hadoop-test-0.20.2.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira