[
https://issues.apache.org/jira/browse/HADOOP-6108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-6108:
------------------------------
Attachment: HADOOP-6108.patch
bq. Hudson is likely using a non-interactive non-login shell to invoke its
scripts, in which case it should either specify AWS credentials in the
environment it explicitly passes to subshells, or should specify the config
script via the $BASH_ENV variable. (e.g.: BASH_ENV=/home/hudson/.bashrc
/path/to/run-your-test-script-here)
Good point. I have removed the lines that source ~/.bashrc.
I've also referenced the the EC2 wiki page from the README.
> Add support for EBS storage on EC2
> ----------------------------------
>
> Key: HADOOP-6108
> URL: https://issues.apache.org/jira/browse/HADOOP-6108
> Project: Hadoop Common
> Issue Type: New Feature
> Components: contrib/ec2
> Reporter: Tom White
> Assignee: Tom White
> Attachments: HADOOP-6108.patch, HADOOP-6108.patch, HADOOP-6108.patch,
> HADOOP-6108.patch
>
>
> By using EBS for namenode and datanode storage we can have persistent,
> restartable Hadoop clusters running on EC2.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.