11 HDFS 的快照的使用

2021-10-12 08:37:25 字數 635 閱讀 3892

hdfs 的快照是什麼呢?

hdfs 的快照主要是針對資料夾。

hdfs dfsadmin -allowsnapshot /config3

hdfs dfs -createsnapshot /config3 backup_config3_20200820_1521

hdfs dfs -rm -r /config3/core-site.xml

hdfs dfs -createsnapshot /config3 backup_config3_20200820_1523

hdfs dfs -ls /config3/.snapshot

hdfs dfs renamesnapshot /config3 backup_config3_20200820_1523 backup_config3_20200820_1525

hdfs dfs -deletesnapshot /config3 backup_config3_20200820_1521

hdfs dfsadmin -disallowsnapshot /config3

hdfs lssnapshottabledir

總結:hdfs的快照功能雖然能夠保證資料的安全性,但是一般不建議大家使用,快照功能會占用非常大的磁碟空間。hdfs本身是帶3備份。

(4 10)快照的概念與使用

最近,開發系統使用sqlserver2008 r2,但是由於系統資料壓力的增加,準備增加乙個和正式資料庫同步的庫,用來供介面和報表使用,所以開始對sqlserver裡面的一些技術開始研究,第一篇先來研究一下最基本的資料庫快照。基本概念 先簡單介紹一下快照的基本概念,資料庫快照是 sql server...

hadoop的hdfs使用小結

hdfs 檔案目錄如下 1建立目錄 bin目錄下 hdfs dfs mkdir p user lin 2查詢檔案系統目錄 hdfs dfs ls 3將本地檔案上傳到檔案目錄 bin hdfs dfs put readme.txt user lin 4統計單詞 bin hadoop jar share...

HDFS中關於sticky bit的使用

hdfs 是乙個基礎的服務,hive hbase 等都是基於 hdfs,所以在配置其它上層服務時,需要提前配置好 hdfs 的許可權控制。在 hdfs 開啟許可權後,需要設定好服務的日誌路徑 如 spark 的 spark history yarn 的 tmp user 等 sticky bit 針...