We also read things like default replication levels, maximum replication, block size, etc. The HDFS client code does this, at a minimum, but some Accumulo code does this directly.
-Eric On Mon, Oct 1, 2012 at 2:01 AM, John Vines <[email protected]> wrote: > It's been a while since I poked through it, but I honestly think the only > thing we pull out of the configs are the namenode and jobtracker URIs. But > I could very well mistaken. > > On Sun, Sep 30, 2012 at 9:38 PM, Kristopher Kane <[email protected]>wrote: > >> >> /usr/bin/accumulo-tserver --config=/etc/accumulo/tserver.conf >> >> /usr/bin/accumulo-master --config=/etc/accumulo/master.conf >> >> >> >> and for the shell >> >> /usr/bin/accumulo --config=~/.accumulo/config >> >> In addition, what about a hook into HDFS for calling configurations >> from a shared workspace? --config could parse a protocol or assume >> local if not in protocol format. >> >> -Kris >>
