In Hadoop fs how to lookup the block size for a particular file?
I was primarily interested in a command line, something like:
hadoop fs ... hdfs://fs1.d
I think it should be doable with:
hadoop fsck /filename -blocks
but I get Connection refused