hbase(main):005:0> truncate 'fr:test' Truncating 'FaceBase' table (it may take a while): - Disabling table... - Dropping table... - Creating table... 0 row(s) in 14.4220 seconds
truncate是disable、drop、create三個動作的自動化集成。
hbase(main):005:0> truncate 'fr:test' Truncating 'FaceBase' table (it may take a while): - Disabling table... - Dropping table... - Creating table... 0 row(s) in 14.4220 seconds
truncate是disable、drop、create三個動作的自動化集成。
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。