I am very new to cloud based services. I want to try impala queries on AWS EMR and EC2. Is it possible, Can I create a free account for EC2/EMR. If yes then how?
Asked
Active
Viewed 3,015 times
-2
-
Welcome to StackOverflow! Please read the info about [how to ask a good question](https://stackoverflow.com/help/how-to-ask) and [how to give a reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example). This will make it much easier for others to help you. – Aditi Apr 05 '18 at 07:39
-
I'm voting to close this question as off-topic because it's asking for a tutorial about cloud computing resources, not a specific programming question – OneCricketeer Apr 05 '18 at 12:00
-
FWIW, the amount of resources you get as part of the free tier are not worth running Hadoop or Impala – OneCricketeer Apr 05 '18 at 12:03
1 Answers
2
Impala is not available as a standard option in Amazon EMR.
You would probably need to launch your own Hadoop cluster on Amazon EC2 instances.
However, the AWS Free Usage Tier only provides micro-sized EC2 instances, which are not appropriate for a Hadoop cluster.

John Rotenstein
- 241,921
- 22
- 380
- 470