镜像备份
HDFS 插件安装配置
bin/plugin install elasticsearch/elasticsearch-repository-hdfs/2.2.0# repository 配置
hdfs:
uri:"hdfs://<host>:<port>"(默认port为8020)
#Hadoop file-system URI
path:"some/path"
#path with the file-system where data is stored/loaded
conf.hdfs_config:"/hadoop/hadoop-2.5.2/etc/hadoop/hdfs-site.xml"
conf.hadoop_config:"/hadoop/hadoop-2.5.2/etc/hadoop/core-site.xml"
load_defaults:"true"
#whether to load the default Hadoop configuration (default) or not
compress:"false"
# optional - whether to compress the metadata or not (default)
chunk_size:"10mb"
# optional - chunk size (disabled by default)
# 禁用 jsm
security.manager.enabled: falseHadoop 配置
mapred-site.xml.template
yarn-site.xml
hadoop-env.sh
core-site.xml
slaves
hdfs-site.xml
启动 Hadoop
备份导出
创建快照仓库
索引快照
备份恢复
备份删除
查看仓库信息
Last updated