hadoop - ElasticSearch Storm -


i'm working on real-time analytics twitter trend analyser. i'm using apache storm inject streaming data. i've generated twitter access codes , updated them on tweetscollectorspout.java file. , have created job jar file, used below command run job:

storm jar <path_to_jar>/ch05-0.0.1-job.jar com.packtpub.esh.streaming.topology 

i below error:

slf4j: class path contains multiple slf4j bindings. slf4j: found binding in [jar:file:/usr/local/storm/lib/logback-classic-1.0.13.jar!/org/slf4j/impl/staticloggerbinder.class] slf4j: found binding in [jar:file:/home/eshadoop/downloads/eshadoop-master/ch05/target/ch05-0.0.1-job.jar!/org/slf4j/impl/staticloggerbinder.class] slf4j: see http://www.slf4j.org/codes.html#multiple_bindings explanation. slf4j: actual binding of type [ch.qos.logback.classic.util.contextselectorstaticbinder] running: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-2.b11.el7_3.x86_64/jre/bin/java -client -dstorm.options= -dstorm.home=/usr/local/storm -dstorm.log.dir=/usr/local/storm/logs -djava.library.path=/usr/local/lib:/opt/local/lib:/usr/lib -dstorm.conf.file= -cp /usr/local/storm/lib/storm-core-0.9.5.jar:/usr/local/storm/lib/clojure-1.5.1.jar:/usr/local/storm/lib/clj-time-0.4.1.jar:/usr/local/storm/lib/joda-time-2.0.jar:/usr/local/storm/lib/compojure-1.1.3.jar:/usr/local/storm/lib/core.incubator-0.1.0.jar:/usr/local/storm/lib/tools.macro-0.1.0.jar:/usr/local/storm/lib/clout-1.0.1.jar:/usr/local/storm/lib/ring-core-1.1.5.jar:/usr/local/storm/lib/commons-codec-1.6.jar:/usr/local/storm/lib/commons-io-2.4.jar:/usr/local/storm/lib/commons-fileupload-1.2.1.jar:/usr/local/storm/lib/servlet-api-2.5.jar:/usr/local/storm/lib/hiccup-0.3.6.jar:/usr/local/storm/lib/ring-devel-0.3.11.jar:/usr/local/storm/lib/clj-stacktrace-0.2.2.jar:/usr/local/storm/lib/ring-jetty-adapter-0.3.11.jar:/usr/local/storm/lib/ring-servlet-0.3.11.jar:/usr/local/storm/lib/jetty-6.1.26.jar:/usr/local/storm/lib/jetty-util-6.1.26.jar:/usr/local/storm/lib/tools.logging-0.2.3.jar:/usr/local/storm/lib/math.numeric-tower-0.0.1.jar:/usr/local/storm/lib/tools.cli-0.2.4.jar:/usr/local/storm/lib/commons-exec-1.1.jar:/usr/local/storm/lib/commons-lang-2.5.jar:/usr/local/storm/lib/json-simple-1.1.jar:/usr/local/storm/lib/carbonite-1.4.0.jar:/usr/local/storm/lib/kryo-2.21.jar:/usr/local/storm/lib/reflectasm-1.07-shaded.jar:/usr/local/storm/lib/asm-4.0.jar:/usr/local/storm/lib/minlog-1.2.jar:/usr/local/storm/lib/objenesis-1.2.jar:/usr/local/storm/lib/chill-java-0.3.5.jar:/usr/local/storm/lib/snakeyaml-1.11.jar:/usr/local/storm/lib/commons-logging-1.1.3.jar:/usr/local/storm/lib/disruptor-2.10.1.jar:/usr/local/storm/lib/jgrapht-core-0.9.0.jar:/usr/local/storm/lib/logback-classic-1.0.13.jar:/usr/local/storm/lib/logback-core-1.0.13.jar:/usr/local/storm/lib/slf4j-api-1.7.5.jar:/usr/local/storm/lib/log4j-over-slf4j-1.6.6.jar:/usr/local/storm/lib/jline-2.11.jar:downloads/eshadoop-master/ch05/target/ch05-0.0.1-job.jar:/usr/local/storm/conf:/usr/local/storm/bin -dstorm.jar=downloads/eshadoop-master/ch05/target/ch05-0.0.1-job.jar com.packtpub.esh.streaming.topology slf4j: class path contains multiple slf4j bindings. slf4j: found binding in [jar:file:/usr/local/storm/lib/logback-classic-1.0.13.jar!/org/slf4j/impl/staticloggerbinder.class] slf4j: found binding in [jar:file:/home/eshadoop/downloads/eshadoop-master/ch05/target/ch05-0.0.1-job.jar!/org/slf4j/impl/staticloggerbinder.class] slf4j: see http://www.slf4j.org/codes.html#multiple_bindings explanation. slf4j: actual binding of type [ch.qos.logback.classic.util.contextselectorstaticbinder] 214  [main] info  org.elasticsearch.plugins - [white rabbit] loaded [], sites [] 837  [main] warn  org.elasticsearch.client.transport - [white rabbit] node [#transport#-1][localhost.localdomain][inet[localhost/127.0.0.1:9300]] not part of cluster cluster [eshadoopcluster], ignoring... 2102 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 gmt 2102 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:host.name=localhost 2102 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:java.version=1.8.0_131 2102 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:java.vendor=oracle corporation 2102 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-2.b11.el7_3.x86_64/jre 2102 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:java.class.path=/usr/local/storm/lib/storm-core-0.9.5.jar:/usr/local/storm/lib/clojure-1.5.1.jar:/usr/local/storm/lib/clj-time-0.4.1.jar:/usr/local/storm/lib/joda-time-2.0.jar:/usr/local/storm/lib/compojure-1.1.3.jar:/usr/local/storm/lib/core.incubator-0.1.0.jar:/usr/local/storm/lib/tools.macro-0.1.0.jar:/usr/local/storm/lib/clout-1.0.1.jar:/usr/local/storm/lib/ring-core-1.1.5.jar:/usr/local/storm/lib/commons-codec-1.6.jar:/usr/local/storm/lib/commons-io-2.4.jar:/usr/local/storm/lib/commons-fileupload-1.2.1.jar:/usr/local/storm/lib/servlet-api-2.5.jar:/usr/local/storm/lib/hiccup-0.3.6.jar:/usr/local/storm/lib/ring-devel-0.3.11.jar:/usr/local/storm/lib/clj-stacktrace-0.2.2.jar:/usr/local/storm/lib/ring-jetty-adapter-0.3.11.jar:/usr/local/storm/lib/ring-servlet-0.3.11.jar:/usr/local/storm/lib/jetty-6.1.26.jar:/usr/local/storm/lib/jetty-util-6.1.26.jar:/usr/local/storm/lib/tools.logging-0.2.3.jar:/usr/local/storm/lib/math.numeric-tower-0.0.1.jar:/usr/local/storm/lib/tools.cli-0.2.4.jar:/usr/local/storm/lib/commons-exec-1.1.jar:/usr/local/storm/lib/commons-lang-2.5.jar:/usr/local/storm/lib/json-simple-1.1.jar:/usr/local/storm/lib/carbonite-1.4.0.jar:/usr/local/storm/lib/kryo-2.21.jar:/usr/local/storm/lib/reflectasm-1.07-shaded.jar:/usr/local/storm/lib/asm-4.0.jar:/usr/local/storm/lib/minlog-1.2.jar:/usr/local/storm/lib/objenesis-1.2.jar:/usr/local/storm/lib/chill-java-0.3.5.jar:/usr/local/storm/lib/snakeyaml-1.11.jar:/usr/local/storm/lib/commons-logging-1.1.3.jar:/usr/local/storm/lib/disruptor-2.10.1.jar:/usr/local/storm/lib/jgrapht-core-0.9.0.jar:/usr/local/storm/lib/logback-classic-1.0.13.jar:/usr/local/storm/lib/logback-core-1.0.13.jar:/usr/local/storm/lib/slf4j-api-1.7.5.jar:/usr/local/storm/lib/log4j-over-slf4j-1.6.6.jar:/usr/local/storm/lib/jline-2.11.jar:downloads/eshadoop-master/ch05/target/ch05-0.0.1-job.jar:/usr/local/storm/conf:/usr/local/storm/bin 2102 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib 2102 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:java.io.tmpdir=/tmp 2102 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:java.compiler=<na> 2102 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:os.name=linux 2103 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:os.arch=amd64 2103 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:os.version=3.10.0-514.16.1.el7.x86_64 2103 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:user.name=eshadoop 2103 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:user.home=/home/eshadoop 2103 [main] info  org.apache.storm.zookeeper.zookeeper - client environment:user.dir=/home/eshadoop 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 gmt 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:host.name=localhost 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:java.version=1.8.0_131 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:java.vendor=oracle corporation 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-2.b11.el7_3.x86_64/jre 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:java.class.path=/usr/local/storm/lib/storm-core-0.9.5.jar:/usr/local/storm/lib/clojure-1.5.1.jar:/usr/local/storm/lib/clj-time-0.4.1.jar:/usr/local/storm/lib/joda-time-2.0.jar:/usr/local/storm/lib/compojure-1.1.3.jar:/usr/local/storm/lib/core.incubator-0.1.0.jar:/usr/local/storm/lib/tools.macro-0.1.0.jar:/usr/local/storm/lib/clout-1.0.1.jar:/usr/local/storm/lib/ring-core-1.1.5.jar:/usr/local/storm/lib/commons-codec-1.6.jar:/usr/local/storm/lib/commons-io-2.4.jar:/usr/local/storm/lib/commons-fileupload-1.2.1.jar:/usr/local/storm/lib/servlet-api-2.5.jar:/usr/local/storm/lib/hiccup-0.3.6.jar:/usr/local/storm/lib/ring-devel-0.3.11.jar:/usr/local/storm/lib/clj-stacktrace-0.2.2.jar:/usr/local/storm/lib/ring-jetty-adapter-0.3.11.jar:/usr/local/storm/lib/ring-servlet-0.3.11.jar:/usr/local/storm/lib/jetty-6.1.26.jar:/usr/local/storm/lib/jetty-util-6.1.26.jar:/usr/local/storm/lib/tools.logging-0.2.3.jar:/usr/local/storm/lib/math.numeric-tower-0.0.1.jar:/usr/local/storm/lib/tools.cli-0.2.4.jar:/usr/local/storm/lib/commons-exec-1.1.jar:/usr/local/storm/lib/commons-lang-2.5.jar:/usr/local/storm/lib/json-simple-1.1.jar:/usr/local/storm/lib/carbonite-1.4.0.jar:/usr/local/storm/lib/kryo-2.21.jar:/usr/local/storm/lib/reflectasm-1.07-shaded.jar:/usr/local/storm/lib/asm-4.0.jar:/usr/local/storm/lib/minlog-1.2.jar:/usr/local/storm/lib/objenesis-1.2.jar:/usr/local/storm/lib/chill-java-0.3.5.jar:/usr/local/storm/lib/snakeyaml-1.11.jar:/usr/local/storm/lib/commons-logging-1.1.3.jar:/usr/local/storm/lib/disruptor-2.10.1.jar:/usr/local/storm/lib/jgrapht-core-0.9.0.jar:/usr/local/storm/lib/logback-classic-1.0.13.jar:/usr/local/storm/lib/logback-core-1.0.13.jar:/usr/local/storm/lib/slf4j-api-1.7.5.jar:/usr/local/storm/lib/log4j-over-slf4j-1.6.6.jar:/usr/local/storm/lib/jline-2.11.jar:downloads/eshadoop-master/ch05/target/ch05-0.0.1-job.jar:/usr/local/storm/conf:/usr/local/storm/bin 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:java.io.tmpdir=/tmp 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:java.compiler=<na> 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:os.name=linux 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:os.arch=amd64 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:os.version=3.10.0-514.16.1.el7.x86_64 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:user.name=eshadoop 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:user.home=/home/eshadoop 2108 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - server environment:user.dir=/home/eshadoop 2360 [main] info  org.apache.storm.zookeeper.server.zookeeperserver - created server ticktime 2000 minsessiontimeout 4000 maxsessiontimeout 40000 datadir /tmp/b0ac64a9-2860-4aca-93f2-b2f3022c8c77/version-2 snapdir /tmp/b0ac64a9-2860-4aca-93f2-b2f3022c8c77/version-2 2364 [main] info  org.apache.storm.zookeeper.server.nioservercnxnfactory - binding port 0.0.0.0/0.0.0.0:2000 2365 [main] info  backtype.storm.zookeeper - starting inprocess zookeeper @ port 2000 , dir /tmp/b0ac64a9-2860-4aca-93f2-b2f3022c8c77 2523 [main] info  backtype.storm.daemon.nimbus - starting nimbus conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/tmp/66553233-d395-40c2-b43a-c869972bfa79", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" true, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.defaultserializationdelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.sleepspoutwaitstrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.defaulttopologyvalidator", "supervisor.slots.ports" [6700 6701 6702 6703], "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 1, "supervisor.childopts" "-xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.listdelegateserializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.blockingwaitstrategy", "topology.multilang.serializer" "backtype.storm.multilang.jsonserializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.defaultkryofactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 1, "storm.thrift.transport" "backtype.storm.security.auth.simpletransportplugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.context", "logviewer.appender.name" "a1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil} 2526 [main] info  backtype.storm.daemon.nimbus - using default scheduler 2531 [main] info  backtype.storm.utils.stormboundedexponentialbackoffretry - basesleeptimems [1000] maxsleeptimems [30000] maxretries [5] 2558 [main] info  org.apache.storm.curator.framework.imps.curatorframeworkimpl - starting 2559 [main] info  org.apache.storm.zookeeper.zookeeper - initiating client connection, connectstring=localhost:2000 sessiontimeout=20000 watcher=org.apache.storm.curator.connectionstate@45ab3bdd 2569 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - opening socket connection server localhost/127.0.0.1:2000. not attempt authenticate using sasl (unknown error) 2570 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - socket connection established localhost/127.0.0.1:2000, initiating session 2570 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.nioservercnxnfactory - accepted socket connection /127.0.0.1:53324 2576 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.zookeeperserver - client attempting establish new session @ /127.0.0.1:53324 2579 [syncthread:0] info  org.apache.storm.zookeeper.server.persistence.filetxnlog - creating new log file: log.1 2589 [syncthread:0] info  org.apache.storm.zookeeper.server.zookeeperserver - established session 0x15de2451f770000 negotiated timeout 20000 client /127.0.0.1:53324 2589 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - session establishment complete on server localhost/127.0.0.1:2000, sessionid = 0x15de2451f770000, negotiated timeout = 20000 2591 [main-eventthread] info  org.apache.storm.curator.framework.state.connectionstatemanager - state change: connected 2593 [main-eventthread] info  backtype.storm.zookeeper - zookeeper state update: :connected:none 3617 [processthread(sid:0 cport:-1):] info  org.apache.storm.zookeeper.server.preprequestprocessor - processed session termination sessionid: 0x15de2451f770000 3618 [main] info  org.apache.storm.zookeeper.zookeeper - session: 0x15de2451f770000 closed 3618 [main-eventthread] info  org.apache.storm.zookeeper.clientcnxn - eventthread shut down 3619 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.nioservercnxn - closed socket connection client /127.0.0.1:53324 had sessionid 0x15de2451f770000 3620 [main] info  backtype.storm.utils.stormboundedexponentialbackoffretry - basesleeptimems [1000] maxsleeptimems [30000] maxretries [5] 3620 [main] info  org.apache.storm.curator.framework.imps.curatorframeworkimpl - starting 3620 [main] info  org.apache.storm.zookeeper.zookeeper - initiating client connection, connectstring=localhost:2000/storm sessiontimeout=20000 watcher=org.apache.storm.curator.connectionstate@7af52ec7 3621 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - opening socket connection server localhost/0:0:0:0:0:0:0:1:2000. not attempt authenticate using sasl (unknown error) 3622 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - socket connection established localhost/0:0:0:0:0:0:0:1:2000, initiating session 3622 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.nioservercnxnfactory - accepted socket connection /0:0:0:0:0:0:0:1:51550 3622 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.zookeeperserver - client attempting establish new session @ /0:0:0:0:0:0:0:1:51550 3623 [syncthread:0] info  org.apache.storm.zookeeper.server.zookeeperserver - established session 0x15de2451f770001 negotiated timeout 20000 client /0:0:0:0:0:0:0:1:51550 3623 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - session establishment complete on server localhost/0:0:0:0:0:0:0:1:2000, sessionid = 0x15de2451f770001, negotiated timeout = 20000 3624 [main-eventthread] info  org.apache.storm.curator.framework.state.connectionstatemanager - state change: connected 3650 [main] info  backtype.storm.utils.stormboundedexponentialbackoffretry - basesleeptimems [1000] maxsleeptimems [30000] maxretries [5] 3651 [main] info  org.apache.storm.curator.framework.imps.curatorframeworkimpl - starting 3651 [main] info  org.apache.storm.zookeeper.zookeeper - initiating client connection, connectstring=localhost:2000 sessiontimeout=20000 watcher=org.apache.storm.curator.connectionstate@d919544 3651 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - opening socket connection server localhost/0:0:0:0:0:0:0:1:2000. not attempt authenticate using sasl (unknown error) 3652 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - socket connection established localhost/0:0:0:0:0:0:0:1:2000, initiating session 3652 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.nioservercnxnfactory - accepted socket connection /0:0:0:0:0:0:0:1:51552 3652 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.zookeeperserver - client attempting establish new session @ /0:0:0:0:0:0:0:1:51552 3653 [syncthread:0] info  org.apache.storm.zookeeper.server.zookeeperserver - established session 0x15de2451f770002 negotiated timeout 20000 client /0:0:0:0:0:0:0:1:51552 3653 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - session establishment complete on server localhost/0:0:0:0:0:0:0:1:2000, sessionid = 0x15de2451f770002, negotiated timeout = 20000 3653 [main-eventthread] info  org.apache.storm.curator.framework.state.connectionstatemanager - state change: connected 3654 [main-eventthread] info  backtype.storm.zookeeper - zookeeper state update: :connected:none 3656 [processthread(sid:0 cport:-1):] info  org.apache.storm.zookeeper.server.preprequestprocessor - processed session termination sessionid: 0x15de2451f770002 3657 [main] info  org.apache.storm.zookeeper.zookeeper - session: 0x15de2451f770002 closed 3657 [main-eventthread] info  org.apache.storm.zookeeper.clientcnxn - eventthread shut down 3657 [main] info  backtype.storm.utils.stormboundedexponentialbackoffretry - basesleeptimems [1000] maxsleeptimems [30000] maxretries [5] 3657 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.nioservercnxn - closed socket connection client /0:0:0:0:0:0:0:1:51552 had sessionid 0x15de2451f770002 3657 [main] info  org.apache.storm.curator.framework.imps.curatorframeworkimpl - starting 3658 [main] info  org.apache.storm.zookeeper.zookeeper - initiating client connection, connectstring=localhost:2000/storm sessiontimeout=20000 watcher=org.apache.storm.curator.connectionstate@4eea94a4 3658 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - opening socket connection server localhost/0:0:0:0:0:0:0:1:2000. not attempt authenticate using sasl (unknown error) 3658 [main] info  backtype.storm.utils.stormboundedexponentialbackoffretry - basesleeptimems [1000] maxsleeptimems [30000] maxretries [5] 3658 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - socket connection established localhost/0:0:0:0:0:0:0:1:2000, initiating session 3658 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.nioservercnxnfactory - accepted socket connection /0:0:0:0:0:0:0:1:51554 3658 [main] info  org.apache.storm.curator.framework.imps.curatorframeworkimpl - starting 3659 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.zookeeperserver - client attempting establish new session @ /0:0:0:0:0:0:0:1:51554 3659 [main] info  org.apache.storm.zookeeper.zookeeper - initiating client connection, connectstring=localhost:2000 sessiontimeout=20000 watcher=org.apache.storm.curator.connectionstate@f8a6243 3659 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - opening socket connection server localhost/127.0.0.1:2000. not attempt authenticate using sasl (unknown error) 3660 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - socket connection established localhost/127.0.0.1:2000, initiating session 3660 [syncthread:0] info  org.apache.storm.zookeeper.server.zookeeperserver - established session 0x15de2451f770003 negotiated timeout 20000 client /0:0:0:0:0:0:0:1:51554 3660 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.nioservercnxnfactory - accepted socket connection /127.0.0.1:53332 3660 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - session establishment complete on server localhost/0:0:0:0:0:0:0:1:2000, sessionid = 0x15de2451f770003, negotiated timeout = 20000 3660 [main-eventthread] info  org.apache.storm.curator.framework.state.connectionstatemanager - state change: connected 3660 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.zookeeperserver - client attempting establish new session @ /127.0.0.1:53332 3661 [syncthread:0] info  org.apache.storm.zookeeper.server.zookeeperserver - established session 0x15de2451f770004 negotiated timeout 20000 client /127.0.0.1:53332 3661 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - session establishment complete on server localhost/127.0.0.1:2000, sessionid = 0x15de2451f770004, negotiated timeout = 20000 3661 [main-eventthread] info  org.apache.storm.curator.framework.state.connectionstatemanager - state change: connected 3661 [main-eventthread] info  backtype.storm.zookeeper - zookeeper state update: :connected:none 3662 [processthread(sid:0 cport:-1):] info  org.apache.storm.zookeeper.server.preprequestprocessor - processed session termination sessionid: 0x15de2451f770004 3663 [main] info  org.apache.storm.zookeeper.zookeeper - session: 0x15de2451f770004 closed 3663 [main-eventthread] info  org.apache.storm.zookeeper.clientcnxn - eventthread shut down 3663 [main] info  backtype.storm.utils.stormboundedexponentialbackoffretry - basesleeptimems [1000] maxsleeptimems [30000] maxretries [5] 3663 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.nioservercnxn - closed socket connection client /127.0.0.1:53332 had sessionid 0x15de2451f770004 3663 [main] info  org.apache.storm.curator.framework.imps.curatorframeworkimpl - starting 3664 [main] info  org.apache.storm.zookeeper.zookeeper - initiating client connection, connectstring=localhost:2000/storm sessiontimeout=20000 watcher=org.apache.storm.curator.connectionstate@168b4cb0 3664 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - opening socket connection server localhost/0:0:0:0:0:0:0:1:2000. not attempt authenticate using sasl (unknown error) 3664 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - socket connection established localhost/0:0:0:0:0:0:0:1:2000, initiating session 3664 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.nioservercnxnfactory - accepted socket connection /0:0:0:0:0:0:0:1:51558 3665 [nioservercxn.factory:0.0.0.0/0.0.0.0:2000] info  org.apache.storm.zookeeper.server.zookeeperserver - client attempting establish new session @ /0:0:0:0:0:0:0:1:51558 3666 [syncthread:0] info  org.apache.storm.zookeeper.server.zookeeperserver - established session 0x15de2451f770005 negotiated timeout 20000 client /0:0:0:0:0:0:0:1:51558 3666 [main-sendthread(localhost:2000)] info  org.apache.storm.zookeeper.clientcnxn - session establishment complete on server localhost/0:0:0:0:0:0:0:1:2000, sessionid = 0x15de2451f770005, negotiated timeout = 20000 3666 [main-eventthread] info  org.apache.storm.curator.framework.state.connectionstatemanager - state change: connected 3674 [main] info  backtype.storm.daemon.supervisor - starting supervisor conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper",  


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -