Hi all Just wrote a tiny snippet to dump Accumulo config
file : https://github.com/sujee/print-hadoop-config/blob/master/src/main/java/config/AccumuloConfig.java project : https://github.com/sujee/print-hadoop-config I am using 'ServerConfiguration.getSiteConfiguration();' is this the right way to get 'current' server config (Default + Site) ? thanks! Sujee Maniyam (http://sujee.net)
