[jira] [Comment Edited] (HDFS-12478) [PROVIDED Phase 2] Command line tools for managing Provided Storage Backup mounts

2018-11-13 Thread Ewan Higgs (JIRA)


[ 
https://issues.apache.org/jira/browse/HDFS-12478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16685025#comment-16685025
 ] 

Ewan Higgs edited comment on HDFS-12478 at 11/13/18 10:52 AM:
--

006
- Factored out INodeType work.
- This patch now depends on HDFS-13118.004.patch so don't expect Jenkins to be 
able to apply it. 

[~virajith], please take a look at your earliest convenience.


was (Author: ehiggs):
006
- Factored out INodeType work.

[~virajith], please take a look at your earliest convenience.

> [PROVIDED Phase 2] Command line tools for managing Provided Storage Backup 
> mounts
> -
>
> Key: HDFS-12478
> URL: https://issues.apache.org/jira/browse/HDFS-12478
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Ewan Higgs
>Assignee: Ewan Higgs
>Priority: Minor
> Attachments: HDFS-12478-HDFS-12090.004.patch, 
> HDFS-12478-HDFS-12090.005.patch, HDFS-12478-HDFS-12090.006.patch, 
> HDFS-12478-HDFS-9806.001.patch, HDFS-12478-HDFS-9806.002.patch, 
> HDFS-12478-HDFS-9806.003.patch
>
>
> This is a task for implementing the command line interface for attaching a 
> PROVIDED storage backup system (see HDFS-9806, HDFS-12090).
> # The administrator should be able to mount a PROVIDED storage volume from 
> the command line. 
> {code}hdfs attach -create [-name ]   path (external)>{code}
> # Whitelist of users who are able to manage mounts (create, attach, detach).
> # Be able to interrogate the status of the attached storage (last time a 
> snapshot was taken, files being backed up).
> # The administrator should be able to remove an attached PROVIDED storage 
> volume from the command line. This simply means that the synchronization 
> process no longer runs. If the administrator has configured their setup to no 
> longer have local copies of the data, the blocks in the subtree are simply no 
> longer accessible as the external file store system is currently inaccessible.
> {code}hdfs attach -remove  [-force | -flush]{code}



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

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



[jira] [Comment Edited] (HDFS-12478) [PROVIDED Phase 2] Command line tools for managing Provided Storage Backup mounts

2018-10-30 Thread Ewan Higgs (JIRA)


[ 
https://issues.apache.org/jira/browse/HDFS-12478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16669154#comment-16669154
 ] 

Ewan Higgs edited comment on HDFS-12478 at 10/30/18 6:24 PM:
-

005
- minor fixes while walking [~virajith] through the code over the phone.

Comment from [~virajith]: move SnapshotDiff.INodeType changes out of this patch 
and into another changeset.
Also: add test or command line in TestDFSAdmin tht calls DFSAdmin to run the 
commands (catching Unsupported exceptions right now)


was (Author: ehiggs):
005
- minor fixes while walking [~virajith] through the code over the phone.

Comment from [~virajith]: move SnapshotDiff.INodeType changes out of this patch 
and into another changeset.

> [PROVIDED Phase 2] Command line tools for managing Provided Storage Backup 
> mounts
> -
>
> Key: HDFS-12478
> URL: https://issues.apache.org/jira/browse/HDFS-12478
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Ewan Higgs
>Assignee: Ewan Higgs
>Priority: Minor
> Attachments: HDFS-12478-HDFS-12090.004.patch, 
> HDFS-12478-HDFS-12090.005.patch, HDFS-12478-HDFS-9806.001.patch, 
> HDFS-12478-HDFS-9806.002.patch, HDFS-12478-HDFS-9806.003.patch
>
>
> This is a task for implementing the command line interface for attaching a 
> PROVIDED storage backup system (see HDFS-9806, HDFS-12090).
> # The administrator should be able to mount a PROVIDED storage volume from 
> the command line. 
> {code}hdfs attach -create [-name ]   path (external)>{code}
> # Whitelist of users who are able to manage mounts (create, attach, detach).
> # Be able to interrogate the status of the attached storage (last time a 
> snapshot was taken, files being backed up).
> # The administrator should be able to remove an attached PROVIDED storage 
> volume from the command line. This simply means that the synchronization 
> process no longer runs. If the administrator has configured their setup to no 
> longer have local copies of the data, the blocks in the subtree are simply no 
> longer accessible as the external file store system is currently inaccessible.
> {code}hdfs attach -remove  [-force | -flush]{code}



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

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



