I tested topology in one mavhine with localhost and worker fine , Now i
want to run it in real cluster with two machines

i installed storm in machine 2 and wrote in storm.yaml
storm.zookeeper.servers:
      - "nameOfMachine1"
nimbus.host: "IpAddressOfMachine1"
drpc.servers:
      - "nameOfMachine1"

storm.yaml of Machine 1
storm.zookeeper.servers:
      - "nameOfMachine1"
nimbus.host: "127.0.0.1"

i set drpc.server in code with IpAddressOfMachine1

i installed ssh to connect two machine
it's suppose as i got to run
zookeeper,nimbus and drpc in Machine 1 and supervisor in Machine2
when i did that i got in running supervisor
    at backtype.storm.command.config_value.main(Unknown Source)
Exception in thread "main" while parsing a block mapping
 in 'reader', line 2, column 2:
     storm.zookeeper.servers:
     ^
expected <block end>, but found BlockMappingStart
 in 'reader', line 9, column 3:
      nimbus.host: "IpAddressOfMachine1"

How can i fix it ?
Thanks in advance

Reply via email to