You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Ashutosh Chauhan <ha...@apache.org> on 2014/03/12 16:59:41 UTC

Review Request 19127: Bug fix for fs based stats collection in presence of LB.

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

Review request for hive and Gunther Hagleitner.


Bugs: HIVE-6630
    https://issues.apache.org/jira/browse/HIVE-6630


Repository: hive-git


Description
-------

No need to track per dir stats. Tracking per partition suffices.


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java 2cd8756 
  ql/src/java/org/apache/hadoop/hive/ql/stats/fs/FSStatsPublisher.java bd6dc62 
  ql/src/test/queries/clientpositive/lb_fs_stats.q PRE-CREATION 
  ql/src/test/results/clientpositive/lb_fs_stats.q.out PRE-CREATION 

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


Testing
-------

Added new test


Thanks,

Ashutosh Chauhan