Skip to content

Instantly share code, notes, and snippets.

@kungfumike
Created January 6, 2012 23:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kungfumike/1573048 to your computer and use it in GitHub Desktop.
12/01/06 15:48:23 INFO zookeeper.ZooKeeper: Client environment:java.library.path=/usr/lib/hadoop-0.20/lib/native/Linux-amd64-64:/usr/lib/hbase/lib/native/Linux-amd64-64
12/01/06 15:48:23 INFO zookeeper.ZooKeeper: Client environment:java.io.tmpdir=/tmp
12/01/06 15:48:23 INFO zookeeper.ZooKeeper: Client environment:java.compiler=<NA>
12/01/06 15:48:23 INFO zookeeper.ZooKeeper: Client environment:os.name=Linux
12/01/06 15:48:23 INFO zookeeper.ZooKeeper: Client environment:os.arch=amd64
12/01/06 15:48:23 INFO zookeeper.ZooKeeper: Client environment:os.version=2.6.32-33-server
12/01/06 15:48:23 INFO zookeeper.ZooKeeper: Client environment:user.name=hbase
12/01/06 15:48:23 INFO zookeeper.ZooKeeper: Client environment:user.home=/var/lib/hbase
12/01/06 15:48:23 INFO zookeeper.ZooKeeper: Client environment:user.dir=/home/mike
12/01/06 15:48:23 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=10.100.2.11:2181 sessionTimeout=180000 watcher=master:60000
12/01/06 15:48:23 INFO zookeeper.ClientCnxn: Opening socket connection to server /10.100.2.11:2181
12/01/06 15:48:23 INFO zookeeper.ClientCnxn: Socket connection established to localhost/10.100.2.11:2181, initiating session
12/01/06 15:48:23 INFO zookeeper.ClientCnxn: Session establishment complete on server localhost/10.100.2.11:2181, sessionid = 0x134b07921530018, negotiated timeout = 40000
12/01/06 15:48:23 INFO jvm.JvmMetrics: Initializing JVM Metrics with processName=Master, sessionId=127.0.0.1:60000
12/01/06 15:48:23 INFO hbase.metrics: MetricsString added: revision
12/01/06 15:48:23 INFO hbase.metrics: MetricsString added: hdfsUser
12/01/06 15:48:23 INFO hbase.metrics: MetricsString added: hdfsDate
12/01/06 15:48:23 INFO hbase.metrics: MetricsString added: hdfsUrl
12/01/06 15:48:23 INFO hbase.metrics: MetricsString added: date
12/01/06 15:48:23 INFO hbase.metrics: MetricsString added: hdfsRevision
12/01/06 15:48:23 INFO hbase.metrics: MetricsString added: user
12/01/06 15:48:23 INFO hbase.metrics: MetricsString added: hdfsVersion
12/01/06 15:48:23 INFO hbase.metrics: MetricsString added: url
12/01/06 15:48:23 INFO hbase.metrics: MetricsString added: version
12/01/06 15:48:23 INFO hbase.metrics: new MBeanInfo
12/01/06 15:48:23 INFO hbase.metrics: new MBeanInfo
12/01/06 15:48:23 INFO metrics.MasterMetrics: Initialized
12/01/06 15:48:23 INFO master.ActiveMasterManager: Master=127.0.0.1:60000
12/01/06 15:48:24 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=10.100.2.11:2181 sessionTimeout=180000 watcher=hconnection
12/01/06 15:48:24 INFO zookeeper.ClientCnxn: Opening socket connection to server /10.100.2.11:2181
12/01/06 15:48:24 INFO zookeeper.ClientCnxn: Socket connection established to localhost/10.100.2.11:2181, initiating session
12/01/06 15:48:24 INFO zookeeper.ClientCnxn: Session establishment complete on server localhost/10.100.2.11:2181, sessionid = 0x134b07921530019, negotiated timeout = 40000
12/01/06 15:48:24 INFO master.HMaster: Server active/primary master; 127.0.0.1:60000, sessionid=0x134b07921530018, cluster-up flag was=true
12/01/06 15:48:24 INFO mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
12/01/06 15:48:24 INFO http.HttpServer: Added global filtersafety (class=org.apache.hadoop.http.HttpServer$QuotingInputFilter)
12/01/06 15:48:24 INFO http.HttpServer: Port returned by webServer.getConnectors()[0].getLocalPort() before open() is -1. Opening the listener on 60010
12/01/06 15:48:24 INFO http.HttpServer: listener.getLocalPort() returned 60010 webServer.getConnectors()[0].getLocalPort() returned 60010
12/01/06 15:48:24 INFO http.HttpServer: Jetty bound to port 60010
12/01/06 15:48:24 INFO mortbay.log: jetty-6.1.26.cloudera.1
12/01/06 15:48:24 INFO mortbay.log: Started SelectChannelConnector@10.100.2.11:60010
12/01/06 15:48:26 INFO master.ServerManager: Waiting on regionserver(s) to checkin
12/01/06 15:48:27 INFO master.ServerManager: Waiting on regionserver(s) to checkin
12/01/06 15:48:29 INFO master.ServerManager: Waiting on regionserver(s) to checkin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment