Unsubscribe from list

2015-09-07 Thread Karthiek C
Thanks.

Re: Regarding moving specific blocks of data in HDFS

2013-12-18 Thread Karthiek C
0, there's also `hdfs dfsadmin -setBalancerBandwidth` which can be used > to adjust this config property at runtime. > > Best, > Andrew > > > On Wed, Dec 18, 2013 at 2:40 PM, Karthiek C wrote: > > > Hi all, > > > > I am working on a research project where w

Regarding moving specific blocks of data in HDFS

2013-12-18 Thread Karthiek C
Hi all, I am working on a research project where we are looking at algorithms to "optimally" distribute data blocks in HDFS nodes. The definition of what is optimal is omitted for brevity. I want to move specific blocks of a file that is *already* in HDFS. I am able to achieve it using data trans

Re: APIs to move data blocks within HDFS

2013-02-22 Thread Karthiek C
r/balancer/Balancer.java > > > > HTH, and feel free to ask any relevant follow up questions. > > > > On Fri, Feb 22, 2013 at 11:43 PM, Karthiek C > wrote: > > > Hi, > > > > > > Is there any APIs to move data blocks in HDFS from one node to an

APIs to move data blocks within HDFS

2013-02-22 Thread Karthiek C
Hi, Is there any APIs to move data blocks in HDFS from one node to another * after* they have been added to HDFS? Also can we write some sort of pluggable module (like scheduler) that controls how data gets placed in hadoop cluster? I am working with hadoop-1.0.3 version and I couldn't find any fi

Re: Help to setup latest Hadoop source code on Eclipse

2013-02-04 Thread Karthiek C
build. This page details several different > ways to accomplish that: > > > http://www.mkyong.com/maven/how-to-configure-m2_repo-variable-in-eclipse-ide/ > > -Erik > > > On Fri, Feb 1, 2013 at 8:44 AM, Karthiek C wrote: > > > That's great! So far I tried

Re: Help to setup latest Hadoop source code on Eclipse

2013-02-01 Thread Karthiek C
rds > Amir Sanjar > > System Management Architect > PowerLinux Open Source Hadoop development lead > IBM Senior Software Engineer > Phone# 512-286-8393 > Fax# 512-838-8858 > > -Karthiek C wrote: - > To: common-dev@hadoop.apache.org > From: Karthiek C >

Re: Help to setup latest Hadoop source code on Eclipse

2013-02-01 Thread Karthiek C
That's great! So far I tried using trunk code. But 1.1.x works for me. Can you please help me out? My purpose is to debug through hadoop's default scheduler code and schedulers like fair share scheduler. And thanks for the advice Harsh. I could generate eclipse project files using the maven comman