[jira] Created: (HADOOP-6782) TestAvroRpc fails with avro-1.3.1 and avro-1.3.2

2010-05-20 Thread Jitendra Nath Pandey (JIRA)
TestAvroRpc fails with avro-1.3.1 and avro-1.3.2 Key: HADOOP-6782 URL: https://issues.apache.org/jira/browse/HADOOP-6782 Project: Hadoop Common Issue Type: Bug Reporter: Jitendra N

[jira] Created: (HADOOP-6781) security audit log shouldn't have exception in it.

2010-05-20 Thread Boris Shkolnik (JIRA)
security audit log shouldn't have exception in it. -- Key: HADOOP-6781 URL: https://issues.apache.org/jira/browse/HADOOP-6781 Project: Hadoop Common Issue Type: Bug Reporter: Boris

Re: Building hadoop-common, hadoop-hdfs, hadoop-mapreduce from source, without using the hadoop Ivy / Maven repositories

2010-05-20 Thread Konstantin Boudnik
Check http://wiki.apache.org/hadoop/HowToContribute look for "Changes that span projects" section On Thu, May 20, 2010 at 07:28AM, Andrei Dragomir wrote: > I have some issues with compiling hadoop-common, hdfs and mapreduce from > source. > > Right now, the hdfs and mapreduce builds are broken

[jira] Created: (HADOOP-6780) Move Hadoop cloud scripts to Whirr

2010-05-20 Thread Tom White (JIRA)
Move Hadoop cloud scripts to Whirr -- Key: HADOOP-6780 URL: https://issues.apache.org/jira/browse/HADOOP-6780 Project: Hadoop Common Issue Type: Task Components: contrib/cloud Reporter: T

Building hadoop-common, hadoop-hdfs, hadoop-mapreduce from source, without using the hadoop Ivy / Maven repositories

2010-05-20 Thread Andrei Dragomir
I have some issues with compiling hadoop-common, hdfs and mapreduce from source. Right now, the hdfs and mapreduce builds are broken, because of MAPREDUCE-1803 and HDFS-1166. However, even if this build would work, it wouldn't be good for me. What I want to do is use ONLY the hadoop source cod

Re: Hadoop in NetBeans

2010-05-20 Thread Jaideep Dhok
Saurabh, You might have to do ant ant build first (just an 'ant ivy retrieve' should be sufficient), in order to download all the dependencies. After that you can manually add the jar files in the build/ivy/lib/ directories to your project in Netbeans. Thanks, Jaideep Timmy Jose wrote: I thin

Re: Hadoop in NetBeans

2010-05-20 Thread Timmy Jose
I think what Bharath was trying to tell you is that those errors that you are seeing are assuredly library (i.e., JARs) dependencies which have not been specified on the classpath. Adding all the required libraries to the classpath should allow you to compile, debug and modify as you should desire.

Re: Hadoop in NetBeans

2010-05-20 Thread Saurabh Agarwal
but I want to toy around hadoop's code and debug/profile hadoop.. would adding jars work??? Saurabh Agarwal On Thu, May 20, 2010 at 4:14 PM, bharath vissapragada < bhara...@students.iiit.ac.in> wrote: > Add jars in hadoop's lib folder to your classpath in net beans ! > > On Thu, May 20, 2010 at

Re: Hadoop in NetBeans

2010-05-20 Thread bharath vissapragada
Add jars in hadoop's lib folder to your classpath in net beans ! On Thu, May 20, 2010 at 3:29 PM, Saurabh Agarwal wrote: > Hi, > I have Downloaded Hadoop 20.2 and untared it.. But when I copy the contents > in a newly created NetBeans project, the windo w shose many errors like > package not foun

Hadoop in NetBeans

2010-05-20 Thread Saurabh Agarwal
Hi, I have Downloaded Hadoop 20.2 and untared it.. But when I copy the contents in a newly created NetBeans project, the windo w shose many errors like package not found etc.. Please help Out Saurabh Agarwal