Re: HDFS on 0.20.203

2011-09-01 Thread Arko Provo Mukherjee
^ >>>> FileTest.java:17: java.io.FileSystem is not public in java.io; cannot >>>> be accessed from outside package >>>> FileSystem fs = FileSystem.get(new Configuration()); >>>> ^ >>>> FileTest.java:

Re: HDFS on 0.20.203

2011-09-01 Thread Arko Provo Mukherjee
>> 5 errors >> >> >> Also I would like to learn the FileContext API as I want to use 0.21 for >> making appends to my file in each MR round. >> Would be great if you have a place where I can have a look at some code >> snippets that have demonstrated the use of Fil

Re: HDFS on 0.20.203

2011-09-01 Thread Sudharsan Sampath
lso I would like to learn the FileContext API as I want to use 0.21 for > making appends to my file in each MR round. > Would be great if you have a place where I can have a look at some code > snippets that have demonstrated the use of FileContext for easy learning. > > Many thanks i

Re: HDFS on 0.20.203

2011-09-01 Thread Arun Murthy
help if you describe > your use case... > > On Aug 31, 2011, at 1:13 AM, Arko Provo Mukherjee wrote: > > > Hi, > > > > I am using HDFS on 0.20.203 for my project. > > > > I can see the API has evolved much over the different versions. > > > > Ca

Re: HDFS on 0.20.203

2011-09-01 Thread Arko Provo Mukherjee
011 at 2:24 AM, Arun C Murthy wrote: > What kind of example code are you looking for? It will help if you describe > your use case... > > On Aug 31, 2011, at 1:13 AM, Arko Provo Mukherjee wrote: > > > Hi, > > > > I am using HDFS on 0.20.203 for my project. >

Re: HDFS on 0.20.203

2011-09-01 Thread Arun C Murthy
What kind of example code are you looking for? It will help if you describe your use case... On Aug 31, 2011, at 1:13 AM, Arko Provo Mukherjee wrote: > Hi, > > I am using HDFS on 0.20.203 for my project. > > I can see the API has evolved much over the different versions. >

HDFS on 0.20.203

2011-08-31 Thread Arko Provo Mukherjee
Hi, I am using HDFS on 0.20.203 for my project. I can see the API has evolved much over the different versions. Can you please guide me to some link where I can find some example code for any version >= 0.20.203 so that I can quick start the process. Thanks much in advance! Warm regards Arko