S3 listStatus on a directory return the directory itself as a file

2012-07-10 Thread Subroto
n? Cheers, Subroto Sanyal

Re: DFSClient not able to write

2012-06-20 Thread Subroto
Datanode didn't fail…. DFS Remaining was 0% Cheers, Subroto Sanyal On Jun 20, 2012, at 12:16 PM, qhdpp wrote: > datanode > fail or > dfs > full > > Sent from Meizu MX > > > 原始邮件 > 发件人:Subroto > 时间:2012-6-20 15:07 > 收件人:hdfs-user

Re: DFSClient not able to write

2012-06-20 Thread Subroto
indicate the same….. Just like to know where the point: > 5*BLOCK_SIZE is documented…. :-( Thanks again... Cheers, Subroto Sanyal On Jun 19, 2012, at 6:22 PM, Todd Lipcon wrote: > Hi Subroto, > > Anything in the DN logs? Maybe the one DN is out of disk space? You > need to have 5*

DFSClient not able to write

2012-06-19 Thread Subroto
….. The hadoop version being used is: 2.0.0 Cheers, Subroto Sanyal

Re: Custom Socket Factory

2012-06-01 Thread Subroto
, Subroto Sanyal On May 31, 2012, at 8:29 PM, Todd Lipcon wrote: > Hi Subroto, > > You'll need to implement the "getChannel()" method in such a way that > it returns a SocketChannel implementation -- and then implement the > appropriate methods in that class to read/

Re: Custom Socket Factory

2012-05-29 Thread Subroto
I missed to mention that my custom socket factory returns a Custom Socket as well. :-( Cheers, Subroto Sanyal On May 29, 2012, at 2:46 PM, Subroto wrote: > Hi, > > As part of the fix HDFS-2129 it is mentioned: > " If you use a custom socket factory, it must generate

Custom Socket Factory

2012-05-29 Thread Subroto
here is an option to use legacy BlockReader (dfs.client.use.legacy.blockreader) but, I am planning to upgrade my custom socket factory rather than failing back to the old approach. Request some guidance in this direction…. Cheers, Subroto Sanyal

Re: Change in behavior of public FileStatus[] globStatus(Path pathPattern, PathFilter filter)

2012-05-18 Thread Subroto
Thanks Harsh …… Cheers Subroto Sanyal On May 18, 2012, at 1:52 PM, Harsh J wrote: > Yes this is intentional, and an incompatible change, and was done via > https://issues.apache.org/jira/browse/HADOOP-6201 to have better API > behavior. > > On Fri, May 18, 2012 at 2:04 PM,

Change in behavior of public FileStatus[] globStatus(Path pathPattern, PathFilter filter)

2012-05-18 Thread Subroto
java:1456) at org.apache.hadoop.fs.FileSystem.globStatus(FileSystem.java:1411) at org.apache.hadoop.fs.FileSystem.globStatus(FileSystem.java:1389) Is this an intentional change made or shall we need to file it as bug and fix it…. ? Cheers, Subroto Sanyal