[jira] [Commented] (HDFS-3714) Disallow manual failover to already active NN when auto failover is enabled

2017-01-19 Thread Pooja Gupta (JIRA)

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

Pooja Gupta commented on HDFS-3714:
---

Hi,

I want to take this up. Please let me know if some one is working on it.

Thanks,
Pooja

> Disallow manual failover to already active NN when auto failover is enabled
> ---
>
> Key: HDFS-3714
> URL: https://issues.apache.org/jira/browse/HDFS-3714
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: auto-failover
>Affects Versions: 2.0.0-alpha
>Reporter: Eli Collins
>Priority: Minor
>  Labels: newbie
>
> If nn1 is active and nn2 is standby "hdfs haadmin -failover nn2 nn1" says 
> that failover to nn1 is successful even though nn1 is already active. When 
> only manual failover is active, there is a check that tells users that the 
> user can't failover to an already active service. We should have the same 
> check for auto failover.
> {noformat}
> bash-4.1$ hdfs haadmin -failover nn2 nn1
> Failover to NameNode at brut01.sf.cloudera.com/172.22.35.149:17020 successful
> bash-4.1$ hdfs haadmin -failover nn2 nn1
> Failover to NameNode at brut01.sf.cloudera.com/172.22.35.149:17020 successful
> bash-4.1$ hdfs haadmin -failover nn2 nn1
> Failover to NameNode at brut01.sf.cloudera.com/172.22.35.149:17020 successful
> {noformat}



--
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-488) Implement moveToLocal HDFS command

2015-10-04 Thread Pooja Gupta (JIRA)

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

Pooja Gupta updated HDFS-488:
-
Attachment: HDFS-488-2.patch

Rerunning the same patch as failing due to Audit report header not present in 
file CHANGES-HDFS-EC-7285.txt, which seems to be fixed now

> Implement moveToLocal  HDFS command
> ---
>
> Key: HDFS-488
> URL: https://issues.apache.org/jira/browse/HDFS-488
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.7.1
>Reporter: Ravi Phulari
>Assignee: Pooja Gupta
>Priority: Minor
>  Labels: newbie
> Attachments: HDFS-488-2.patch, HDFS-488-2.patch, HDFS-488.patch, 
> Screen Shot 2014-07-23 at 12.28.23 PM 1.png
>
>
> Surprisingly  executing HDFS FsShell command -moveToLocal outputs  - "Option 
> '-moveToLocal' is not implemented yet."
>  
> {code}
> statepick-lm:Hadoop rphulari$ bin/hadoop fs -moveToLocal bt t
> Option '-moveToLocal' is not implemented yet.
> {code}



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


[jira] [Assigned] (HDFS-247) A tool to plot the locations of the blocks of a directory

2015-10-01 Thread Pooja Gupta (JIRA)

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

Pooja Gupta reassigned HDFS-247:


Assignee: Pooja Gupta  (was: Avinash Desireddy)

> A tool to plot the locations of the blocks of a directory
> -
>
> Key: HDFS-247
> URL: https://issues.apache.org/jira/browse/HDFS-247
> Project: Hadoop HDFS
>  Issue Type: New Feature
>Reporter: Owen O'Malley
>Assignee: Pooja Gupta
>  Labels: newbie
>
> It would be very useful to have a command that we could give a hdfs directory 
> to, that would use fsck to find the block locations of the data files in that 
> directory and group them by host and display the distribution graphically. We 
> did this by hand and it was very for finding a skewed distribution that was 
> causing performance problems. The tool should also be able to group by rack 
> id and generate a similar plot.



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


[jira] [Updated] (HDFS-488) Implement moveToLocal HDFS command

2015-09-30 Thread Pooja Gupta (JIRA)

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

Pooja Gupta updated HDFS-488:
-
Attachment: HDFS-488-2.patch

> Implement moveToLocal  HDFS command
> ---
>
> Key: HDFS-488
> URL: https://issues.apache.org/jira/browse/HDFS-488
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.7.1
>Reporter: Ravi Phulari
>Assignee: Pooja Gupta
>Priority: Minor
>  Labels: newbie
> Attachments: HDFS-448-1.patch, HDFS-488-2.patch, HDFS-488.patch, 
> Screen Shot 2014-07-23 at 12.28.23 PM 1.png
>
>
> Surprisingly  executing HDFS FsShell command -moveToLocal outputs  - "Option 
> '-moveToLocal' is not implemented yet."
>  
> {code}
> statepick-lm:Hadoop rphulari$ bin/hadoop fs -moveToLocal bt t
> Option '-moveToLocal' is not implemented yet.
> {code}



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


[jira] [Updated] (HDFS-488) Implement moveToLocal HDFS command

2015-09-30 Thread Pooja Gupta (JIRA)

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

Pooja Gupta updated HDFS-488:
-
Attachment: (was: HDFS-448-1.patch)

> Implement moveToLocal  HDFS command
> ---
>
> Key: HDFS-488
> URL: https://issues.apache.org/jira/browse/HDFS-488
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.7.1
>Reporter: Ravi Phulari
>Assignee: Pooja Gupta
>Priority: Minor
>  Labels: newbie
> Attachments: HDFS-488-2.patch, HDFS-488.patch, Screen Shot 2014-07-23 
> at 12.28.23 PM 1.png
>
>
> Surprisingly  executing HDFS FsShell command -moveToLocal outputs  - "Option 
> '-moveToLocal' is not implemented yet."
>  
> {code}
> statepick-lm:Hadoop rphulari$ bin/hadoop fs -moveToLocal bt t
> Option '-moveToLocal' is not implemented yet.
> {code}



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


