You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by Rituraj Singh02 <Ri...@edgeverve.com> on 2015/01/27 11:36:12 UTC

unable to deploy Kylin

L4J [2015-01-27 05:34:18,099][INFO][org.apache.zookeeper.ZooKeeper] - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
L4J [2015-01-27 05:34:18,099][INFO][org.apache.zookeeper.ZooKeeper] - Client environment:java.io.tmpdir=/tmp
L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] - Client environment:java.compiler=<NA>
L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] - Client environment:os.name=Linux
L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] - Client environment:os.arch=amd64
L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] - Client environment:os.version=2.6.32-504.1.3.el6.x86_64
L4J [2015-01-27 05:34:18,101][INFO][org.apache.zookeeper.ZooKeeper] - Client environment:user.name=root
L4J [2015-01-27 05:34:18,101][INFO][org.apache.zookeeper.ZooKeeper] - Client environment:user.home=/root
L4J [2015-01-27 05:34:18,101][INFO][org.apache.zookeeper.ZooKeeper] - Client environment:user.dir=/home/edgeverveadm/Kylin_bac/job
L4J [2015-01-27 05:34:18,103][INFO][org.apache.zookeeper.ZooKeeper] - Initiating client connection, connectString=hadoopnode01:2181 sessionTimeout=60000 watcher=hconnection-0x7f5a1aca, quorum=hadoopnode01:2181, baseZNode=/hbase-unsecure
L4J [2015-01-27 05:34:18,138][INFO][org.apache.zookeeper.ClientCnxn] - Opening socket connection to server hadoopnode01/10.188.25.20:2181. Will not attempt to authenticate using SASL (unknown error)
L4J [2015-01-27 05:34:18,149][INFO][org.apache.zookeeper.ClientCnxn] - Socket connection established to hadoopnode01/10.188.25.20:2181, initiating session
L4J [2015-01-27 05:34:18,167][INFO][org.apache.zookeeper.ClientCnxn] - Session establishment complete on server hadoopnode01/10.188.25.20:2181, sessionid = 0x14b2a94ab1500df, negotiated timeout = 60000
L4J [2015-01-27 05:34:18,173][INFO][org.apache.hadoop.hbase.client.ZooKeeperRegistry] - ClusterId read in ZooKeeper is null
L4J [2015-01-27 05:34:18,238][ERROR][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation] - The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
L4J [2015-01-27 05:34:18,239][INFO][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation] - getMaster attempt 1 of 5 failed; retrying after sleep of 3020, exception=org.apache.hadoop.hbase.MasterNotRunningException: The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
L4J [2015-01-27 05:34:21,260][ERROR][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation] - The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
L4J [2015-01-27 05:34:21,261][INFO][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation] - getMaster attempt 2 of 5 failed; retrying after sleep of 6058, exception=org.apache.hadoop.hbase.MasterNotRunningException: The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
L4J [2015-01-27 05:34:27,325][ERROR][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation] - The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
L4J [2015-01-27 05:34:27,325][INFO][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation] - getMaster attempt 3 of 5 failed; retrying after sleep of 9029, exception=org.apache.hadoop.hbase.MasterNotRunningException: The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.

Regards,
Rituraj Singh
Product Engineer
M: +91 8105072397 | IP : 80395-20908

[Description: Description: Description: Description: cid:image003.jpg@01CF8ED2.5EBE2630]


Re: unable to deploy Kylin

Posted by Bijeet Singh <bi...@gmail.com>.
Hi Rituraj,

>From the logs, it seems that the root znode path as expected by Kylin
- /hbase-unsecure
is not in ZooKeeper. Can you confirm if it's present ?

By default,  HBase uses /hbase as the root znode path.

Bijeet


On Tue, Jan 27, 2015 at 8:16 PM, Luke Han <lu...@gmail.com> wrote:

