[
https://issues.apache.org/jira/browse/HADOOP-11713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14537606#comment-14537606
]
Rakesh R commented on HADOOP-11713:
-----------------------------------
Attached another patch fixing checkstyle warnings related to my patch. Also,
I've fixed one minor {{whitespace}} and one minor {{checkstyle}} warnings which
are not related to my patch. Since I touched the file I thought of fixing these
considering that the change is very minor and not affecting any functionality.
# whitespace: ChRootedFs.java:381: public void setVerifyChecksum(final boolean
verifyChecksum)
{code}
+ public void setVerifyChecksum(final boolean verifyChecksum)
{code}
# checkstyle: Line is longer than 80 characters (found 81).
{code}
- // Prefix validated at mount time and rest of path validated by mount
target.
+ // Prefix validated at mount time and rest of path validated by mount
+ // target.
{code}
> ViewFileSystem should support snapshot methods.
> -----------------------------------------------
>
> Key: HADOOP-11713
> URL: https://issues.apache.org/jira/browse/HADOOP-11713
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs
> Affects Versions: 2.2.0
> Reporter: Chris Nauroth
> Assignee: Rakesh R
> Attachments: HADOOP-11713-001.patch, HADOOP-11713-002.patch,
> HDFS-5641-001.patch
>
>
> Currently, {{ViewFileSystem}} does not dispatch snapshot methods through the
> mount table. All snapshot methods throw {{UnsupportedOperationException}},
> even though the underlying mount points could be HDFS instances that support
> snapshots. We need to update {{ViewFileSystem}} to implement the snapshot
> methods.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)