What happened to Chris?

2011-07-31 Thread Niels Basjes
Hi all,

Over the last 7 months I've been periodically emailing with Chris Douglas
(via his @apache.org account) about a new feature for Hadoop I've created
(HADOOP-7076).
However I've not had any response at all to my last two emails (dating back
about 6 weeks and about 1 week).

So I'm wondering why this is happening. Is he on a long vacation? Or is
there something else?

-- 
Best regards / Met vriendelijke groeten,

Niels Basjes


Re: yahoo.net build machines

2011-07-31 Thread Giridharan Kesavan
Yahoo Ops is working on getting the machines online.

Thanks
Giri

On Sat, Jul 30, 2011 at 3:08 AM, Laxman lakshman...@huawei.com wrote:

 Hi all, any update on this?

 -Original Message-
 From: Thomas Graves [mailto:tgra...@yahoo-inc.com]
 Sent: Thursday, July 28, 2011 7:56 PM
 To: common-dev@hadoop.apache.org; Todd Lipcon
 Subject: Re: yahoo.net build machines

 Its being looked into.

 Tom


 On 7/28/11 12:14 AM, Todd Lipcon t...@cloudera.com wrote:

  Hi all,
 
  Looks like the Hudson build slaves in yahoo.net have gone down as of
 some
  time today. https://builds.apache.org/computer/
 
  Is someone working on getting these back online?
  -Todd




Trouble resolving external jar dependency

2011-07-31 Thread Noah Watkins
I'm experimenting with a new file system that depends on an external jar that 
is not available right now via maven. I added the jar to the lib/ directory and 
hadoop-common builds fine. However, when running 'ant mvn-install' I get the 
following error. It seems as though a reference to the external jar needs to be 
added in an additional location. Where might this reference be? Thanks, Noah

-compile-fault-inject:
 [echo] Start weaving aspects in place
 [iajc] error at import net.newdream.ceph.rados.Cluster;
 [iajc]^^
 [iajc] 
/home/nwatkins/Projects/hadoop/hadoop-common/common/src/java/org/apache/hadoop/fs/rados/RadosFileSystem.java:44:0::0
 The import net cannot be resolved
 [iajc] MessageHolder:  (565 info)  (1 error) 
 [iajc] [error   0]: error at import net.newdream.ceph.rados.Cluster;
 [iajc]^^
 [iajc] 
/home/nwatkins/Projects/hadoop/hadoop-common/common/src/java/org/apache/hadoop/fs/rados/RadosFileSystem.java:44:0::0
 The import net cannot be resolved