[
https://issues.apache.org/jira/browse/HDFS-13877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16634688#comment-16634688
]
Siyao Meng commented on HDFS-13877:
-----------------------------------
Uploaded patch rev 002 addressing comments by [~ljain].
Regarding checkstyle:
1. Fixed Javadoc warning, removed unused import, fixed line length.
2. Ignoring JsonUtilClient "Utility classes should not have a public or default
constructor" warning since the class need to be public for HttpFS to use
methods in it (written previously for WebHDFS) without code refactoring.
3. Ignoring HttpFSServer "Avoid nested blocks" warning because previous code is
written in the same (nested block) style.
> HttpFS: Implement GETSNAPSHOTDIFF
> ---------------------------------
>
> Key: HDFS-13877
> URL: https://issues.apache.org/jira/browse/HDFS-13877
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: httpfs
> Reporter: Siyao Meng
> Assignee: Siyao Meng
> Priority: Major
> Attachments: HDFS-13877.001.patch, HDFS-13877.001.patch,
> HDFS-13877.002.patch
>
>
> Implement GETSNAPSHOTDIFF (from HDFS-13052) in HttpFS.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]