Created 03-07-2017 12:44 PM
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
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
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
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
how i can know how much free memory i have ?
Created 03-07-2017 12:56 PM
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
free -m shows 115 free i have 6 running services everyday. ill try to increase ram there