- 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 runs very slow
- Labels:
-
Apache Ambari
-
Apache Hadoop
Created ‎03-07-2017 12:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am a begineer to Hadoop and im taking Hortonworks Sandbox tutorials . Ambari server runs so slow , hive , pig , every job every service , it loads and run very very slow , example if i run a simple select query of 10 rows , it takes tike to execute . My question is : is it okay with this , or do i have to install specific tools for different tasks ,like i`ve seen a tutorial when it is saying that qyering with beeline tool is faster , or do i have to execute everything with Putty , or to continue working in Ambari server http://localhost:8080/ . I appriciate every explanation . Thanks for time .
Created ‎03-07-2017 12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How much free memory do you have remaining in your Sandbox VM?
Can you increase the RAM and then try.
Created ‎03-07-2017 12:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i just have to figure out that i use oracle vm virtualbox , so is this issue related with that , or network ,or laptop , or what ?!
Created ‎03-07-2017 12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How much free memory do you have remaining in your Sandbox VM?
Can you increase the RAM and then try.
Created ‎03-07-2017 12:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how i can know how much free memory i have ?
Created ‎03-07-2017 12:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Linux commands:
To check memory
# free -m
To check if CPU resources are enough
# top
Else try to stop unwanted services that are running on your sandbox to free some resources.
Created ‎03-07-2017 01:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
free -m shows 115 free i have 6 running services everyday. ill try to increase ram there