[jira] [Comment Edited] (HDFS-12478) [PROVIDED Phase 2] Command line tools for managing Provided Storage Backup mounts

2018-09-10 Thread Ewan Higgs (JIRA)


[ 
https://issues.apache.org/jira/browse/HDFS-12478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609373#comment-16609373
 ] 

Ewan Higgs edited comment on HDFS-12478 at 9/10/18 3:17 PM:


004
* Rebase onto HDFS-12090 branch.
* Add protocol code or also adding INodeType to SnapshotDiffReport as it's part 
of the protocol here. This resulted in a lot of code changes as I plumbed the 
new argument through the system.
* Having the code here will allow the patch in HDFS-13777 to lose some girth.


was (Author: ehiggs):
004
* Rebase onto HDFS-12090 branch.
* Add protocol code or also adding INodeType to SnapshotDiffReport as it's part 
of the protocol here. This resulted in a lot of code changes as I plumbed the 
new argument through the system.

> [PROVIDED Phase 2] Command line tools for managing Provided Storage Backup 
> mounts
> -
>
> Key: HDFS-12478
> URL: https://issues.apache.org/jira/browse/HDFS-12478
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Ewan Higgs
>Assignee: Ewan Higgs
>Priority: Minor
> Attachments: HDFS-12478-HDFS-12090.004.patch, 
> HDFS-12478-HDFS-9806.001.patch, HDFS-12478-HDFS-9806.002.patch, 
> HDFS-12478-HDFS-9806.003.patch
>
>
> This is a task for implementing the command line interface for attaching a 
> PROVIDED storage backup system (see HDFS-9806, HDFS-12090).
> # The administrator should be able to mount a PROVIDED storage volume from 
> the command line. 
> {code}hdfs attach -create [-name ]   path (external)>{code}
> # Whitelist of users who are able to manage mounts (create, attach, detach).
> # Be able to interrogate the status of the attached storage (last time a 
> snapshot was taken, files being backed up).
> # The administrator should be able to remove an attached PROVIDED storage 
> volume from the command line. This simply means that the synchronization 
> process no longer runs. If the administrator has configured their setup to no 
> longer have local copies of the data, the blocks in the subtree are simply no 
> longer accessible as the external file store system is currently inaccessible.
> {code}hdfs attach -remove  [-force | -flush]{code}



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

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



[jira] [Comment Edited] (HDFS-12478) [PROVIDED Phase 2] Command line tools for managing Provided Storage Backup mounts

2018-09-10 Thread Ewan Higgs (JIRA)


[ 
https://issues.apache.org/jira/browse/HDFS-12478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609373#comment-16609373
 ] 

Ewan Higgs edited comment on HDFS-12478 at 9/10/18 3:15 PM:


004
* Rebase onto HDFS-12090 branch.
* Add protocol code or also adding INodeType to SnapshotDiffReport as it's part 
of the protocol here. This resulted in a lot of code changes as I plumbed the 
new argument through the system.


was (Author: ehiggs):
004
* Rebase onto HDFS-12090 branch.
* Add protocol code or also adding INodeType to SnapshotDiffReport as it's part 
of the protocol here.

> [PROVIDED Phase 2] Command line tools for managing Provided Storage Backup 
> mounts
> -
>
> Key: HDFS-12478
> URL: https://issues.apache.org/jira/browse/HDFS-12478
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Ewan Higgs
>Assignee: Ewan Higgs
>Priority: Minor
> Attachments: HDFS-12478-HDFS-12090.004.patch, 
> HDFS-12478-HDFS-9806.001.patch, HDFS-12478-HDFS-9806.002.patch, 
> HDFS-12478-HDFS-9806.003.patch
>
>
> This is a task for implementing the command line interface for attaching a 
> PROVIDED storage backup system (see HDFS-9806, HDFS-12090).
> # The administrator should be able to mount a PROVIDED storage volume from 
> the command line. 
> {code}hdfs attach -create [-name ]   path (external)>{code}
> # Whitelist of users who are able to manage mounts (create, attach, detach).
> # Be able to interrogate the status of the attached storage (last time a 
> snapshot was taken, files being backed up).
> # The administrator should be able to remove an attached PROVIDED storage 
> volume from the command line. This simply means that the synchronization 
> process no longer runs. If the administrator has configured their setup to no 
> longer have local copies of the data, the blocks in the subtree are simply no 
> longer accessible as the external file store system is currently inaccessible.
> {code}hdfs attach -remove  [-force | -flush]{code}



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

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