[jira] [Commented] (HDFS-488) Implement moveToLocal HDFS command

2015-09-30 Thread Pooja Gupta (JIRA)

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

Pooja Gupta commented on HDFS-488:
--

The cause for release audit failure is the file  
"/hadoop-common-project/hadoop-common/CHANGES-HDFS-EC-7285.txt" not having 
exclusion in rat plugin.
Refer HADOOP-12454

> Implement moveToLocal  HDFS command
> ---
>
> Key: HDFS-488
> URL: https://issues.apache.org/jira/browse/HDFS-488
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.7.1
>Reporter: Ravi Phulari
>Assignee: Pooja Gupta
>Priority: Minor
>  Labels: newbie
> Attachments: HDFS-488-2.patch, HDFS-488.patch, Screen Shot 2014-07-23 
> at 12.28.23 PM 1.png
>
>
> Surprisingly  executing HDFS FsShell command -moveToLocal outputs  - "Option 
> '-moveToLocal' is not implemented yet."
>  
> {code}
> statepick-lm:Hadoop rphulari$ bin/hadoop fs -moveToLocal bt t
> Option '-moveToLocal' is not implemented yet.
> {code}



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


[jira] [Updated] (HDFS-488) Implement moveToLocal HDFS command

2015-09-29 Thread Pooja Gupta (JIRA)

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

Pooja Gupta updated HDFS-488:
-
Attachment: HDFS-488.001.patch

Recursive delete of directory from HDFS after moveToLocal.

> Implement moveToLocal  HDFS command
> ---
>
> Key: HDFS-488
> URL: https://issues.apache.org/jira/browse/HDFS-488
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.7.1
>Reporter: Ravi Phulari
>Assignee: Pooja Gupta
>Priority: Minor
>  Labels: newbie
> Attachments: HDFS-488.001.patch, HDFS-488.patch, Screen Shot 
> 2014-07-23 at 12.28.23 PM 1.png
>
>
> Surprisingly  executing HDFS FsShell command -moveToLocal outputs  - "Option 
> '-moveToLocal' is not implemented yet."
>  
> {code}
> statepick-lm:Hadoop rphulari$ bin/hadoop fs -moveToLocal bt t
> Option '-moveToLocal' is not implemented yet.
> {code}



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


[jira] [Updated] (HDFS-488) Implement moveToLocal HDFS command

2015-09-29 Thread Pooja Gupta (JIRA)

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

Pooja Gupta updated HDFS-488:
-
Attachment: (was: HDFS-488.001.patch)

> Implement moveToLocal  HDFS command
> ---
>
> Key: HDFS-488
> URL: https://issues.apache.org/jira/browse/HDFS-488
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.7.1
>Reporter: Ravi Phulari
>Assignee: Pooja Gupta
>Priority: Minor
>  Labels: newbie
> Attachments: HDFS-488.patch, Screen Shot 2014-07-23 at 12.28.23 PM 
> 1.png
>
>
> Surprisingly  executing HDFS FsShell command -moveToLocal outputs  - "Option 
> '-moveToLocal' is not implemented yet."
>  
> {code}
> statepick-lm:Hadoop rphulari$ bin/hadoop fs -moveToLocal bt t
> Option '-moveToLocal' is not implemented yet.
> {code}



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


[jira] [Updated] (HDFS-488) Implement moveToLocal HDFS command

2015-09-29 Thread Pooja Gupta (JIRA)

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

Pooja Gupta updated HDFS-488:
-
Attachment: HDFS-448-1.patch

> Implement moveToLocal  HDFS command
> ---
>
> Key: HDFS-488
> URL: https://issues.apache.org/jira/browse/HDFS-488
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.7.1
>Reporter: Ravi Phulari
>Assignee: Pooja Gupta
>Priority: Minor
>  Labels: newbie
> Attachments: HDFS-448-1.patch, HDFS-488.patch, Screen Shot 2014-07-23 
> at 12.28.23 PM 1.png
>
>
> Surprisingly  executing HDFS FsShell command -moveToLocal outputs  - "Option 
> '-moveToLocal' is not implemented yet."
>  
> {code}
> statepick-lm:Hadoop rphulari$ bin/hadoop fs -moveToLocal bt t
> Option '-moveToLocal' is not implemented yet.
> {code}



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


[jira] [Assigned] (HDFS-488) Implement moveToLocal HDFS command

2015-09-27 Thread Pooja Gupta (JIRA)

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

Pooja Gupta reassigned HDFS-488:


Assignee: Pooja Gupta  (was: Steven Capo)

> Implement moveToLocal  HDFS command
> ---
>
> Key: HDFS-488
> URL: https://issues.apache.org/jira/browse/HDFS-488
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.7.1
>Reporter: Ravi Phulari
>Assignee: Pooja Gupta
>Priority: Minor
>  Labels: newbie
> Attachments: HDFS-488.patch, Screen Shot 2014-07-23 at 12.28.23 PM 
> 1.png
>
>
> Surprisingly  executing HDFS FsShell command -moveToLocal outputs  - "Option 
> '-moveToLocal' is not implemented yet."
>  
> {code}
> statepick-lm:Hadoop rphulari$ bin/hadoop fs -moveToLocal bt t
> Option '-moveToLocal' is not implemented yet.
> {code}



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