Re: New dev. environment issue

2013-09-03 Thread Matt Fellows
You could run: mvn install -DskipTests if you are just looking to build it, and don't care about the tests? On Tue, Sep 3, 2013 at 2:46 AM, John Chilton wrote: > Hi all, I am trying to set up a new development environment on a Mac (OS X > 10.8.4). > > I have checked out the source using NetBean

MapReduce V1 vs MapReduce V2

2014-01-03 Thread Matt Fellows
I'm thoroughly confused about which API is the recent one, which is the old one and which method I should be using to write MapReduce applications. I'm under the impression that MRv2 is primarily driven by the org.apache.hadoop.mapreduce.* packages and MRv1 is primarily driven by the org.apache.ha

Re: Change proposal for FileInputFormat isSplitable

2014-05-29 Thread Matt Fellows
I could be missing something, but couldn't you just deprecate isSplitable (spelled incorrectly) and create a new isSplittable as described? On Thu, May 29, 2014 at 10:34 AM, Steve Loughran wrote: > On 28 May 2014 20:50, Niels Basjes wrote: > > > Hi, > > > > Last week I ran into this problem ag

Re: Change proposal for FileInputFormat isSplitable

2014-05-29 Thread Matt Fellows
As someone who doesn't really contribute, just lurks, I could well be misinformed or under-informed, but I don't see why we can't deprecate a method which could cause dangerous side effects? People can still use the deprecated methods for backwards compatibility, but are discouraged by compiler war