Browse Source

feat:添加脚本

zhaohaipeng 1 year ago
parent
commit
a7cf9b4048
2 changed files with 1 additions and 32 deletions
  1. 0 31
      client/ODPSClient.py
  2. 1 1
      hadoop_monitor.py

File diff suppressed because it is too large
+ 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()

Some files were not shown because too many files changed in this diff