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

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

                Author: ASF GitHub Bot
            Created on: 19/Nov/21 13:41
            Start Date: 19/Nov/21 13:41
    Worklog Time Spent: 10m 
      Work Description: sodonnel commented on pull request #3645:
URL: https://github.com/apache/hadoop/pull/3645#issuecomment-974082796


   There are 3 errors coming up in the Java Docs build job related to the 
changes here:
   
   ```
   [ERROR] 
/home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-3645/ubuntu-focal/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/CopyCommandWithMultiThread.java:42:
 error: malformed HTML
   [ERROR]    * set thread count by option value, if the value <= 1, use 1 
instead.
   [ERROR]                                                     ^
   [ERROR] 
/home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-3645/ubuntu-focal/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/CopyCommandWithMultiThread.java:53:
 error: malformed HTML
   [ERROR]    * set thread pool queue size by option value, if the value < 1,
   [ERROR]                                                               ^
   [ERROR] 
/home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-3645/ubuntu-focal/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/CommandWithDestination.java:400:
 error: unknown tag: target
   [ERROR]    * file "<target>._COPYING_". If the copy is
   ```
   
   I guess it does not like the `<` symbol or the `<target>` as it thinks it 
should be valid HTML.
   
   Could you try to fix those by changing the Java Doc comments and then I 
think this change is good to commit.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 683938)
    Time Spent: 3h 20m  (was: 3h 10m)

> Enable get command run with multi-thread
> ----------------------------------------
>
>                 Key: HADOOP-17998
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17998
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>    Affects Versions: 3.3.1
>            Reporter: Chengwei Wang
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HADOOP-17998.001.patch, HADOOP-17998.002.patch
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> CopyFromLocal/Put is enabled to run with multi-thread with HDFS-11786 and 
> HADOOP-14698, and make put dirs or multiple files faster.
> So, It's necessary to enable get and copyToLocal command run with 
> multi-thread.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to