> Hi Rituraj,
>     could you please help double check for these issues in your cluster?
> looks like there's something wrong in your zookeeper and hbase.
>
>     Thanks.
>
>
>
> L4J [2015-01-27 05:34:18,138][INFO][org.apache.zookeeper.ClientCnxn] -
> Opening socket connection to server hadoopnode01/10.188.25.20:2181. Will
> not attempt to authenticate using SASL (unknown error)
>
> L4J [2015-01-27 05:34:18,149][INFO][org.apache.zookeeper.ClientCnxn] -
> Socket connection established to hadoopnode01/10.188.25.20:2181,
> initiating
> session
>
> L4J [2015-01-27 05:34:18,167][INFO][org.apache.zookeeper.ClientCnxn] -
> Session establishment complete on server hadoopnode01/10.188.25.20:2181,
> sessionid = 0x14b2a94ab1500df, negotiated timeout = 60000
>
> L4J [2015-01-27
> 05:34:18,173][INFO][org.apache.hadoop.hbase.client.ZooKeeperRegistry] -
> ClusterId read in ZooKeeper is null
>
> L4J [2015-01-27
>
> 05:34:18,238][ERROR][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation]
> - The node /hbase-unsecure is not in ZooKeeper. It should have been written
> by the master. Check the value configured in 'zookeeper.znode.parent'.
> There could be a mismatch with the one configured in the master.
>
> 2015-01-27 19:34 GMT+08:00 Rituraj Singh02 <Rituraj_Singh02@edgeverve.com
> >:
>
> > That change I have already dealt. But still same problem.
> >
> > -----Original Message-----
> > From: hongbin ma [mailto:mahongbin@apache.org]
> > Sent: Tuesday, January 27, 2015 4:57 PM
> > To: dev@kylin.incubator.apache.org
> > Subject: Re: unable to deploy Kylin
> >
> > ​There should be no significant change on the master branch, it looks
> like
> >
> > <property>
> >
> >       <name>zookeeper.znode.parent</name>
> >
> >       <value>/hbase-unsecure</value>
> >
> >     </property>
> >
> > in your hbase-site.xml has changed.
> >
> >
> >
> > On Tue, Jan 27, 2015 at 7:20 PM, Rituraj Singh02 <
> > Rituraj_Singh02@edgeverve.com> wrote:
> >
> > > All things were working fine. I was just trying to upgrade and face
> > > this issue.
> > > Another thing is now I am even not able to deploy the earlier one
> > > also, which was fine.
> > > -----Original Message-----
> > > From: hongbin ma [mailto:mahongbin@apache.org]
> > > Sent: Tuesday, January 27, 2015 4:37 PM
> > > To: dev@kylin.incubator.apache.org
> > > Subject: Re: unable to deploy Kylin
> > >
> > > i mean which wiki page are your following?
> > >
> > > Recently we made lot of process in simplifying deploy process. these
> > > changes are currently on staging branch only.
> > > Can you please checkout the latest "staging" branch, and follow this
> > > guide
> > > https://github.com/KylinOLAP/Kylin/wiki/On-Hadoop-CLI-installation to
> > try again?
> > >
> >
>
>
>
> --
>
> Best Regards!
> ---------------------
>
> Luke Han
>

Re: unable to deploy Kylin

Posted by Luke Han <lu...@gmail.com>.
Hi Rituraj,
    could you please help double check for these issues in your cluster?
looks like there's something wrong in your zookeeper and hbase.

    Thanks.



L4J [2015-01-27 05:34:18,138][INFO][org.apache.zookeeper.ClientCnxn] -
Opening socket connection to server hadoopnode01/10.188.25.20:2181. Will
not attempt to authenticate using SASL (unknown error)

L4J [2015-01-27 05:34:18,149][INFO][org.apache.zookeeper.ClientCnxn] -
Socket connection established to hadoopnode01/10.188.25.20:2181, initiating
session

L4J [2015-01-27 05:34:18,167][INFO][org.apache.zookeeper.ClientCnxn] -
Session establishment complete on server hadoopnode01/10.188.25.20:2181,
sessionid = 0x14b2a94ab1500df, negotiated timeout = 60000

L4J [2015-01-27
05:34:18,173][INFO][org.apache.hadoop.hbase.client.ZooKeeperRegistry] -
ClusterId read in ZooKeeper is null

L4J [2015-01-27
05:34:18,238][ERROR][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation]
- The node /hbase-unsecure is not in ZooKeeper. It should have been written
by the master. Check the value configured in 'zookeeper.znode.parent'.
There could be a mismatch with the one configured in the master.

2015-01-27 19:34 GMT+08:00 Rituraj Singh02 <Ri...@edgeverve.com>:

