You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by jihoonson <gi...@git.apache.org> on 2014/07/03 03:19:14 UTC

[GitHub] tajo pull request: TAJO-836

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

    https://github.com/apache/tajo/pull/15#discussion_r14493424
  
    --- Diff: tajo-common/src/main/java/org/apache/tajo/conf/TajoConf.java ---
    @@ -150,6 +150,8 @@ public static int setDateOrder(int dateOrder) {
         SYSTEM_CONF_PATH("tajo.system-conf.path", EMPTY_VALUE),
         SYSTEM_CONF_REPLICA_COUNT("tajo.system-conf.replica-count", 20),
     
    +    INDEX_DIR("tajo.index.rootdir", "file:///tmp/tajo-${user.name}/index"),
    --- End diff --
    
    @hyunsik sorry for late reply. 
    I also intended that INDEX_DIR will be the directory structure. 
    Actually, several index files for each HDFS block are created in the specified index directory.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---