Hello How to specify not default (64 Mb) block size for fuse_dfs !?
In hdfs-site.xml 32MB: <property> <name>dfs.block.size</name> <value>33554432</value> </property> via command line hadoop dfs -copyFromLocal ...... - all newly created blocks - 32Mb, but fuse_dfs after mounting creates blocks with default 64Mb size ! Best regards, Sergey R.