> That change I have already dealt. But still same problem.
>
> -----Original Message-----
> From: hongbin ma [mailto:mahongbin@apache.org]
> Sent: Tuesday, January 27, 2015 4:57 PM
> To: dev@kylin.incubator.apache.org
> Subject: Re: unable to deploy Kylin
>
> ​There should be no significant change on the master branch, it looks like
>
> <property>
>
>       <name>zookeeper.znode.parent</name>
>
>       <value>/hbase-unsecure</value>
>
>     </property>
>
> in your hbase-site.xml has changed.
>
>
>
> On Tue, Jan 27, 2015 at 7:20 PM, Rituraj Singh02 <
> Rituraj_Singh02@edgeverve.com> wrote:
>
> > All things were working fine. I was just trying to upgrade and face
> > this issue.
> > Another thing is now I am even not able to deploy the earlier one
> > also, which was fine.
> > -----Original Message-----
> > From: hongbin ma [mailto:mahongbin@apache.org]
> > Sent: Tuesday, January 27, 2015 4:37 PM
> > To: dev@kylin.incubator.apache.org
> > Subject: Re: unable to deploy Kylin
> >
> > i mean which wiki page are your following?
> >
> > Recently we made lot of process in simplifying deploy process. these
> > changes are currently on staging branch only.
> > Can you please checkout the latest "staging" branch, and follow this
> > guide
> > https://github.com/KylinOLAP/Kylin/wiki/On-Hadoop-CLI-installation to
> try again?
> >
>



-- 

Best Regards!
---------------------

Luke Han

RE: unable to deploy Kylin

Posted by Rituraj Singh02 <Ri...@edgeverve.com>.
That change I have already dealt. But still same problem. 

-----Original Message-----
From: hongbin ma [mailto:mahongbin@apache.org] 
Sent: Tuesday, January 27, 2015 4:57 PM
To: dev@kylin.incubator.apache.org
Subject: Re: unable to deploy Kylin

​There should be no significant change on the master branch, it looks like

<property>

      <name>zookeeper.znode.parent</name>

      <value>/hbase-unsecure</value>

    </property>

in your hbase-site.xml has changed.



On Tue, Jan 27, 2015 at 7:20 PM, Rituraj Singh02 < Rituraj_Singh02@edgeverve.com> wrote:

> All things were working fine. I was just trying to upgrade and face 
> this issue.
> Another thing is now I am even not able to deploy the earlier one 
> also, which was fine.
> -----Original Message-----
> From: hongbin ma [mailto:mahongbin@apache.org]
> Sent: Tuesday, January 27, 2015 4:37 PM
> To: dev@kylin.incubator.apache.org
> Subject: Re: unable to deploy Kylin
>
> i mean which wiki page are your following?
>
> Recently we made lot of process in simplifying deploy process. these 
> changes are currently on staging branch only.
> Can you please checkout the latest "staging" branch, and follow this 
> guide 
> https://github.com/KylinOLAP/Kylin/wiki/On-Hadoop-CLI-installation to try again?
>

Re: unable to deploy Kylin

Posted by hongbin ma <ma...@apache.org>.
​There should be no significant change on the master branch,
it looks like

<property>

      <name>zookeeper.znode.parent</name>

      <value>/hbase-unsecure</value>

    </property>

in your hbase-site.xml has changed.



On Tue, Jan 27, 2015 at 7:20 PM, Rituraj Singh02 <
Rituraj_Singh02@edgeverve.com> wrote:

> All things were working fine. I was just trying to upgrade and face this
> issue.
> Another thing is now I am even not able to deploy the earlier one also,
> which was fine.
> -----Original Message-----
> From: hongbin ma [mailto:mahongbin@apache.org]
> Sent: Tuesday, January 27, 2015 4:37 PM
> To: dev@kylin.incubator.apache.org
> Subject: Re: unable to deploy Kylin
>
> i mean which wiki page are your following?
>
> Recently we made lot of process in simplifying deploy process. these
> changes are currently on staging branch only.
> Can you please checkout the latest "staging" branch, and follow this guide
> https://github.com/KylinOLAP/Kylin/wiki/On-Hadoop-CLI-installation to try
> again?
>

RE: unable to deploy Kylin

