I found that I needed to add the M2 Repo to the Eclipse classpath settings
in order to get a successful build. This page details several different
ways to accomplish that:
http://www.mkyong.com/maven/how-to-configure-m2_repo-variable-in-eclipse-ide/
-Erik
On Fri, Feb 1, 2013 at 8:44 AM, Karthie
On Wed, Jan 16, 2013 at 7:31 AM, Glen Mazza wrote:
> 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,
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 application.
I've checked out Hadoop, made mi