You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2018. It is now read-only.
I have setup a cluster with 7 node each having 4cpu, 16GB RAM and 50GB memory. Trying to setup hdfs on it. 1st 3 node as a master unfortunately when I started HDFS it is giving me error "Offer does not have enough resources" continuously.
While checking the status of zookeeper it also giving below error
"INFO [ProcessThread(sid:2 cport:-1)::PrepRequestProcessor@645] - Got user-level KeeperException when processing sessionid:0x25679a5dc6b001d type:create cxid:0x57b38785 zxid:0x8a000015b5 txntype:-1 reqpath:n/a Error Path:/hdfs-mesos/hdfs/tasks Error:KeeperErrorCode = NodeExists for /hdfs-mesos/hdfs/tasks"
Every time it creates a new zkfc and namenode process but after certain interval it fails but journalnode remain in running state. In sandbox log getting below error
"INFO zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)"
Note: Previously when I was using mesos0.28 with zookeeper3.4.5 there were no such error once I upgraded to mesos1.0 and zookeeper3.4.6 the above error being displayed.
Can anyone please let me know the minimum requirement to do the setup or where I am missing.
Thanks in Advance!!!
The text was updated successfully, but these errors were encountered:
I have setup a cluster with 7 node each having 4cpu, 16GB RAM and 50GB memory. Trying to setup hdfs on it. 1st 3 node as a master unfortunately when I started HDFS it is giving me error "Offer does not have enough resources" continuously.
While checking the status of zookeeper it also giving below error
"INFO [ProcessThread(sid:2 cport:-1)::PrepRequestProcessor@645] - Got user-level KeeperException when processing sessionid:0x25679a5dc6b001d type:create cxid:0x57b38785 zxid:0x8a000015b5 txntype:-1 reqpath:n/a Error Path:/hdfs-mesos/hdfs/tasks Error:KeeperErrorCode = NodeExists for /hdfs-mesos/hdfs/tasks"
Every time it creates a new zkfc and namenode process but after certain interval it fails but journalnode remain in running state. In sandbox log getting below error
"INFO zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)"
Note: Previously when I was using mesos0.28 with zookeeper3.4.5 there were no such error once I upgraded to mesos1.0 and zookeeper3.4.6 the above error being displayed.
Can anyone please let me know the minimum requirement to do the setup or where I am missing.
Thanks in Advance!!!
The text was updated successfully, but these errors were encountered: