You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by Jinho Kim <jh...@apache.org> on 2014/02/04 10:57:57 UTC

Review Request 17699: TAJO-582: Invalid split calculation

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17699/
-----------------------------------------------------------

Review request for Tajo.


Bugs: TAJO-582
    https://issues.apache.org/jira/browse/TAJO-582


Repository: tajo


Description
-------

If the block metadata(TAJO-84) is disabled in hadoop, the splits is calculated wrong. It caused by wrong TajoConf.
We don't need the max split size. It should be dfs.blocksize.


Diffs
-----

  tajo-common/src/main/java/org/apache/tajo/conf/TajoConf.java de1b3c9 
  tajo-storage/src/main/java/org/apache/tajo/storage/AbstractStorageManager.java 122e639 
  tajo-storage/src/test/java/org/apache/tajo/storage/TestFileSystems.java 974cc9f 
  tajo-storage/src/test/resources/storage-default.xml d825c4b 

Diff: https://reviews.apache.org/r/17699/diff/


Testing
-------

mvn clean install


Thanks,

Jinho Kim