Re: Data Locality and WebHDFS

2014-03-17 Thread Tsz Wo Sze
The file offset is considered in WebHDFS redirection.  It redirects to a datanode with the first block the client going to read, not the first block of the file. Hope it helps. Tsz-Wo On Monday, March 17, 2014 10:09 AM, Alejandro Abdelnur t...@cloudera.com wrote: actually, i am wrong, the

Re: Hoop into 0.23 release

2011-08-22 Thread Tsz Wo Sze
+1 I believe HDFS-2178 is very close to being committed.  Great work Alejandro! Nicholas From: Alejandro Abdelnur t...@cloudera.com To: common-user@hadoop.apache.org; hdfs-...@hadoop.apache.org Sent: Monday, August 22, 2011 2:16 PM Subject: Hoop into 0.23

Re: DFSClient Protocol and FileSystem class

2011-07-31 Thread Tsz Wo Sze
Hi JD, FileSystem is a public API but DFSClient is an internal class.  For developing Hadoop applications, we should use FileSystem. Tsz-Wo From: jagaran das jagaran_...@yahoo.co.in To: common-user@hadoop.apache.org common-user@hadoop.apache.org Sent: Sunday,

Re: ls command output format

2008-11-24 Thread Tsz Wo Sze
Filed HADOOP-4719 for this. Nicholas Sze. - Original Message From: Tsz Wo (Nicholas), Sze [EMAIL PROTECTED] To: core-user@hadoop.apache.org Sent: Friday, November 21, 2008 7:54:27 AM Subject: Re: ls command output format Hi Alex, Yes, the doc about ls is out-dated. Thanks