Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/16#discussion_r18073825
  
    --- Diff: 
server/base/src/main/java/org/apache/accumulo/server/util/FileUtil.java ---
    @@ -79,7 +81,7 @@ public Text getLastRow() {
       private static final Logger log = Logger.getLogger(FileUtil.class);
       
       private static Path createTmpDir(AccumuloConfiguration acuConf, 
VolumeManager fs) throws IOException {
    -    String accumuloDir = fs.choose(ServerConstants.getTemporaryDirs());
    +    String accumuloDir = fs.choose(Optional.<String>absent(), 
ServerConstants.getTemporaryDirs()) + "/tables/";
    --- End diff --
    
    Why the extra "tables" in the path?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to