-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS hadoop runs never complete #142
Comments
There should be a run-specific verbose log file in I wouldn't be surprised if a t1.micro didn't have enough memory to run Hadoop, but I haven't tried. |
yeah that was it. Might consider adding a note to the pkb help output. Something along the lines of "resource intensive workload, may not work well with micro tiers". |
Glad to hear it. I opened #144 to track updating the help. |
Hi,
I'm very new to this and am having trouble with hadoop and aws.
Running 0.10.1.
Cmd: /pkb.py --cloud=AWS --benchmarks=hadoop_terasort --machine_type=t1.micro --terasort_num_rows=1000
Is there a minimum machine_type? I would think 1000 rows would go very quickly but it never completed, even after 3 hours of running. Ideas/Suggestions?
Thanks,
The text was updated successfully, but these errors were encountered: