Home | About | Sematext search-lucene.com search-hadoop.com
 Search Hadoop and all its subprojects:

Switch to Threaded View
Hadoop, mail # general - August Austin Hadoop User Group Meeting


Copy link to this message
-
August Austin Hadoop User Group Meeting
Stephen Watt 2010-08-24, 16:39
Hi Folks

For those in the Austin, Texas area we'll be meeting again this Thursday
evening (8/26). Karmasphere and Pentaho will be presenting and I'll also
be giving a quick introduction to Hadoop for all the new attendees before
we begin.

Full details are available here -
http://austinhug.blogspot.com/2010/08/august-meeting-826.html

Regards
Steve Watt

From:
Steve Loughran <[EMAIL PROTECTED]>
To:
[EMAIL PROTECTED]
Date:
08/24/2010 05:25 AM
Subject:
Re: apache commons configuration

On 24/08/10 10:43, Thomas Koch wrote:
> Hi,
>
> just out of curiosity: Is there any particular reason, why Hadoop
projects or
> ZooKeeper do not use apache commons configuration[1]?
> I'm just evaluating it for an internal project. Would you recommend it
or not?
> I imagine, that it could help to make projects configurable either via
XML or
> INI files. Some people may prefer one or the other.
>
> [1] http://commons.apache.org/configuration/

Someone's discussed it, I'm against because (a) there's a lot of
historical configuration stuff in there, (b) ini files are less flexible
than XML, (c) neither of them are very dynamic. when the NN goes down
and you want the DNs to reconnect to a different host, how do you do
that when all data is read at start time?