浏览代码

feat:添加脚本

zhaohaipeng 1 年之前
父节点
当前提交
a7cf9b4048
共有 2 个文件被更改,包括 1 次插入32 次删除
  1. 0 31
      client/ODPSClient.py
  2. 1 1
      hadoop_monitor.py

文件差异内容过多而无法显示
+ 0 - 31
client/ODPSClient.py


+ 1 - 1
hadoop_monitor.py

@@ -4,7 +4,7 @@ from client import HDFSClient
 
 from util import convert_util
 
-hdfs_client = HDFSClient.HDFSClient("47.99.167.11", "9870")
+hdfs_client = HDFSClient.HDFSClient("192.168.141.208", "9870")
 
 if __name__ == '__main__':
     live_nodes = hdfs_client.get_data_node_info()

部分文件因为文件数量过多而无法显示