[jira] [Updated] (HDFS-8643) Add snapshot names list to SnapshottableDirectoryStatus

2017-01-06 Thread Junping Du (JIRA)

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

Junping Du updated HDFS-8643:
-
Target Version/s:   (was: 2.8.0)

> Add snapshot names list to SnapshottableDirectoryStatus
> ---
>
> Key: HDFS-8643
> URL: https://issues.apache.org/jira/browse/HDFS-8643
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Rakesh R
>Assignee: Rakesh R
> Attachments: HDFS-8643-00.patch, HDFS-8643-01.patch
>
>
> The idea of this jira to enhance {{SnapshottableDirectoryStatus}} by adding 
> {{snapshotNames}} attribute into it, presently it has the {{snapshotNumber}}. 
> IMHO this would help the users to get the list of snapshot names created. 
> Also, the snapshot names can be used while renaming or deleting the snapshots.
> {code}
> org.apache.hadoop.hdfs.protocol.SnapshottableDirectoryStatus.java
>   /**
>* @return Snapshot names for the directory.
>*/
>   public List  getSnapshotNames() {
> return snapshotNames;
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-8643) Add snapshot names list to SnapshottableDirectoryStatus

2015-08-05 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8643:
---
Attachment: HDFS-8643-01.patch

 Add snapshot names list to SnapshottableDirectoryStatus
 ---

 Key: HDFS-8643
 URL: https://issues.apache.org/jira/browse/HDFS-8643
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Rakesh R
Assignee: Rakesh R
 Attachments: HDFS-8643-00.patch, HDFS-8643-01.patch


 The idea of this jira to enhance {{SnapshottableDirectoryStatus}} by adding 
 {{snapshotNames}} attribute into it, presently it has the {{snapshotNumber}}. 
 IMHO this would help the users to get the list of snapshot names created. 
 Also, the snapshot names can be used while renaming or deleting the snapshots.
 {code}
 org.apache.hadoop.hdfs.protocol.SnapshottableDirectoryStatus.java
   /**
* @return Snapshot names for the directory.
*/
   public List String getSnapshotNames() {
 return snapshotNames;
   }
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8643) Add snapshot names list to SnapshottableDirectoryStatus

2015-08-04 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8643:
---
Target Version/s: 2.8.0

 Add snapshot names list to SnapshottableDirectoryStatus
 ---

 Key: HDFS-8643
 URL: https://issues.apache.org/jira/browse/HDFS-8643
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Rakesh R
Assignee: Rakesh R
 Attachments: HDFS-8643-00.patch


 The idea of this jira to enhance {{SnapshottableDirectoryStatus}} by adding 
 {{snapshotNames}} attribute into it, presently it has the {{snapshotNumber}}. 
 IMHO this would help the users to get the list of snapshot names created. 
 Also, the snapshot names can be used while renaming or deleting the snapshots.
 {code}
 org.apache.hadoop.hdfs.protocol.SnapshottableDirectoryStatus.java
   /**
* @return Snapshot names for the directory.
*/
   public List String getSnapshotNames() {
 return snapshotNames;
   }
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8643) Add snapshot names list to SnapshottableDirectoryStatus

2015-06-22 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8643:
---
Attachment: HDFS-8643-00.patch

 Add snapshot names list to SnapshottableDirectoryStatus
 ---

 Key: HDFS-8643
 URL: https://issues.apache.org/jira/browse/HDFS-8643
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Rakesh R
Assignee: Rakesh R
 Attachments: HDFS-8643-00.patch


 The idea of this jira to enhance {{SnapshottableDirectoryStatus}} by adding 
 {{snapshotNames}} attribute into it, presently it has the {{snapshotNumber}}. 
 IMHO this would help the users to get the list of snapshot names created. 
 Also, the snapshot names can be used while renaming or deleting the snapshots.
 {code}
 org.apache.hadoop.hdfs.protocol.SnapshottableDirectoryStatus.java
   /**
* @return Snapshot names for the directory.
*/
   public List String getSnapshotNames() {
 return snapshotNames;
   }
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8643) Add snapshot names list to SnapshottableDirectoryStatus

2015-06-22 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8643:
---
Attachment: HDFS-8643-00.patch

 Add snapshot names list to SnapshottableDirectoryStatus
 ---

 Key: HDFS-8643
 URL: https://issues.apache.org/jira/browse/HDFS-8643
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Rakesh R
Assignee: Rakesh R
 Attachments: HDFS-8643-00.patch


 The idea of this jira to enhance {{SnapshottableDirectoryStatus}} by adding 
 {{snapshotNames}} attribute into it, presently it has the {{snapshotNumber}}. 
 IMHO this would help the users to get the list of snapshot names created. 
 Also, the snapshot names can be used while renaming or deleting the snapshots.
 {code}
 org.apache.hadoop.hdfs.protocol.SnapshottableDirectoryStatus.java
   /**
* @return Snapshot names for the directory.
*/
   public List String getSnapshotNames() {
 return snapshotNames;
   }
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8643) Add snapshot names list to SnapshottableDirectoryStatus

2015-06-22 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8643:
---
Attachment: (was: HDFS-8643-00.patch)

 Add snapshot names list to SnapshottableDirectoryStatus
 ---

 Key: HDFS-8643
 URL: https://issues.apache.org/jira/browse/HDFS-8643
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Rakesh R
Assignee: Rakesh R

 The idea of this jira to enhance {{SnapshottableDirectoryStatus}} by adding 
 {{snapshotNames}} attribute into it, presently it has the {{snapshotNumber}}. 
 IMHO this would help the users to get the list of snapshot names created. 
 Also, the snapshot names can be used while renaming or deleting the snapshots.
 {code}
 org.apache.hadoop.hdfs.protocol.SnapshottableDirectoryStatus.java
   /**
* @return Snapshot names for the directory.
*/
   public List String getSnapshotNames() {
 return snapshotNames;
   }
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8643) Add snapshot names list to SnapshottableDirectoryStatus

2015-06-22 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8643:
---
Status: Patch Available  (was: Open)

 Add snapshot names list to SnapshottableDirectoryStatus
 ---

 Key: HDFS-8643
 URL: https://issues.apache.org/jira/browse/HDFS-8643
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Rakesh R
Assignee: Rakesh R
 Attachments: HDFS-8643-00.patch


 The idea of this jira to enhance {{SnapshottableDirectoryStatus}} by adding 
 {{snapshotNames}} attribute into it, presently it has the {{snapshotNumber}}. 
 IMHO this would help the users to get the list of snapshot names created. 
 Also, the snapshot names can be used while renaming or deleting the snapshots.
 {code}
 org.apache.hadoop.hdfs.protocol.SnapshottableDirectoryStatus.java
   /**
* @return Snapshot names for the directory.
*/
   public List String getSnapshotNames() {
 return snapshotNames;
   }
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)