Changing the replication factor of particular file

2013-05-08 Thread Mohammad Mustaqeem
Hi, Is there any method to change the replication factor of any particular file. Means that, if any file is not important then we should decrease its replication factor and the file that is more important, we should increase its replication factor. -- *With regards ---* *Mohammad

Re: Changing the replication factor of particular file

2013-05-08 Thread shashwat shriparv
hadoop dfs -setrep 1 filename Add -r if you want to change replication recursively. Usage: hdfs dfs -setrep [-R] path hdfs dfs -setrep -w 3 -R /user/hadoop/dir1 -w is there if you want to wait till replication finished. *Thanks Regards* ∞ Shashwat Shriparv On Wed, May 8, 2013 at

Re: Changing the replication factor of particular file

2013-05-08 Thread shashwat shriparv
hadoop dfs -setrep 1 filename Add -r if you want to change replication recursively. Usage: hdfs dfs -setrep [-R] path hdfs dfs -setrep -w 3 -R /user/hadoop/dir1 -w is there if you want to wait till replication finished. *Thanks Regards* ∞ Shashwat Shriparv On Wed, May 8, 2013 at

[jira] [Created] (HADOOP-9553) Few tests that use timeouts are broken on Windows

2013-05-08 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9553: - Summary: Few tests that use timeouts are broken on Windows Key: HADOOP-9553 URL: https://issues.apache.org/jira/browse/HADOOP-9553 Project: Hadoop Common

Re: Issue HADOOP-8905

2013-05-08 Thread Harsh J
Hi Steve, Per my knowledge, no one is currently working on this or has planned to. The request is also unassigned so you can go right ahead! Do ping the common-dev@ with any review requests, or discussion requests, should no one respond to the JIRA comments in time. On Wed, May 8, 2013 at 4:19

Re: Issue HADOOP-8905

2013-05-08 Thread steve
Hi Harsh, Thanks for responding, I would be interested in what the dev group had in mind for this and I also have a couple of additional queries ; I can see that a quick win for this would be to expose the existing Jetty statistics metrics within the jetty-management api/ Existing