Hi all, size of a newly created file is reported to be zero even though I've written some data and hsync-ed them. Is that correct and expected effect? hadoop fs -cat will retrieve the data correctly.
As a consequence SequenceFile fails to seek in the file since it tests the position against file size. And data are there... Thanks! Viliam