Member since
03-02-2016
1
Post
0
Kudos Received
0
Solutions
03-02-2016
09:49 PM
Hi, Is there a way to get rid of (OR prevent generation of) the .<filename>.crc files which are getting generated while using a java filesystem client to write file to a local linux file system? I've already tried using RawLocalFileSystem in place of LocalFile System . Even tried setting the property fs.file.impl to the value org. apache. hadoop.fs.RawLocalFileSystem (as suggested in https://www.safaribooksonline.com/library/view/hadoop-the-definitive/9781449328917/ch04.html) but without any success. The .crc files are still getting generated on the local linux file system. Any help on this would be really appreciated. Regards, Abu
... View more