9 lines
124 B
Bash
9 lines
124 B
Bash
#!/bin/bash
|
|
|
|
|
|
\cp /conf/* /usr/local/$HADOOP_VERSION/etc/hadoop
|
|
|
|
echo "127.0.0.1 localhost" > /etc/hosts
|
|
|
|
/usr/sbin/sshd -D
|