yes i reviewed it again and fixed it thanks On Sat, Mar 5, 2016 at 6:00 PM, Lohith Samaga M <[email protected]> wrote:
> Hi > It could be a formatting/indentation issue in the yaml file . > > Lohith > > Sent from my Sony Xperia™ smartphone > > > ---- researcher cs wrote ---- > > > 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 > > > > > Information transmitted by this e-mail is proprietary to Mphasis, its > associated companies and/ or its customers and is intended > for use only by the individual or entity to which it is addressed, and may > contain information that is privileged, confidential or > exempt from disclosure under applicable law. If you are not the intended > recipient or it appears that this mail has been forwarded > to you without proper authority, you are notified that any use or > dissemination of this information in any manner is strictly > prohibited. In such cases, please notify us immediately at > [email protected] and delete this mail from your records. >
