Created on 09-02-2019 02:27 AM - last edited on 09-02-2019 03:02 AM by ask_bill_brooks
HI,
Since I am a novice in the Hadoop ecosystem and I have been trying to use the sandbox for HDP 3.0.1 in the past few days, the sandbox is behaving very strangely. In the beginning it used to work fine with all the services been started etc. just within a few minutes. However lately, the services most of the time fail to start or gets stuck at 55% or so for over an hour or even longer sometimes and still doesn't start. I have tried to uninstall and install again a couple of times but it doesn't help.
Could you please explain why this might be happening and how to correct that?
Created 09-02-2019 02:41 AM
HDP Sandbox is a learning setup which has a single node cluster with lots of services deployed to it.
So usually when you say "Start All Services" then it will attempt to start all the services that are not put into maintenance ... Which will create much load on the VM.
So ideally it will be best to just STOP the services that you are currently not using and then put them in Maintenance Mode. Then try to start the required services.
The Just start the services that you actually need for testing that way the load on the Sandbox host will be much less and you will find that operations will be executing much faster and you will also see some free memory on the sandbox host.
Created 09-02-2019 02:41 AM
HDP Sandbox is a learning setup which has a single node cluster with lots of services deployed to it.
So usually when you say "Start All Services" then it will attempt to start all the services that are not put into maintenance ... Which will create much load on the VM.
So ideally it will be best to just STOP the services that you are currently not using and then put them in Maintenance Mode. Then try to start the required services.
The Just start the services that you actually need for testing that way the load on the Sandbox host will be much less and you will find that operations will be executing much faster and you will also see some free memory on the sandbox host.
Created on 09-02-2019 02:45 AM - edited 09-02-2019 02:49 AM
@jsensharma Makes sense. Thanks.
However when individually starting the services, some of them still fail like Hive Metastore, Zepplin for example. Is it also because of the lack of memory? Since let's say I need the following services to run at once, HBase, Hive, MapReduce, HDFS, dataAnalytics and Zepplin.
Created 09-02-2019 02:51 AM
Also it will be great to start monitoring the free memory of the Sandbox host where all the components are running so that we will get better idea why the services are starting slow and taking almost 25 minutes time to start/fail to successfully start.
If you still find any failure in starting the selected services then please share the logs of those individual service components which are failing to start and also the "free -m" command output during the startup operation.
.
.
If your question is answered then, Please make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.