[jira] [Created] (HADOOP-8289) Hadoop Common project build failure in cygwin

2012-04-17 Thread Biao Chen (Created) (JIRA)
Hadoop Common project build failure in cygwin -- Key: HADOOP-8289 URL: https://issues.apache.org/jira/browse/HADOOP-8289 Project: Hadoop Common Issue Type: Bug Components: build

RE: Reduce side join - Hadoop default - error in combiner

2012-04-17 Thread Devaraj k
Hi Lopez, You need to have default constructor for TaggedWritable because while deserializing it creates instance using default constructor and calls the readFields() on it. Thanks Devaraj From: LopezGG [lopezgilsi...@gmail.com] Sent: Wednesday, Apr

Re: Supporting cross-project Jenkins builds

2012-04-17 Thread Giridharan Kesavan
Alejandro, On Tue, Apr 17, 2012 at 4:52 PM, Alejandro Abdelnur wrote: > Giri, > > I agree that running ALL tests all time takes a lot of time > (personally I'd prefer we do this at the penalty of longer runs). > > Still we have a problem to solve, we need to find a solution on > test-patch workin

Re: Reduce side join - Hadoop default - error in combiner

2012-04-17 Thread yuliya Feldman
It looks for default constructor which you don't have in class TaggedWritable From: LopezGG To: core-...@hadoop.apache.org Sent: Tuesday, April 17, 2012 7:49 PM Subject: Reduce side join - Hadoop default - error in combiner I am using the folllowing code to

Reduce side join - Hadoop default - error in combiner

2012-04-17 Thread LopezGG
I am using the folllowing code to do the reduce side join /* * HadoopMapper.java * * Created on Apr 8, 2012, 5:39:51 PM */ import java.io.DataInput; import java.io.DataOutput; import java.io.IOException; // import org.apache.commons.logging.Lo

Re: Supporting cross-project Jenkins builds

2012-04-17 Thread Alejandro Abdelnur
Giri, I agree that running ALL tests all time takes a lot of time (personally I'd prefer we do this at the penalty of longer runs). Still we have a problem to solve, we need to find a solution on test-patch working for ALL maven modules, currently changes outside of common/hdfs/mapred or cross-pr

Re: Supporting cross-project Jenkins builds

2012-04-17 Thread Tom White
Giri, I think Aaron was talking about not running all test cases for changes to any project (e.g. HDFS and MapReduce). My proposal was to run all the tests for any Common change. An HDFS change would only run HDFS tests, and any MapReduce change would only run MapReduce tests. Another thing I did

Re: Supporting cross-project Jenkins builds

2012-04-17 Thread Giridharan Kesavan
I agree with Aaron. Its going increase the test patch build timings significantly which may not be very helpful Im -1 on this. -Giri On Mon, Apr 16, 2012 at 2:22 PM, Aaron T. Myers wrote: > On Mon, Apr 16, 2012 at 2:14 PM, Alejandro Abdelnur wrote: > >> * all testcases should always be run (

[jira] [Created] (HADOOP-8288) Remove references of mapred.child.ulimit etc. since they are not being used any more

2012-04-17 Thread Ravi Prakash (Created) (JIRA)
Remove references of mapred.child.ulimit etc. since they are not being used any more Key: HADOOP-8288 URL: https://issues.apache.org/jira/browse/HADOOP-8288 Project:

[jira] [Resolved] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

2012-04-17 Thread Aaron T. Myers (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers resolved HADOOP-8280. Resolution: Fixed I've just recommitted this using `svn mv ...' > Move V

[jira] [Reopened] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

2012-04-17 Thread Aaron T. Myers (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers reopened HADOOP-8280: Reopening for recommit using `svn mv ...' > Move VersionUtil/TestVersionUtil

Re: Warning in running mapreduce jobs

2012-04-17 Thread Ranjan Banerjee
My input is a common text file taken off the web. Regards Ranjan On 04/16/12, Niels Basjes wrote: > What does your input look like? > > -- > Met vriendelijke groet, > Niels Basjes > (Verstuurd vanaf mobiel ) > Op 17 apr. 2012 02:57 schreef "Ranjan Banerjee" het > volgende: > > > Hello, > >

Build failed in Jenkins: Hadoop-Common-trunk #379

2012-04-17 Thread Apache Jenkins Server
See Changes: [eli] HADOOP-8282. start-all.sh refers incorrectly start-dfs.sh existence for starting start-yarn.sh. Contributed by Devaraj K [eli] HDFS-3165. HDFS Balancer scripts are refering to wrong path of hadoop-daemon.sh. Con

Build failed in Jenkins: Hadoop-Common-0.23-Build #225

2012-04-17 Thread Apache Jenkins Server
See Changes: [tgraves] merge -r 1326795:1326796 from branch-2. FIXES: MAPREDUCE-4156 [bobby] svn merge -c 1326668 from trunk. FIXES: HADOOP-8283. Allow tests to control token service value (Daryn Sharp via bobby)

Re: Warning in running mapreduce jobs

2012-04-17 Thread Harsh J
Ensure you have a Job/JobConf.setJar (or setJarByClass) call in your Driver, before launching the job. On Tue, Apr 17, 2012 at 6:26 AM, Ranjan Banerjee wrote: > Hello, >   I am running the default map reduce  job (word count) in Hadoop. The job > runs fine and I am able to delve into the statist