Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Ambari runs very slow

avatar

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 .

1 ACCEPTED SOLUTION

avatar
Master Mentor

@voca voca

How much free memory do you have remaining in your Sandbox VM?

Can you increase the RAM and then try.

View solution in original post

5 REPLIES 5

avatar

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 ?!

avatar
Master Mentor

@voca voca

How much free memory do you have remaining in your Sandbox VM?

Can you increase the RAM and then try.

avatar

how i can know how much free memory i have ?

avatar
Master Mentor

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.

avatar

free -m shows 115 free i have 6 running services everyday. ill try to increase ram there