Thanks, you were correct, shows no replicas:

$ dd if=/dev/zero of=/tmp/output.file bs=1024 count=1024
$ ll /tmp/output.file
-rw------- 1 hbase hadoop 1048576 Aug 25 14:56 /tmp/output.file
$ hadoop fs -mkdir /apps/testdir
hadoop fs -put /tmp/output.file /apps/testdir
$ hadoop fs -du -s -h /apps/testdir
1 M  /apps/testdir              



--
View this message in context: 
http://apache-hbase.679495.n3.nabble.com/Hbase-table-size-with-replicas-tp4082087p4082098.html
Sent from the HBase User mailing list archive at Nabble.com.

Reply via email to