服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. 群集 Hadoop的
  3. 有没有办法从一个数据节点获得Hadoop集群机器的列表?
Intereting Posts
SQL数据库脚本表更改 具有12个物理内核的ESXi Server最多只能在虚拟机中分配8个内核 卸下驱动器后,Gparted未检测到控制器 build议:Docker Infastructure为新手,Flynn,Dokku和Deis还是普通的docker? 如何重命名启用邮件的安全组? 在nginx中使用别名服务静态文件 没有互联网客户端电脑在Windows Server 2003域 在docker服务器中发生503错误(服务不可用) Apache在“读取请求”时被卡住,PID占用100%的CPU 在Windows Server 2008 R2上还原旧式审核策略 我可以configurationapache / mod_wsgi,以便别名URLpath在到达我的Django应用程序之前不被剥离? linux系统资源分析器 Debian Jessie的nginx 1.12.0和php7.1-fpm的权限问题 在web主机中找不到`find`命令,如何使用其他命令实现基于修改时间的删除? Powershell无法“看到”dnscmd.exe

有没有办法从一个数据节点获得Hadoop集群机器的列表?

我有权访问Hadoop集群中的一个数据节点,我想查找同一个集群的名称节点的标识。 有没有办法做到这一点?

  • Windows Server 2008 R2故障转移群集上的公用networking适配器是否存在问题?
  • Windows群集 – 我可以在不干扰SQL的情况下进行故障转移吗?
  • Windows群集停电后失败
  • 是否有可能没有Windows群集自动故障转移的Windows服务?
  • 将Windows Server 2012 R2扩展文件服务器转换回常规文件服务器。 可能吗?

您可以阅读datanode的configuration文件,特别是hdfs-site.xml 。 它将列出Datanode将尝试连接的名称节点。

使用下面的脚本

 #!/bin/bash date >> list_of_datanodes bin/hadoop dfsadmin -report > dfsstat.txt cat dfsstat.txt |grep 'Datanodes available' --color >> list_of_datanodes cat dfsstat.txt |grep 'Name:' --color >> list_of_datanodes rm -rf dfsstat.txt 
  • 心跳,露天,corosync之间的关系
  • 主动/主动与主动/被动群集
  • 2012群集服务名称失败
  • 在命令行上显示或安装Windows产品密钥
  • networking上使用空闲工作站的软件
  • MSSQL两个数据库服务器1数据库
  • 活动目录(AD)是集群的最佳实践
  • HA邮件服务器configuration
  • 如何设置Zabbix来监视SQL Server故障转移主动 – 被动群集?
  • Novell集群问题

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy