Created on 10-27-2015 08:58 PM - edited 09-16-2022 02:46 AM
Where can I find the ambari views tuning guide?
Created 10-27-2015 08:59 PM
Thanks @Paul Codding
It is recommended to increase the amount of memory available to the Ambari Server when deploying multiple views. As each view requires it's own memory footprint, increasing the Ambari Server's maximum allocable memory to 4096MB will help support multiple deployed views and concurrent use.
Edit the /var/lib/ambari-server/ambari-env.sh
file on the Ambari Server and replace the value of the -Xmx2048m
argument with -Xmx4096m -XX:PermSize=128m -XX:MaxPermSize=128m
. Then, restart the Ambari Server to apply this change:
Created 10-27-2015 08:59 PM
Thanks @Paul Codding
It is recommended to increase the amount of memory available to the Ambari Server when deploying multiple views. As each view requires it's own memory footprint, increasing the Ambari Server's maximum allocable memory to 4096MB will help support multiple deployed views and concurrent use.
Edit the /var/lib/ambari-server/ambari-env.sh
file on the Ambari Server and replace the value of the -Xmx2048m
argument with -Xmx4096m -XX:PermSize=128m -XX:MaxPermSize=128m
. Then, restart the Ambari Server to apply this change:
Created 06-03-2016 03:57 PM
Hi @Neeraj Sabharwal we are intorducing Ambari views fro the first time. We have ~50 active users who are using Hue daily and migrating all the users to Views now. I would like to get some recommendations for Ambari Views configuration. Currently we have Hive, Tez & File System views on a dedicated Ambari views server with 16 GB of memory allocated and permgen of 512 MB. Please provide your inputs. Thanks in advance !!
Created 06-03-2016 06:53 PM
We are also migrating to ambari views with starting active users of 50 and can go upto 100 by the year end. We are configuring hive view, files view, pig view, Tez view.
Created 06-06-2016 06:40 PM