Created 07-15-2016 06:18 PM
If I install a colocated instance of HBase with a YARN cluster (i.e., workers running NodeManager, Datanode, and RegionServer daemons) then does Ambari automatically adjust YARN memory to account for the HBase RegionServers or should I still tune the memory using the companion scripts?
Created 07-16-2016 07:19 PM
Ambari does not automatically adjust memory for any components. You should use the companion scripts to calculate and tune the heap memory for each component.
Also, you should try using Smartsense, which can identify signs of potential issues and provide recommendations for better tuning of HDP components.
Neither Ambari, nor Smartsense will make any automatic adjustment to the configuration of HDP components. There are defaults values for the configuration ( which must be manually tuned as per cluster usage ).
Created 07-16-2016 10:25 AM
By default, each component (NodeManager, Datanode, and RegionServer daemon) would have their own predetermined heap memory setting.
You need to tune yourself.
Created 07-16-2016 07:19 PM
Ambari does not automatically adjust memory for any components. You should use the companion scripts to calculate and tune the heap memory for each component.
Also, you should try using Smartsense, which can identify signs of potential issues and provide recommendations for better tuning of HDP components.
Neither Ambari, nor Smartsense will make any automatic adjustment to the configuration of HDP components. There are defaults values for the configuration ( which must be manually tuned as per cluster usage ).