2018年3月14日

elasticsearch 不同集群数据同步

摘要: 采用快照方式 1.源集群采用NFS,注意权限 2.共享目录完成后,在所有ES服务器上挂载为同一目录 3.创建快照仓库 put _snapshot/my_backup{ "type": "fs", "settings": { "compress": true, "location": "/data/e 阅读全文

posted @ 2018-03-14 19:36 net2817 阅读(1004) 评论(0) 推荐(1) 编辑

hbase备份数据与异地新建

摘要: hbase org.apache.hadoop.hbase.mapreduce.Driver export news /tmp/news1 备份news表至hdfs的/tmp目录下面。 hadoop dfs -get /tmp/news1 /dfs/newsback/ 把hdfs下的目录导出至本地的 阅读全文

posted @ 2018-03-14 16:24 net2817 阅读(216) 评论(0) 推荐(0) 编辑

导航