clean이 추가된 hbase 파일
http://svn.apache.org/viewvc/hbase/branches/0.95/bin/hbase?view=diff&r1=1478963&r2=1478964&pathrev=1478964
+ if [ $# -ne 1 -o "$matches" = "" ]; then + echo "Usage: hbase clean (--cleanZk|--cleanHdfs|--cleanAll)" + echo "Options: " + echo " --cleanZk cleans hbase related data from zookeeper." + echo " --cleanHdfs cleans hbase related data from hdfs." + echo " --cleanAll cleans hbase related data from both zookeeper and hdfs." + exit 1; + fi
추가된 clean-up 파일
http://svn.apache.org/viewvc/hbase/trunk/bin/hbase-cleanup.sh?view=markup
'nosql' 카테고리의 다른 글
hbase에서 nproc나 ulimit -n (open file number)의 크기를 변경해야 하는 이유 (0) | 2013.06.03 |
---|---|
[hbase] Bizosys의 Hadoop, Hbase 튜닝 사례 - Intel article (0) | 2013.05.21 |
[hbase] ACID in HBase (0) | 2013.04.29 |
[Hbase] 새로 추가된 Zookeeper의 기능 - read/write locks (0) | 2013.04.26 |
[Hbase] 버전별 성능 (0) | 2013.04.25 |