Hi Shawn, thanks for the detailed reply, we took a look into accumulo code, and found the constant WAL_DIR defined in ServerConstants:
https://github.com/apache/accumulo/blob/rel/1.7.1/server/base/src/main/java/org/apache/accumulo/server/ServerConstants.java#L139 https://github.com/apache/accumulo/blob/rel/1.7.1/server/base/src/main/java/org/apache/accumulo/server/ServerConstants.java#L151 (we are using 1.7.1) is that means, we can simply modify the return value of getWalDirs() to change the location of WAL logs? Thanks -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/Accumulo-on-s3-tp16737p16872.html Sent from the Developers mailing list archive at Nabble.com.
