Re: development environment for hadoop core

2013-01-16 Thread Steve Loughran
My setup ( I work from home) # OS/X laptop w/ 30" monitor # FTTC broadband, 55Mbit/s down, 15+ up -it's the upload bandwidth that really helps development: http://www.flickr.com/photos/steve_l/8050751551/ # IntelliJ IDEA IDE, settings edited for a 2GB Heap # Maven on the command line for builds #

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

2013-01-16 Thread Apache Jenkins Server
See Changes: [suresh] HADOOP-9217. Merging change 1433713 from trunk [tgraves] HDFS-4399. precommit release audit warnings (tgraves) [bobby] MAPREDUCE-4921. JobClient should acquire HS token with RM principal (Daryn Sharp via

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

2013-01-16 Thread Apache Jenkins Server
See Changes: [todd] Revert r1433755: HDFS-4288. NN accepts incremental BR as IBR in safemode. Contributed by Daryn Sharp. This commit caused TestBlockManager to fail. [todd] HDFS-4288. NN accepts incremental BR as IBR in safemode.

Re: development environment for hadoop core

2013-01-16 Thread Glen Mazza
On 01/15/2013 06:50 PM, Erik Paulson wrote: Hello - I'm curious what Hadoop developers use for their day-to-day hacking on Hadoop. I'm talking changes to the Hadoop libraries and daemons, and not developing Map-Reduce jobs or using using the HDFS Client libraries to talk to a filesystem from an

Re: development environment for hadoop core

2013-01-16 Thread Gopal Vijayaraghavan
Not quite an advance developer, but I learnt some shortcuts for my dev cycle along the way. > I've checked out Hadoop, made minor changes and built it with Maven, and > tracked down the resulting artifacts in a target/ directory that I could > deploy. Is this typically how a cloudera/hortonworks/m

Re: development environment for hadoop core

2013-01-16 Thread Hitesh Shah
On Jan 16, 2013, at 6:17 AM, Gopal Vijayaraghavan wrote: > So, this is a question I have for everyone else. > > How do I change the hadoop version of an entire build, so that I can > name it something unique & use it in other builds in maven (-SNAPSHOT > doesn't cut it, since occasionally mvn wi