|
sangeetha k
2012-01-24, 11:51
Harsh J
2012-01-24, 12:01
sangeetha k
2012-01-24, 13:01
yonghu
2012-01-24, 13:03
sangeetha k
2012-01-24, 13:04
sangeetha k
2012-01-24, 13:10
Harsh J
2012-01-24, 13:35
sangeetha k
2012-01-27, 07:58
Harsh J
2012-01-27, 08:44
sangeetha k
2012-01-27, 10:15
sangeetha k
2012-01-30, 11:26
|
-
hadoop and hbase modesangeetha k 2012-01-24, 11:51
Hi,
I wanted to setup Hadoop and Hbase in one remote server and Hbase client running in another system. Please let me know which mode should the Hadoop and Hbase be running in the remote server. Pseudo-distributed or distributed mode? Previously I had Hadoop, Hbase and hbase client all running in single system. Now I wanted to move the Hadoop and Hbase to remote system and test the client. Thanks, Sangeetha K
-
Re: hadoop and hbase modeHarsh J 2012-01-24, 12:01
You need a distributed mode, with no server binding to localhost.
On Tue, Jan 24, 2012 at 5:21 PM, sangeetha k <[EMAIL PROTECTED]> wrote: > Hi, > > I wanted to setup Hadoop and Hbase in one remote server and Hbase client running in another system. > > Please let me know which mode should the Hadoop and Hbase be running in the remote server. Pseudo-distributed or distributed mode? > > Previously I had Hadoop, Hbase and hbase client all running in single system. Now I wanted to move the Hadoop and Hbase to remote system and test the client. > > Thanks, > Sangeetha K -- Harsh J Customer Ops. Engineer, Cloudera
-
Re: hadoop and hbase modesangeetha k 2012-01-24, 13:01
Harsh,
Thanks for the response. Do I need to setup both hadoop and Hbase in distributed mode? Thanks, Sangeetha K ________________________________ From: Harsh J <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]; sangeetha k <[EMAIL PROTECTED]> Sent: Tuesday, January 24, 2012 5:31 PM Subject: Re: hadoop and hbase mode You need a distributed mode, with no server binding to localhost. On Tue, Jan 24, 2012 at 5:21 PM, sangeetha k <[EMAIL PROTECTED]> wrote: > Hi, > > I wanted to setup Hadoop and Hbase in one remote server and Hbase client running in another system. > > Please let me know which mode should the Hadoop and Hbase be running in the remote server. Pseudo-distributed or distributed mode? > > Previously I had Hadoop, Hbase and hbase client all running in single system. Now I wanted to move the Hadoop and Hbase to remote system and test the client. > > Thanks, > Sangeetha K -- Harsh J Customer Ops. Engineer, Cloudera
-
Re: hadoop and hbase modeyonghu 2012-01-24, 13:03
yes
On Tue, Jan 24, 2012 at 2:01 PM, sangeetha k <[EMAIL PROTECTED]> wrote: > Harsh, > > Thanks for the response. > > Do I need to setup both hadoop and Hbase in distributed mode? > > Thanks, > Sangeetha K > > > ________________________________ > From: Harsh J <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED]; sangeetha k <[EMAIL PROTECTED]> > Sent: Tuesday, January 24, 2012 5:31 PM > Subject: Re: hadoop and hbase mode > > You need a distributed mode, with no server binding to localhost. > > On Tue, Jan 24, 2012 at 5:21 PM, sangeetha k <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I wanted to setup Hadoop and Hbase in one remote server and Hbase client running in another system. >> >> Please let me know which mode should the Hadoop and Hbase be running in the remote server. Pseudo-distributed or distributed mode? >> >> Previously I had Hadoop, Hbase and hbase client all running in single system. Now I wanted to move the Hadoop and Hbase to remote system and test the client. >> >> Thanks, >> Sangeetha K > > > > -- > Harsh J > Customer Ops. Engineer, Cloudera
-
Re: hadoop and hbase modesangeetha k 2012-01-24, 13:04
Ok. thanks. let me do the setup and come back if I face any issues.
________________________________ From: yonghu <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]; sangeetha k <[EMAIL PROTECTED]> Sent: Tuesday, January 24, 2012 6:33 PM Subject: Re: hadoop and hbase mode yes On Tue, Jan 24, 2012 at 2:01 PM, sangeetha k <[EMAIL PROTECTED]> wrote: > Harsh, > > Thanks for the response. > > Do I need to setup both hadoop and Hbase in distributed mode? > > Thanks, > Sangeetha K > > > ________________________________ > From: Harsh J <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED]; sangeetha k <[EMAIL PROTECTED]> > Sent: Tuesday, January 24, 2012 5:31 PM > Subject: Re: hadoop and hbase mode > > You need a distributed mode, with no server binding to localhost. > > On Tue, Jan 24, 2012 at 5:21 PM, sangeetha k <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I wanted to setup Hadoop and Hbase in one remote server and Hbase client running in another system. >> >> Please let me know which mode should the Hadoop and Hbase be running in the remote server. Pseudo-distributed or distributed mode? >> >> Previously I had Hadoop, Hbase and hbase client all running in single system. Now I wanted to move the Hadoop and Hbase to remote system and test the client. >> >> Thanks, >> Sangeetha K > > > > -- > Harsh J > Customer Ops. Engineer, Cloudera
-
Re: hadoop and hbase modesangeetha k 2012-01-24, 13:10
Hi,
what does this 'no server binding to localhost' means. Any configuration changes for this? Thanks, Sangeetha K ________________________________ From: Harsh J <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]; sangeetha k <[EMAIL PROTECTED]> Sent: Tuesday, January 24, 2012 5:31 PM Subject: Re: hadoop and hbase mode You need a distributed mode, with no server binding to localhost. On Tue, Jan 24, 2012 at 5:21 PM, sangeetha k <[EMAIL PROTECTED]> wrote: > Hi, > > I wanted to setup Hadoop and Hbase in one remote server and Hbase client running in another system. > > Please let me know which mode should the Hadoop and Hbase be running in the remote server. Pseudo-distributed or distributed mode? > > Previously I had Hadoop, Hbase and hbase client all running in single system. Now I wanted to move the Hadoop and Hbase to remote system and test the client. > > Thanks, > Sangeetha K -- Harsh J Customer Ops. Engineer, Cloudera
-
Re: hadoop and hbase modeHarsh J 2012-01-24, 13:35
Mostly just means that your ZooKeeper's zoo.cfg, Hadoop's
core-site.xml/mapred-site.xml, and HBase's hbase-site.xml - must *not* carry "localhost" (or anything that resolves to 127.0.0.1) in it anywhere, but rather use a hostname that identifies it, and is accessible by your client node. On Tue, Jan 24, 2012 at 6:40 PM, sangeetha k <[EMAIL PROTECTED]> wrote: > Hi, > > what does this 'no server binding to localhost' means. Any configuration > changes for this? > > Thanks, > Sangeetha K > > From: Harsh J <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED]; sangeetha k <[EMAIL PROTECTED]> > Sent: Tuesday, January 24, 2012 5:31 PM > Subject: Re: hadoop and hbase mode > > You need a distributed mode, with no server binding to localhost. > > On Tue, Jan 24, 2012 at 5:21 PM, sangeetha k <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I wanted to setup Hadoop and Hbase in one remote server and Hbase client >> running in another system. >> >> Please let me know which mode should the Hadoop and Hbase be running in >> the remote server. Pseudo-distributed or distributed mode? >> >> Previously I had Hadoop, Hbase and hbase client all running in single >> system. Now I wanted to move the Hadoop and Hbase to remote system and test >> the client. >> >> Thanks, >> Sangeetha K > > > > -- > Harsh J > Customer Ops. Engineer, Cloudera > > -- Harsh J Customer Ops. Engineer, Cloudera
-
Re: hadoop and hbase modesangeetha k 2012-01-27, 07:58
Hi,
I have setup hadoop and Hbase in distributed mode in a server. I am running Hbase client from a different machine. I am getting the below the error while running the client. Any idea what could be wrong in my configuration? 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:zookeeper.version=3.4.2-1221870, built on 12/21/2011 20:46 GMT 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:host.name=SK-2636.asiapacific.hpqcorp.net 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.version=1.6.0_27 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.vendor=Sun Microsystems Inc. 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.home=C:\u01\java\jdk1.6.0_27\jre 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.class.path=C:\projects\tr-framework\target\classes;C:\projects\tr-framework\target\test-classes;C:\Users\kannsang\Desktop\hadoop-core-1.0.0.jar;C:\Users\kannsang\Desktop\hbase-0.90.5.jar;C:\Users\kannsang\Desktop\commons-logging-1.1.1.jar;C:\Users\kannsang\Desktop\zookeeper-3.4.2.jar;C:\Users\kannsang\Desktop\slf4j-log4j12-1.6.1.jar;C:\Users\kannsang\Desktop\slf4j-api-1.6.1.jar;C:\Users\kannsang\Desktop\log4j-1.2.16.jar 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.library.path=C:\u01\java\jdk1.6.0_27\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/u01/java/jdk1.6.0_27/bin/../jre/bin/server;C:/u01/java/jdk1.6.0_27/bin/../jre/bin;C:/u01/java/jdk1.6.0_27/bin/../jre/lib/amd64;C:\u01\MQ\Java\lib;C:\u01\MQ\Java\lib64;C:\u01\app\oracle\product\11.2.0\server\bin;;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\RA2HP\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\PROGRA~1\ActivIdentity\ActivClient\;C:\PROGRA~2\ActivIdentity\ActivClient\;C:\PROGRA~1\WIDCOMM\Bluetooth Software\;C:\PROGRA~1\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\Internet Explorer;%ANT_HOME%\bin;%JAVA_HOME%\bin;C:\u01\apache-ant-1.8.2\bin;C:\u01\java\jdk1.6.0_27\bin;C:\u01\MQ\bin64;C:\u01\MQ\bin;C:\u01\MQ\tools\c\samples\bin;C:\eclipse;;. 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.io.tmpdir=C:\Users\kannsang\AppData\Local\Temp\ 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.compiler=<NA> 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:os.name=Windows 7 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:os.arch=amd64 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:os.version=6.1 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:user.name=kannsang 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:user.home=C:\Users\kannsang 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:user.dir=C:\projects\tr-framework 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=usclssoat245.airservices.eds.com:2181 sessionTimeout=180000 watcher=hconnection 12/01/27 13:09:43 INFO zookeeper.ClientCnxn: Opening socket connection to server /204.26.136.195:2181 12/01/27 13:09:44 INFO zookeeper.ClientCnxn: Socket connection established to usclssoat245.airservices.eds.com/204.26.136.195:2181, initiating session 12/01/27 13:09:44 WARN zookeeper.ClientCnxnSocket: Connected to an old server; r-o mode will be unavailable 12/01/27 13:09:44 INFO zookeeper.ClientCnxn: Session establishment complete on server usclssoat245.airservices.eds.com/204.26.136.195:2181, sessionid = 0x1351e187cff0004, negotiated timeout = 180000 12/01/27 13:09:49 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:09:51 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:09:54 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:09:57 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:10:01 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:10:04 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:10:10 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:10:16 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:10:25 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:10:43 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:10:45 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:10:47 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:10:50 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:10:53 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:10:56 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:11:00 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. 12/01/27 13:11:06 INFO ipc.HbaseRPC: Server at usclssoat245.airservice
-
Re: hadoop and hbase modeHarsh J 2012-01-27, 08:44
Hi,
For some reason your client is unable to talk to a regionserver. Can you ensure its up and running, and that you have no blockade on port 60020? In your web browser, does visiting http://usclssoat245.airservices.eds.com:60030 show up a page? On Fri, Jan 27, 2012 at 1:28 PM, sangeetha k <[EMAIL PROTECTED]> wrote: > Hi, > > I have setup hadoop and Hbase in distributed mode in a server. I am running Hbase client from a different machine. > > I am getting the below the error while running the client. > > Any idea what could be wrong in my configuration? > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:zookeeper.version=3.4.2-1221870, built on 12/21/2011 20:46 GMT > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:host.name=SK-2636.asiapacific.hpqcorp.net > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.version=1.6.0_27 > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.vendor=Sun Microsystems Inc. > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.home=C:\u01\java\jdk1.6.0_27\jre > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.class.path=C:\projects\tr-framework\target\classes;C:\projects\tr-framework\target\test-classes;C:\Users\kannsang\Desktop\hadoop-core-1.0.0.jar;C:\Users\kannsang\Desktop\hbase-0.90.5.jar;C:\Users\kannsang\Desktop\commons-logging-1.1.1.jar;C:\Users\kannsang\Desktop\zookeeper-3.4.2.jar;C:\Users\kannsang\Desktop\slf4j-log4j12-1.6.1.jar;C:\Users\kannsang\Desktop\slf4j-api-1.6.1.jar;C:\Users\kannsang\Desktop\log4j-1.2.16.jar > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.library.path=C:\u01\java\jdk1.6.0_27\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/u01/java/jdk1.6.0_27/bin/../jre/bin/server;C:/u01/java/jdk1.6.0_27/bin/../jre/bin;C:/u01/java/jdk1.6.0_27/bin/../jre/lib/amd64;C:\u01\MQ\Java\lib;C:\u01\MQ\Java\lib64;C:\u01\app\oracle\product\11.2.0\server\bin;;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\RA2HP\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\PROGRA~1\ActivIdentity\ActivClient\;C:\PROGRA~2\ActivIdentity\ActivClient\;C:\PROGRA~1\WIDCOMM\Bluetooth Software\;C:\PROGRA~1\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\Internet Explorer;%ANT_HOME%\bin;%JAVA_HOME%\bin;C:\u01\apache-ant-1.8.2\bin;C:\u01\java\jdk1.6.0_27\bin;C:\u01\MQ\bin64;C:\u01\MQ\bin;C:\u01\MQ\tools\c\samples\bin;C:\eclipse;;. > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.io.tmpdir=C:\Users\kannsang\AppData\Local\Temp\ > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.compiler=<NA> > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:os.name=Windows 7 > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:os.arch=amd64 > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:os.version=6.1 > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:user.name=kannsang > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:user.home=C:\Users\kannsang > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:user.dir=C:\projects\tr-framework > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=usclssoat245.airservices.eds.com:2181 sessionTimeout=180000 watcher=hconnection > 12/01/27 13:09:43 INFO zookeeper.ClientCnxn: Opening socket connection to server /204.26.136.195:2181 > 12/01/27 13:09:44 INFO zookeeper.ClientCnxn: Socket connection established to usclssoat245.airservices.eds.com/204.26.136.195:2181, initiating session > 12/01/27 13:09:44 WARN zookeeper.ClientCnxnSocket: Connected to an old server; r-o mode will be unavailable > 12/01/27 13:09:44 INFO zookeeper.ClientCnxn: Session establishment complete on server usclssoat245.airservices.eds.com/204.26.136.195:2181, sessionid = 0x1351e187cff0004, negotiated timeout = 180000 > 12/01/27 13:09:49 INFO ipc.HbaseRPC: Server at usclssoat245.airservices.eds.com/204.26.136.195:60020 could not be reached after 1 tries, giving up. Harsh J Customer Ops. Engineer, Cloudera
-
Re: hadoop and hbase modesangeetha k 2012-01-27, 10:15
Hi,
Yes it is up and running. I could open this page http://usclssoat245.airservices.eds.com:60030. Thanks, Sangeetha K ________________________________ From: Harsh J <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]; sangeetha k <[EMAIL PROTECTED]> Sent: Friday, January 27, 2012 2:14 PM Subject: Re: hadoop and hbase mode Hi, For some reason your client is unable to talk to a regionserver. Can you ensure its up and running, and that you have no blockade on port 60020? In your web browser, does visiting http://usclssoat245.airservices.eds.com:60030 show up a page? On Fri, Jan 27, 2012 at 1:28 PM, sangeetha k <[EMAIL PROTECTED]> wrote: > Hi, > > I have setup hadoop and Hbase in distributed mode in a server. I am running Hbase client from a different machine. > > I am getting the below the error while running the client. > > Any idea what could be wrong in my configuration? > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:zookeeper.version=3.4.2-1221870, built on 12/21/2011 20:46 GMT > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:host.name=SK-2636.asiapacific.hpqcorp.net > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.version=1.6.0_27 > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.vendor=Sun Microsystems Inc. > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.home=C:\u01\java\jdk1.6.0_27\jre > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.class.path=C:\projects\tr-framework\target\classes;C:\projects\tr-framework\target\test-classes;C:\Users\kannsang\Desktop\hadoop-core-1.0.0.jar;C:\Users\kannsang\Desktop\hbase-0.90.5.jar;C:\Users\kannsang\Desktop\commons-logging-1.1.1.jar;C:\Users\kannsang\Desktop\zookeeper-3.4.2.jar;C:\Users\kannsang\Desktop\slf4j-log4j12-1.6.1.jar;C:\Users\kannsang\Desktop\slf4j-api-1.6.1.jar;C:\Users\kannsang\Desktop\log4j-1.2.16.jar > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.library.path=C:\u01\java\jdk1.6.0_27\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/u01/java/jdk1.6.0_27/bin/../jre/bin/server;C:/u01/java/jdk1.6.0_27/bin/../jre/bin;C:/u01/java/jdk1.6.0_27/bin/../jre/lib/amd64;C:\u01\MQ\Java\lib;C:\u01\MQ\Java\lib64;C:\u01\app\oracle\product\11.2.0\server\bin;;C:\Perl\site\bin;C:\Perl\bin;C:\PROGRA~1\RA2HP\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\PROGRA~1\ActivIdentity\ActivClient\;C:\PROGRA~2\ActivIdentity\ActivClient\;C:\PROGRA~1\WIDCOMM\Bluetooth Software\;C:\PROGRA~1\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\Internet Explorer;%ANT_HOME%\bin;%JAVA_HOME%\bin;C:\u01\apache-ant-1.8.2\bin;C:\u01\java\jdk1.6.0_27\bin;C:\u01\MQ\bin64;C:\u01\MQ\bin;C:\u01\MQ\tools\c\samples\bin;C:\eclipse;;. > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.io.tmpdir=C:\Users\kannsang\AppData\Local\Temp\ > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:java.compiler=<NA> > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:os.name=Windows 7 > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:os.arch=amd64 > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:os.version=6.1 > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:user.name=kannsang > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:user.home=C:\Users\kannsang > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Client environment:user.dir=C:\projects\tr-framework > 12/01/27 13:09:43 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=usclssoat245.airservices.eds.com:2181 sessionTimeout=180000 watcher=hconnection > 12/01/27 13:09:43 INFO zookeeper.ClientCnxn: Opening socket connection to server /204.26.136.195:2181 > 12/01/27 13:09:44 INFO zookeeper.ClientCnxn: Socket connection established to usclssoat245.airservices.eds.com/204.26.136.195:2181, initiating session > 12/01/27 13:09:44 WARN zookeeper.ClientCnxnSocket: Connected to an old server; r-o mode will be unavailable Harsh J Customer Ops. Engineer, Cloudera
-
Re: hadoop and hbase modesangeetha k 2012-01-30, 11:26
Hi,
Here is the zookeeper logs after running hbase client in remote. Any configuration I am missing? 2012-01-30 06:06:17,633 INFO org.apache.zookeeper.server.NIOServerCnxn: Accepted socket connection from /139.73.41.161:50791 2012-01-30 06:06:17,635 INFO org.apache.zookeeper.server.NIOServerCnxn: Client attempting to establish new session at /139.73.41.161:50791 2012-01-30 06:06:17,638 INFO org.apache.zookeeper.server.NIOServerCnxn: Established session 0x1352e48214b0005 with negotiated timeout 180000 for client /139.73.41.161:50791 2012-01-30 06:08:12,754 WARN org.apache.zookeeper.server.NIOServerCnxn: Exception causing close of session 0x1352e48214b0005 due to java.io.IOException: Connection reset by peer 2012-01-30 06:08:12,755 INFO org.apache.zookeeper.server.NIOServerCnxn: Closed socket connection for client /139.73.41.161:50791 which had sessionid 0x1352e48214b0005 2012-01-30 06:10:21,004 INFO org.apache.zookeeper.server.ZooKeeperServer: Expiring session 0x1352e48214b0005, timeout of 180000ms exceeded 2012-01-30 06:10:21,005 INFO org.apache.zookeeper.server.PrepRequestProcessor: Processed session termination for sessionid: 0x1352e48214b0005 2012-01-30 06:11:01,321 INFO org.apache.zookeeper.server.NIOServerCnxn: Accepted socket connection from /127.0.0.1:25523 2012-01-30 06:11:01,354 INFO org.apache.zookeeper.server.NIOServerCnxn: Client attempting to establish new session at /127.0.0.1:25523 2012-01-30 06:11:01,356 INFO org.apache.zookeeper.server.NIOServerCnxn: Established session 0x1352e48214b0006 with negotiated timeout 180000 for client /127.0.0.1:25523 2012-01-30 06:11:04,233 INFO org.apache.zookeeper.server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x1352e48214b0000 type:delete cxid:0x32 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/hbase/table/trhbase Error:KeeperErrorCode = NoNode for /hbase/table/trhbase 2012-01-30 06:11:04,805 INFO org.apache.zookeeper.server.NIOServerCnxn: Accepted socket connection from /127.0.0.1:25532 2012-01-30 06:11:04,807 INFO org.apache.zookeeper.server.NIOServerCnxn: Client attempting to establish new session at /127.0.0.1:25532 2012-01-30 06:11:04,809 INFO org.apache.zookeeper.server.NIOServerCnxn: Established session 0x1352e48214b0007 with negotiated timeout 180000 for client /127.0.0.1:25532 2012-01-30 06:11:24,257 INFO org.apache.zookeeper.server.NIOServerCnxn: Accepted socket connection from /139.73.41.161:62655 2012-01-30 06:11:24,258 INFO org.apache.zookeeper.server.NIOServerCnxn: Client attempting to establish new session at /139.73.41.161:62655 2012-01-30 06:11:24,260 INFO org.apache.zookeeper.server.NIOServerCnxn: Established session 0x1352e48214b0008 with negotiated timeout 180000 for client /139.73.41.161:62655 2012-01-30 06:13:19,023 WARN org.apache.zookeeper.server.NIOServerCnxn: Exception causing close of session 0x1352e48214b0008 due to java.io.IOException: Connection reset by peer 2012-01-30 06:13:19,025 INFO org.apache.zookeeper.server.NIOServerCnxn: Closed socket connection for client /139.73.41.161:62655 which had sessionid 0x1352e48214b0008 2012-01-30 06:15:27,006 INFO org.apache.zookeeper.server.ZooKeeperServer: Expiring session 0x1352e48214b0008, timeout of 180000ms exceeded 2012-01-30 06:15:27,007 INFO org.apache.zookeeper.server.PrepRequestProcessor: Processed session termination for sessionid: 0x1352e48214b0008 2012-01-30 06:16:30,654 INFO org.apache.zookeeper.server.NIOServerCnxn: Accepted socket connection from /139.73.41.161:57505 2012-01-30 06:16:30,656 INFO org.apache.zookeeper.server.NIOServerCnxn: Client attempting to establish new session at /139.73.41.161:57505 2012-01-30 06:16:30,658 INFO org.apache.zookeeper.server.NIOServerCnxn: Established session 0x1352e48214b0009 with negotiated timeout 180000 for client /139.73.41.161:57505 Thanks, Sangeetha K ________________________________ From: sangeetha k <[EMAIL PROTECTED]> To: Harsh J <[EMAIL PROTECTED]>; "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Friday, January 27, 2012 3:45 PM Subject: Re: hadoop and hbase mode Hi, Yes it is up and running. I could open this page http://usclssoat245.airservices.eds.com:60030. Thanks, Sangeetha K ________________________________ From: Harsh J <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]; sangeetha k <[EMAIL PROTECTED]> Sent: Friday, January 27, 2012 2:14 PM Subject: Re: hadoop and hbase mode Hi, For some reason your client is unable to talk to a regionserver. Can you ensure its up and running, and that you have no blockade on port 60020? In your web browser, does visiting http://usclssoat245.airservices.eds.com:60030 show up a page? On Fri, Jan 27, 2012 at 1:28 PM, sangeetha k <[EMAIL PROTECTED]> wrote: Harsh J Customer Ops. Engineer, Cloudera ter |