[ 
https://issues.apache.org/jira/browse/HADOOP-17464?focusedWorklogId=535728&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-535728
 ]

ASF GitHub Bot logged work on HADOOP-17464:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Jan/21 21:40
            Start Date: 13/Jan/21 21:40
    Worklog Time Spent: 10m 
      Work Description: viirya edited a comment on pull request #2611:
URL: https://github.com/apache/hadoop/pull/2611#issuecomment-759756129


   About the latest test failure, I cannot reproduce them locally:
   
   ```
   hadoop.streaming.TestStreamingBadRecords
   hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
   hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks
   ```
   
   Latest commit should fix these tests:
   ```
   hadoop.io.compress.zstd.TestZStandardCompressorDecompressor
   hadoop.io.compress.lz4.TestLz4CompressorDecompressor
   ```
   
   I can reproduce this one, but looks unrelated to the change:
   ```
   [INFO] Running org.apache.hadoop.tools.dynamometer.TestDynoInfraUtils
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 
s - in org.apache.hadoop.tools.dynamometer.TestDynoInfraUtils
   [INFO] Running org.apache.hadoop.tools.dynamometer.TestDynamometerInfra
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.448 s <<< FAILURE! - in 
org.apache.hadoop.tools.dynamometer.TestDynamometerInfra
   [ERROR] org.apache.hadoop.tools.dynamometer.TestDynamometerInfra  Time 
elapsed: 0.448 s  <<< ERROR!
   java.io.FileNotFoundException: 
http://mirrors.ocf.berkeley.edu/apache/hadoop/common/hadoop-3.1.3/hadoop-3.1.3.tar.gz
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896)
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
        at org.apache.commons.io.FileUtils.copyURLToFile(FileUtils.java:1506)
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 535728)
    Time Spent: 2h 40m  (was: 2.5h)

> Create hadoop-compression module
> --------------------------------
>
>                 Key: HADOOP-17464
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17464
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: L. C. Hsieh
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> We added lz4-java, snappy-java dependencies to replace native libs. As per 
> the suggestion from the review comments, we better add a hadoop module to 
> have these extra dependencies, to avoid messing up the dependencies of user 
> application.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to