Hi, Not sure what you mean by "without setting method being placed".
You should define S4 cluster configuration through zookeeper (newCluster command in http://incubator.apache.org/s4/doc/0.6.0/tools/ ) Notably, names and number of active nodes. Then you just start S4 nodes on various hosts and make sure there is a binding with you zookeeper cluster (pass a "zookeeper string" as the -zk option in the node command http://incubator.apache.org/s4/doc/0.6.0/tools/ ) . That's all! The walkthrough http://incubator.apache.org/s4/doc/0.6.0/walkthrough/ describes these operations in a single host, and you just need to pass the correct -zk option when starting nodes on remote hosts. Hope this helps, Matthieu On Feb 3, 2014, at 12:44 , しゅん <shun9...@yahoo.co.jp> wrote: > Hello. > > Please tell me the method to run S4 with multi machines. > I looked at the website(http://incubator.apache.org/s4/), but am troubled > without a setting method being placed.