Posted by Rituraj Singh02 <Ri...@edgeverve.com>.
All things were working fine. I was just trying to upgrade and face this issue.
Another thing is now I am even not able to deploy the earlier one also, which was fine. 
-----Original Message-----
From: hongbin ma [mailto:mahongbin@apache.org] 
Sent: Tuesday, January 27, 2015 4:37 PM
To: dev@kylin.incubator.apache.org
Subject: Re: unable to deploy Kylin

i mean which wiki page are your following?

Recently we made lot of process in simplifying deploy process. these changes are currently on staging branch only.
Can you please checkout the latest "staging" branch, and follow this guide https://github.com/KylinOLAP/Kylin/wiki/On-Hadoop-CLI-installation to try again?

Re: unable to deploy Kylin

Posted by hongbin ma <ma...@apache.org>.
i mean which wiki page are your following?

Recently we made lot of process in simplifying deploy process. these
changes are currently on staging branch only.
Can you please checkout the latest "staging" branch, and follow this guide
https://github.com/KylinOLAP/Kylin/wiki/On-Hadoop-CLI-installation to try
again?

RE: unable to deploy Kylin

Posted by Rituraj Singh02 <Ri...@edgeverve.com>.
Latest release
Clustered environment Cloudera 
I  followed the steps
Get latest source code 
Change hadoop configuration details in pom.xml
Change ./examples/test_case_data/sandbox/kylin.properties
Change in Kylin/webapp/package.json 
-----Original Message-----
From: hongbin ma [mailto:mahongbin@apache.org] 
Sent: Tuesday, January 27, 2015 4:12 PM
To: dev@kylin.incubator.apache.org
Subject: Re: unable to deploy Kylin

hi, Rituraj

can you please attach the following info:
1.your kylin code version (branch, commit id,etc) 2.a brief of your environment, is it a cluster or sandbox? which vender?
3.which tutorial are you following for deployment?


On Tue, Jan 27, 2015 at 6:36 PM, Rituraj Singh02 < Rituraj_Singh02@edgeverve.com> wrote:

