Re: S3 FS tests broken?

2012-08-14 Thread Eli Collins
Trevor, Forgot to ask, since you can reproduce this can you confirm and see why S3Conf.get is returning null for test.fs.s3.name? On Mon, Aug 13, 2012 at 6:35 PM, Eli Collins e...@cloudera.com wrote: Passes for me locally, and the precondition that's failing (passing null to Conf#set) from the

Re: S3 FS tests broken?

2012-08-14 Thread Alejandro Abdelnur
This is me, https://issues.apache.org/jira/browse/HADOOP-8699 On it Thx On Tue, Aug 14, 2012 at 10:33 AM, Eli Collins e...@cloudera.com wrote: Trevor, Forgot to ask, since you can reproduce this can you confirm and see why S3Conf.get is returning null for test.fs.s3.name? On Mon, Aug 13,

Re: S3 FS tests broken?

2012-08-13 Thread Eli Collins
Passes for me locally, and the precondition that's failing (passing null to Conf#set) from the backtrace looks like the null is coming from: S3Conf.set(FS_DEFAULT_NAME_DEFAULT, S3Conf.get(test.fs.s3.name)); which is set in core-site.xml so something strange is going on. HADOOP-6296 looks