Re: sockets in hadoop

2010-08-02 Thread Hemanth Yamijala
Hi, >           Can anyone tell me the purpose of sockets used in hadoop. I mean > for which purpose hadoop uses sockets?  are they used by tasktracker and > jobtrackers ? or used by namenode and datanode ? All communication between Hadoop masters (JobTracker, NameNode), slaves (TaskTracker, Data

Annotation processing error... HELP!!

2010-08-02 Thread Ahmad Shahzad
Hi All, Can anyone guide me regarding this error, i get this error when i compile the hadoop with ant. one more thing, i just un tar the hadoop folder, so, i have changed nothing no code in hadoop directory. When 'ant' it says: Compiling 5 source files to /usr/local/hadoop/build/classe

[jira] Created: (HADOOP-6896) Remove the Util separation in FileContext

2010-08-02 Thread Owen O'Malley (JIRA)
Remove the Util separation in FileContext - Key: HADOOP-6896 URL: https://issues.apache.org/jira/browse/HADOOP-6896 Project: Hadoop Common Issue Type: Improvement Components: fs R

[jira] Created: (HADOOP-6895) Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName

2010-08-02 Thread Stephen Watt (JIRA)
Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName --- Key: HADOOP-6895 URL: https://i

[jira] Reopened: (HADOOP-6890) Improve listFiles API introduced by HADOOP-6870

2010-08-02 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang reopened HADOOP-6890: --- > Improve listFiles API introduced by HADOOP-6870 >

sockets in hadoop

2010-08-02 Thread Ahmad Shahzad
Hi ALL, Can anyone tell me the purpose of sockets used in hadoop. I mean for which purpose hadoop uses sockets? are they used by tasktracker and jobtrackers ? or used by namenode and datanode ? Secondly, if hadoop has to use sockets does it uses the socket factory classes given in org/

Re: Checksum of blocks

2010-08-02 Thread cvkkumar
Hi, There is a method getChecksumFile(Path file) that gives this info. You could refer the javadoc here: http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/fs/ChecksumFileSystem.html Hope this helped. Regards, Krishnakumar. On Jul 31, 2010, at 10:10 PM, Gautam Singaraju wrote:

[jira] Created: (HADOOP-6894) Common foundation for Hadoop client tools

2010-08-02 Thread Alejandro Abdelnur (JIRA)
Common foundation for Hadoop client tools - Key: HADOOP-6894 URL: https://issues.apache.org/jira/browse/HADOOP-6894 Project: Hadoop Common Issue Type: New Feature Reporter: Alejandro Abdeln