>  L4J [2015-01-27 05:34:18,099][INFO][org.apache.zookeeper.ZooKeeper] - 
> Client 
> environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:
> /lib64:/lib:/usr/lib
>
> L4J [2015-01-27 05:34:18,099][INFO][org.apache.zookeeper.ZooKeeper] - 
> Client environment:java.io.tmpdir=/tmp
>
> L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] - 
> Client environment:java.compiler=<NA>
>
> L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] - 
> Client environment:os.name=Linux
>
> L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] - 
> Client environment:os.arch=amd64
>
> L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] - 
> Client environment:os.version=2.6.32-504.1.3.el6.x86_64
>
> L4J [2015-01-27 05:34:18,101][INFO][org.apache.zookeeper.ZooKeeper] - 
> Client environment:user.name=root
>
> L4J [2015-01-27 05:34:18,101][INFO][org.apache.zookeeper.ZooKeeper] - 
> Client environment:user.home=/root
>
> L4J [2015-01-27 05:34:18,101][INFO][org.apache.zookeeper.ZooKeeper] - 
> Client environment:user.dir=/home/edgeverveadm/Kylin_bac/job
>
> L4J [2015-01-27 05:34:18,103][INFO][org.apache.zookeeper.ZooKeeper] - 
> Initiating client connection, connectString=hadoopnode01:2181
> sessionTimeout=60000 watcher=hconnection-0x7f5a1aca, 
> quorum=hadoopnode01:2181, baseZNode=/hbase-unsecure
>
> L4J [2015-01-27 05:34:18,138][INFO][org.apache.zookeeper.ClientCnxn] - 
> Opening socket connection to server hadoopnode01/10.188.25.20:2181. 
> Will not attempt to authenticate using SASL (unknown error)
>
> L4J [2015-01-27 05:34:18,149][INFO][org.apache.zookeeper.ClientCnxn] - 
> Socket connection established to hadoopnode01/10.188.25.20:2181, 
> initiating session
>
> L4J [2015-01-27 05:34:18,167][INFO][org.apache.zookeeper.ClientCnxn] - 
> Session establishment complete on server 
> hadoopnode01/10.188.25.20:2181, sessionid = 0x14b2a94ab1500df, 
> negotiated timeout = 60000
>
> L4J [2015-01-27
> 05:34:18,173][INFO][org.apache.hadoop.hbase.client.ZooKeeperRegistry] 
> - ClusterId read in ZooKeeper is null
>
> L4J [2015-01-27
> 05:34:18,238][ERROR][org.apache.hadoop.hbase.client.HConnectionManager
> $HConnectionImplementation]
> - The node /hbase-unsecure is not in ZooKeeper. It should have been 
> written by the master. Check the value configured in 'zookeeper.znode.parent'.
> There could be a mismatch with the one configured in the master.
>
> L4J [2015-01-27
> 05:34:18,239][INFO][org.apache.hadoop.hbase.client.HConnectionManager$
> HConnectionImplementation]
> - getMaster attempt 1 of 5 failed; retrying after sleep of 3020,
> exception=org.apache.hadoop.hbase.MasterNotRunningException: The node 
> /hbase-unsecure is not in ZooKeeper. It should have been written by 
> the master. Check the value configured in 'zookeeper.znode.parent'. 
> There could be a mismatch with the one configured in the master.
>
> L4J [2015-01-27
> 05:34:21,260][ERROR][org.apache.hadoop.hbase.client.HConnectionManager
> $HConnectionImplementation]
> - The node /hbase-unsecure is not in ZooKeeper. It should have been 
> written by the master. Check the value configured in 'zookeeper.znode.parent'.
> There could be a mismatch with the one configured in the master.
>
> L4J [2015-01-27
> 05:34:21,261][INFO][org.apache.hadoop.hbase.client.HConnectionManager$
> HConnectionImplementation]
> - getMaster attempt 2 of 5 failed; retrying after sleep of 6058,
> exception=org.apache.hadoop.hbase.MasterNotRunningException: The node 
> /hbase-unsecure is not in ZooKeeper. It should have been written by 
> the master. Check the value configured in 'zookeeper.znode.parent'. 
> There could be a mismatch with the one configured in the master.
>
> L4J [2015-01-27
> 05:34:27,325][ERROR][org.apache.hadoop.hbase.client.HConnectionManager
> $HConnectionImplementation]
> - The node /hbase-unsecure is not in ZooKeeper. It should have been 
> written by the master. Check the value configured in 'zookeeper.znode.parent'.
> There could be a mismatch with the one configured in the master.
>
> L4J [2015-01-27
> 05:34:27,325][INFO][org.apache.hadoop.hbase.client.HConnectionManager$
> HConnectionImplementation]
> - getMaster attempt 3 of 5 failed; retrying after sleep of 9029,
> exception=org.apache.hadoop.hbase.MasterNotRunningException: The node 
> /hbase-unsecure is not in ZooKeeper. It should have been written by 
> the master. Check the value configured in 'zookeeper.znode.parent'. 
> There could be a mismatch with the one configured in the master.
>
>
>
> *Regards,*
>
> *Rituraj Singh*
>
> *Product Engineer*
>
> *M: +91 8105072397 <%2B91%208105072397> | IP : 80395-20908*
>
>
>
> [image: Description: Description: Description: Description:
> cid:image003.jpg@01CF8ED2.5EBE2630]
>
>
>

Re: unable to deploy Kylin

Posted by hongbin ma <ma...@apache.org>.
hi, Rituraj

can you please attach the following info:
1.your kylin code version (branch, commit id,etc)
2.a brief of your environment, is it a cluster or sandbox? which vender?
3.which tutorial are you following for deployment?


On Tue, Jan 27, 2015 at 6:36 PM, Rituraj Singh02 <
Rituraj_Singh02@edgeverve.com> wrote:

