- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ambari view tuning guide?
- Labels:
-
Apache Ambari
Created on ‎10-27-2015 08:58 PM - edited ‎09-16-2022 02:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where can I find the ambari views tuning guide?
Created ‎10-27-2015 08:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
