[jira] [Created] (HADOOP-11203) Allow ditscp to accept bandwitdh in fraction MegaBytes

2014-10-14 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created HADOOP-11203: - Summary: Allow ditscp to accept bandwitdh in fraction MegaBytes Key: HADOOP-11203 URL: https://issues.apache.org/jira/browse/HADOOP-11203 Project: Hadoop Com

Re: Thinking ahead to hadoop-2.6

2014-10-14 Thread Arun C Murthy
2.6.0 is close now. Here are the remaining blockers, I'm hoping cut an RC in the next week or so: http://s.apache.org/hadoop-2.6.0-blockers thanks, Arun On Sep 30, 2014, at 10:42 AM, Arun C Murthy wrote: > Folks, > > I've created branch-2.6 to stabilize the release. > > Committers, please

[jira] [Resolved] (HADOOP-11200) HttpFS proxyuser, doAs param is case sensitive

2014-10-14 Thread Larry McCay (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Larry McCay resolved HADOOP-11200. -- Resolution: Duplicate Didn't realize that HADOOP-11083 addressed this for HttpFS. Closing as a

Build failed in Jenkins: Hadoop-Common-0.23-Build #1102

2014-10-14 Thread Apache Jenkins Server
See -- [...truncated 8263 lines...] Running org.apache.hadoop.fs.TestFileSystemTokens Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 sec Running org.apache.hadoop.fs.TestF

[jira] [Created] (HADOOP-11201) Hadoop Archives should support globs resolving to files

2014-10-14 Thread Gera Shegalov (JIRA)
Gera Shegalov created HADOOP-11201: -- Summary: Hadoop Archives should support globs resolving to files Key: HADOOP-11201 URL: https://issues.apache.org/jira/browse/HADOOP-11201 Project: Hadoop Common

Re: Redirect Writes/Reads to a particular Node

2014-10-14 Thread Vinayakumar B
Hi Dhiraj, Unfortunately there is no such feature available in HDFS. HDFS is designed to utilize all the datanodes available in the cluster and serve maximum clients by distributing the load to different datanodes. Anyway, there is one workaround for this. You can place your client (both reade