Hello everybody,
I’m new on Hadoop and I train myself on it for a few weeks for my next job. I use the sandbox 2.0, Vmware and my computer has 32 GB of RAM (processor I7).
I practice on Pig but it’s so slow that it’s really difficult to make any progress. I read the topic to make hadoop faster with the sandbox so I modifiyed the setting to the VM machine to 8 GB, but it doesn’t change anything.
For example with a simple request like this:
a = load…
b = foreach a generate ….
dump b;
It takes me something like 3 minutes (the file is about 5 lines)..
Is it normal with my computer which has 32 GB of Ram ? Can I do something about it or it’s just Hadoop ?
Thx
Bye