Hi Jon,
On Thu, Nov 14, 2013 at 4:15 PM, <[email protected]> wrote:
>
> Unable to inject seeds with
> 29017 by: Jon Uhal
>
> First, here is my environment:
>
>
> Hadoop 1.2.1
> Accumulo 1.4.4
> Zookeeper 3.4.5
> Gora 0.3
> Solr 4.5.1
>
All software revisions look fine so good start :)
>
> ...but when I switched over to try the
> runtime/deploy nutch job, the inject step would just timeout.
>
Can you please post some of the your Hadoop logging from when the
InjectorJob is run on the cluster?
>
>
> 2013-11-14 15:35:44,481 INFO org.apache.zookeeper.ZooKeeper: Initiating
> client connection, connectString=dev1o,dev5o,dev6o sessionTimeout=30000
>
> watcher=org.apache.accumulo.core.zookeeper.ZooSession$AccumuloWatcher@df2d38
> 2013-11-14 15:35:44,483 DEBUG org.apache.zookeeper.ClientCnxn:
> zookeeper.disableAutoWatchReset is false
> 2013-11-14 15:35:44,493 INFO org.apache.zookeeper.ClientCnxn: Opening
> socket connection to server dev1o/10.2.156.115:2181
> 2013-11-14 15:35:44,494 INFO org.apache.zookeeper.ClientCnxn: Socket
> connection established to dev1o/10.2.156.115:2181, initiating session
> 2013-11-14 15:35:44,496 DEBUG org.apache.zookeeper.ClientCnxn: Session
> establishment request sent on dev1o/10.2.156.115:2181
> 2013-11-14 15:35:44,503 INFO org.apache.zookeeper.ClientCnxn: Session
> establishment complete on server dev1o/10.2.156.115:2181, sessionid =
> 0x142573f8b440007, negotiated timeout = 30000
> 2013-11-14 15:35:44,601 DEBUG org.apache.zookeeper.ClientCnxn: Reading
> reply sessionid:0x142573f8b440007, packet:: clientPath:null serverPath:null
> finished:false header:: 1,3 replyHeader:: 1,81604378745,0 request::
> '/accumulo/instances/dev1o,T response::
>
> s{25769803868,25769803868,1384364228759,1384364228759,0,0,0,0,36,0,25769803868}
>
>
Although the Zookeeper INFO and DEBUG logging indicates that server and
client connections are opened and successfully managed, I am concerned that
the zookeeper clientPath and serverPath entries later display as null! Can
you confirm if Zookeeper is correctly installed on all nodes and
connections are managed?