XiaoMi / minos

Minos is beyond a hadoop deployment system.
Apache License 2.0
522 stars 200 forks source link

How to use minos SHELL? #19

Open wuzesheng opened 10 years ago

wuzesheng commented 10 years ago

Minos supports a shell command, users can use this command to do operations on different clusters very conveniently, for example:

./deploy.py shell hdfs ${your-cluster-name} dfs -ls /
./deploy.py shell hdfs ${your-cluster-name} dfsadmin -refreshNetworkTopology
./deploy.py shell hbase ${your-cluster-name} shell

Notice that, before using this feature of minos, users should patch this issure to your hadoop-common: https://issues.apache.org/jira/browse/HADOOP-9223

hpttlook commented 10 years ago

excellent~

wuzesheng commented 10 years ago

Have you ever used this feature @hpttlook ?