I found that those command are deprecated as per this Jira: https://issues.apache.org/jira/browse/HBASE-8861
Still, after enabling peers the replication is not starting. We looked into zk. Its peer state value is null/blank: zknode: ls /hbase-unsecure/replication/peers/prod-hbase/peer-state [] Can anyone tell me what is probably going on? On Tue, Oct 13, 2015 at 3:56 PM, anil gupta <[email protected]> wrote: > Hi All, > > I am using HBase 0.98(HDP2.2). > As per the documentation here: > > http://www.cloudera.com/content/cloudera/en/documentation/cdh4/v4-3-1/CDH4-Installation-Guide/cdh4ig_topic_20_11.html > > I am trying to run start_replication command. But, i m getting following > error: > hbase(main):013:0> start_replication > NameError: undefined local variable or method `start_replication' for > #<Object:0xac577b> > > Is start_replication not a valid command in HBase0.98? If its deprecated > then what is the alternate command? > > -- > Thanks & Regards, > Anil Gupta > -- Thanks & Regards, Anil Gupta
