Hearen / HadoopInitializer

Using pure shell to configure hadoop 2.7.1 environment in CentOS 7.1 cluster
GNU General Public License v3.0
1 stars 0 forks source link

execute commands in the remotes using ssh #18

Closed Hearen closed 7 years ago

Hearen commented 7 years ago

It's quite direct ssh name@host "command to be executed" but to make it work always, remember to check the command path - sometimes absolute path is required to track the command.

Hearen commented 7 years ago

coordinating with Expect, everything will be just amazing -- automation!