文件名称:docker-accumulo:在容器中运行累积集群
文件大小:118KB
文件格式:ZIP
更新时间:2024-06-20 13:15:04
Shell
docker-accumulo 这是一个 WIP 项目,可以在 docker 平台上轻松使用 accumulo 集群。 它面向开发和实验,目前缺乏生产就绪属性作为真正的持久性或访问控制。 请勿在生产中使用! 当前,工作流是围绕Makefile安排的,该Makefile隐藏了一些操作复杂性。 建造 确保你已经安装了 docker 并且一个守护进程正在运行并且可用。 只需执行 make image 将构建一个docker-accumulo映像,其中包含 CentOS 7 上的 Hortonworks HDP-2.2 和 Accumulo 1.7.0。此外,还有一个用于 DNS 和服务检查的 consul 集群。 跑步 创建映像后,可以运行集群 make cluster 一旦集群形成(那里有一个 20 秒的 sleep 命令,让 Hadoop 有时间启动),您可以使用 make info
【文件预览】:
docker-accumulo-master
----config()
--------hadoop()
--------consul()
--------supervisord.conf(544B)
--------zookeeper()
--------supervisor()
--------accumulo()
--------ssh()
----Dockerfile(3KB)
----accumulo_cluster_in_consul.png(77KB)
----Makefile(5KB)
----README.md(5KB)
----scripts()
--------accumulo_profile.sh(129B)
--------add_user.sh(537B)
--------run_namenode.sh(426B)
--------init_accumulo.sh(689B)
--------bootstrap-node.sh(774B)