[
https://issues.apache.org/jira/browse/HDFS-13402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16428501#comment-16428501
]
Íñigo Goiri commented on HDFS-13402:
------------------------------------
Thanks [~yiran], in [^HDFS-13402.002.patch] the line is still longer than 80
characters.
Regarding [~ajayydv]'s comment, I agree we could say something like:
{code}
/**
* {@link StateStoreDriver} implementation based on a filesystem. The common
* implementation uses HDFS as a backend. The path can be specified setting
* dfs.federation.router.driver.fs.path=hdfs://host:port/path/to/store.
*/
{code}
> RBF: Fix java doc for StateStoreFileSystemImpl
> -----------------------------------------------
>
> Key: HDFS-13402
> URL: https://issues.apache.org/jira/browse/HDFS-13402
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: hdfs
> Affects Versions: 3.2.0
> Reporter: Yiran Wu
> Assignee: Yiran Wu
> Priority: Minor
> Attachments: HDFS-13402.001.patch, HDFS-13402.002.patch
>
>
> {code:java}
> /**
> *StateStoreDriver}implementation based on a filesystem. The most common uses
> * HDFS as a backend.
> */
> {code}
> to
> {code:java}
> /**
> * {@link StateStoreDriver} implementation based on a filesystem. The most
> common uses
> * HDFS as a backend.
> */
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]