[ 
https://issues.apache.org/jira/browse/HDFS-13942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dinesh Chitlangia updated HDFS-13942:
-------------------------------------
    Attachment: HDFS-13942.001.patch
        Status: Patch Available  (was: In Progress)

[~ajisakaa] Thank you for reporting the issue. I have posted an initial patch 
for jenkins run.

Following two things might cause it to fail:

1. I am not able to see StoragePolicySatisfyWorker in trunk and thus this error 
appears to linger
{code:java}
[ERROR] 
/Users/dchitlangia/hadoop/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/protocol/BlockStorageMovementCommand.java:33:
 error: reference not found
[ERROR] * {@link 
org.apache.hadoop.hdfs.server.datanode.StoragePolicySatisfyWorker}{code}

2. MoreExecutors#newDirectExecutorService() is available in newer versions of 
the Guava Google core libraries and thus depending on the version, the error 
may persist.
{code:java}
[ERROR] 
/Users/dchitlangia/hadoop/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/checker/AbstractFuture.java:1273:
 error: reference not found
[ERROR] * {@link MoreExecutors#newDirectExecutorService()}{code}
Let me know your thoughts/inputs. Thank you!

> [JDK10] Fix javadoc errors in hadoop-hdfs module
> ------------------------------------------------
>
>                 Key: HDFS-13942
>                 URL: https://issues.apache.org/jira/browse/HDFS-13942
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: documentation
>            Reporter: Akira Ajisaka
>            Assignee: Dinesh Chitlangia
>            Priority: Major
>         Attachments: HDFS-13942.001.patch
>
>
> There are 212 errors in hadoop-hdfs module.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to