>  L4J [2015-01-27 05:34:18,099][INFO][org.apache.zookeeper.ZooKeeper] -
> Client
> environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
>
> L4J [2015-01-27 05:34:18,099][INFO][org.apache.zookeeper.ZooKeeper] -
> Client environment:java.io.tmpdir=/tmp
>
> L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] -
> Client environment:java.compiler=<NA>
>
> L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] -
> Client environment:os.name=Linux
>
> L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] -
> Client environment:os.arch=amd64
>
> L4J [2015-01-27 05:34:18,100][INFO][org.apache.zookeeper.ZooKeeper] -
> Client environment:os.version=2.6.32-504.1.3.el6.x86_64
>
> L4J [2015-01-27 05:34:18,101][INFO][org.apache.zookeeper.ZooKeeper] -
> Client environment:user.name=root
>
> L4J [2015-01-27 05:34:18,101][INFO][org.apache.zookeeper.ZooKeeper] -
> Client environment:user.home=/root
>
> L4J [2015-01-27 05:34:18,101][INFO][org.apache.zookeeper.ZooKeeper] -
> Client environment:user.dir=/home/edgeverveadm/Kylin_bac/job
>
> L4J [2015-01-27 05:34:18,103][INFO][org.apache.zookeeper.ZooKeeper] -
> Initiating client connection, connectString=hadoopnode01:2181
> sessionTimeout=60000 watcher=hconnection-0x7f5a1aca,
> quorum=hadoopnode01:2181, baseZNode=/hbase-unsecure
>
> L4J [2015-01-27 05:34:18,138][INFO][org.apache.zookeeper.ClientCnxn] -
> Opening socket connection to server hadoopnode01/10.188.25.20:2181. Will
> not attempt to authenticate using SASL (unknown error)
>
> L4J [2015-01-27 05:34:18,149][INFO][org.apache.zookeeper.ClientCnxn] -
> Socket connection established to hadoopnode01/10.188.25.20:2181,
> initiating session
>
> L4J [2015-01-27 05:34:18,167][INFO][org.apache.zookeeper.ClientCnxn] -
> Session establishment complete on server hadoopnode01/10.188.25.20:2181,
> sessionid = 0x14b2a94ab1500df, negotiated timeout = 60000
>
> L4J [2015-01-27
> 05:34:18,173][INFO][org.apache.hadoop.hbase.client.ZooKeeperRegistry] -
> ClusterId read in ZooKeeper is null
>
> L4J [2015-01-27
> 05:34:18,238][ERROR][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation]
> - The node /hbase-unsecure is not in ZooKeeper. It should have been written
> by the master. Check the value configured in 'zookeeper.znode.parent'.
> There could be a mismatch with the one configured in the master.
>
> L4J [2015-01-27
> 05:34:18,239][INFO][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation]
> - getMaster attempt 1 of 5 failed; retrying after sleep of 3020,
> exception=org.apache.hadoop.hbase.MasterNotRunningException: The node
> /hbase-unsecure is not in ZooKeeper. It should have been written by the
> master. Check the value configured in 'zookeeper.znode.parent'. There could
> be a mismatch with the one configured in the master.
>
> L4J [2015-01-27
> 05:34:21,260][ERROR][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation]
> - The node /hbase-unsecure is not in ZooKeeper. It should have been written
> by the master. Check the value configured in 'zookeeper.znode.parent'.
> There could be a mismatch with the one configured in the master.
>
> L4J [2015-01-27
> 05:34:21,261][INFO][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation]
> - getMaster attempt 2 of 5 failed; retrying after sleep of 6058,
> exception=org.apache.hadoop.hbase.MasterNotRunningException: The node
> /hbase-unsecure is not in ZooKeeper. It should have been written by the
> master. Check the value configured in 'zookeeper.znode.parent'. There could
> be a mismatch with the one configured in the master.
>
> L4J [2015-01-27
> 05:34:27,325][ERROR][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation]
> - The node /hbase-unsecure is not in ZooKeeper. It should have been written
> by the master. Check the value configured in 'zookeeper.znode.parent'.
> There could be a mismatch with the one configured in the master.
>
> L4J [2015-01-27
> 05:34:27,325][INFO][org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation]
> - getMaster attempt 3 of 5 failed; retrying after sleep of 9029,
> exception=org.apache.hadoop.hbase.MasterNotRunningException: The node
> /hbase-unsecure is not in ZooKeeper. It should have been written by the
> master. Check the value configured in 'zookeeper.znode.parent'. There could
> be a mismatch with the one configured in the master.
>
>
>
> *Regards,*
>
> *Rituraj Singh*
>
> *Product Engineer*
>
> *M: +91 8105072397 <%2B91%208105072397> | IP : 80395-20908*
>
>
>
> [image: Description: Description: Description: Description:
> cid:image003.jpg@01CF8ED2.5EBE2630]
>
>
>