Created on 04-16-2016 11:02 AM - edited 08-18-2019 03:40 AM
I'm trying to setting up a 4 node cluster using HDP 2.3.x ambari2.1.x.After completing few levels in ambari setup, i came to this point where the ambari is repetitively asking me to allocate more memory to to hbase services.
And after re allocating the RAM size several times to the specified services i have ignored the warning and tried to proceed further.And I'm being warned this way..
I welcome any type of useful reply.
And i want to know whether i performed any preliminary mistakes in the earlier steps in Ambari set up.
Thanks in advance.
P:S I'm setting the cluster for production use.
Created 04-16-2016 01:42 PM
Hi @karthik sai, you can ignore the first warning for now, and can revisit RAM allocation on each node once the cluster is up, and redistribute any remaining RAM. Regarding the DB for Oozie, Derby is default but not recommended for production. You can replace it with MySql, Postgres or Ambari, here is the guide.
Created 04-16-2016 01:42 PM
Hi @karthik sai, you can ignore the first warning for now, and can revisit RAM allocation on each node once the cluster is up, and redistribute any remaining RAM. Regarding the DB for Oozie, Derby is default but not recommended for production. You can replace it with MySql, Postgres or Ambari, here is the guide.
Created 04-16-2016 01:53 PM
Thanks for your comforting reply.By your answer you mean i can change db after deploying my cluster?
Created 04-16-2016 02:09 PM
Yes, you can change Oozie DB later, just follow that guide, start with Step 3.2, 3.3 or 3.4 depending which DB flavor you want to use, then go to Step 4, and finally in Ambari-->Oozie, in the Oozie server block update DB properties accordingly.
Created 04-16-2016 06:29 PM
Thank you minovic. You are very helpful