Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Fill AWS credentials when configuring Hadoop EC2 instances
Description
There's a function "configure_hadoop" in the hadoop-ec2-init-remote.sh script used to configure EC2 nodes for Hadoop. The function actually uses AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables, but they are never passed to it. It can be fixed in service.py by passing those variables.