Chapter 14. Tuning Ambari Performance

For clusters larger than 200 nodes, calculate and set a larger task cache size on the Ambari server.

  1. Calculate the new, larger cache size, using the following relationship:

    ecCacheSizeValue=60*<cluster_size> where <cluster_size> is the number of nodes in the cluster.

  2. On the Ambari Server host, in etc/ambari-server/conf/ambari-properties, add the following property and value:

    server.ecCacheSize=<ecCacheSizeValue> where <ecCacheSizeValue> is the value calculated previously, based on the number of nodes in the cluster.

  3. Restart Ambari Server.

    ambari-server restart


loading table of contents...