Re: pointers to Hadoop eclipse

2011-03-17 Thread Harsh J
http://wiki.apache.org/hadoop/EclipseEnvironment On Thu, Mar 17, 2011 at 8:17 PM, bikash sharma sharmabiks...@gmail.com wrote: Hi, Can someone please point to any good reference that tells clearly how to checkout Hadoop code base in eclipse, make any changes and re-compile. Actually, I wanted

Re: pointers to Hadoop eclipse

2011-03-17 Thread bharath vissapragada
http://www.cloudera.com/blog/2009/04/configuring-eclipse-for-hadoop-development-a-screencast/ - Good for a starter ! On Thu, Mar 17, 2011 at 9:45 PM, Harsh J qwertyman...@gmail.com wrote: http://wiki.apache.org/hadoop/EclipseEnvironment On Thu, Mar 17, 2011 at 8:17 PM, bikash sharma

Re: Hadoop Version 0.20.2, 0.20.100 and 0.21.0.

2011-03-17 Thread Allen Wittenauer
On Mar 16, 2011, at 12:52 PM, Jane Chen wrote: Hi, I'm quite confused of the status and future of recent Hadoop versions. Since I'm sure I'll be struck down by lightening from someone, just let me put in the disclaimer that these are my opinions and do not necessarily (and

Hadoop Testing?

2011-03-17 Thread Anandkumar R
Dear Friends, I am Anandkumar, working as a test engineer in eBay and we use Hadoop extensively to store our log. I am in situation to validate or test our Data perfectly reaching the Hadoop infrastructure or not. could anyone of you recommend me the best testing methodologies and if there is any

Re: Hadoop Version 0.20.2, 0.20.100 and 0.21.0.

2011-03-17 Thread Jane Chen
Hi Allen, Thank you for your input. Here I have a follow-up question: In 0.20.2, there are some Interface API that got deprecated (org.apache.hadoop.mapred), and their abstract class counter parts were introduced (org.apache.hadoop.mapreduce). I read in the mailing list that now the

Re: Hadoop Version 0.20.2, 0.20.100 and 0.21.0.

2011-03-17 Thread Allen Wittenauer
On Mar 17, 2011, at 1:19 PM, Jane Chen wrote: In 0.20.2, there are some Interface API that got deprecated (org.apache.hadoop.mapred), and their abstract class counter parts were introduced (org.apache.hadoop.mapreduce). I read in the mailing list that now the deprecated APIs are

[jira] Created: (HADOOP-7197) Support for non-standard ssh port for slaves

2011-03-17 Thread Vrachnis Ilias-Dimitrios (JIRA)
Support for non-standard ssh port for slaves Key: HADOOP-7197 URL: https://issues.apache.org/jira/browse/HADOOP-7197 Project: Hadoop Common Issue Type: New Feature Components: util

Re: pointers to Hadoop eclipse

2011-03-17 Thread bikash sharma
Hi, I followed the pointers to checkout Hadoop in eclipse and then compiled the source. The ant build for build.xml is showing successful, however under the 'Problem' tab in eclipse, I am getting the following error: AbstractDelegationTokenIdentifier cannot be resolved to a type Can anyone

[jira] Created: (HADOOP-7198) Hadoop defaults for web UI ports often fall smack in the middle of Linux ephemeral port range

2011-03-17 Thread Philip Zeyliger (JIRA)
Hadoop defaults for web UI ports often fall smack in the middle of Linux ephemeral port range - Key: HADOOP-7198 URL: https://issues.apache.org/jira/browse/HADOOP-7198

Re: pointers to Hadoop eclipse

2011-03-17 Thread bikash sharma
P.S. On building the project in eclipse, I also get the following two errors: Description Resource Path Location Type The project was not built since its build path is incomplete. Cannot find the class file for com.sun.javadoc.RootDoc. Fix the build path then try building this project Hadoop

Re: Hadoop Testing?

2011-03-17 Thread Konstantin Boudnik
We just have pushed an update of stack validation framework (the one Roman and I have presented at eBay a few weeks ago) which allows you to formalize and simplify Hadoop testing. This is still a pre-Beta stage (e.g. no user docs are ready yet), but it is working and has a lot of merit in it as