[
https://issues.apache.org/jira/browse/WHIRR-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913077#action_12913077
]
Zach Bailey edited comment on WHIRR-96 at 9/21/10 12:59 PM:
------------------------------------------------------------
Contents of my cluster.cfg:
{quote}
[dataclip-prod]
image_id=ami-2d4aa444
instance_type=c1.medium
key_name=zach.bailey
availability_zone=us-east-1a
private_key=/Users/zach/Downloads/zachbailey.pem
ssh_options=-i %(private_key)s -o StrictHostKeyChecking=no
user_data_file=http://archive.cloudera.com/cloud/ec2/cdh3/hadoop-ec2-init-remote.sh
{quote}
and my ec2-storage-dataclip-prod.json:
{quote}
\{
"dn": [
[
\{
"device": "/dev/sdj",
"mount_point": "/ebs1",
"volume_id": "vol-923e17fb"
},
\{
"device": "/dev/sdk",
"mount_point": "/ebs2",
"volume_id": "vol-943e17fd"
}
],
[
\{
"device": "/dev/sdj",
"mount_point": "/ebs1",
"volume_id": "vol-963e17ff"
},
\{
"device": "/dev/sdk",
"mount_point": "/ebs2",
"volume_id": "vol-68311801"
}
]
],
"nn": [
[
\{
"device": "/dev/sdj",
"mount_point": "/ebs1",
"volume_id": "vol-9a3e17f3"
},
\{
"device": "/dev/sdk",
"mount_point": "/ebs2",
"volume_id": "vol-9c3e17f5"
}
]
]
}
{quote}
was (Author: znbailey):
Contents of my cluster.cfg:
{quote}
[dataclip-prod]
image_id=ami-2d4aa444
instance_type=c1.medium
key_name=zach.bailey
availability_zone=us-east-1a
private_key=/Users/zach/Downloads/zachbailey.pem
ssh_options=-i %(private_key)s -o StrictHostKeyChecking=no
user_data_file=http://archive.cloudera.com/cloud/ec2/cdh3/hadoop-ec2-init-remote.sh
{quote}
and my ec2-storage-dataclip-prod.json:
{quote}
{
"dn": [
[
\{
"device": "/dev/sdj",
"mount_point": "/ebs1",
"volume_id": "vol-923e17fb"
},
{
"device": "/dev/sdk",
"mount_point": "/ebs2",
"volume_id": "vol-943e17fd"
}
],
[
\{
"device": "/dev/sdj",
"mount_point": "/ebs1",
"volume_id": "vol-963e17ff"
},
{
"device": "/dev/sdk",
"mount_point": "/ebs2",
"volume_id": "vol-68311801"
}
]
],
"nn": [
[
{
"device": "/dev/sdj",
"mount_point": "/ebs1",
"volume_id": "vol-9a3e17f3"
},
{
"device": "/dev/sdk",
"mount_point": "/ebs2",
"volume_id": "vol-9c3e17f5"
}
]
]
}
{quote}
> EBS cluster doesn't work with CDH3 on Lucid
> -------------------------------------------
>
> Key: WHIRR-96
> URL: https://issues.apache.org/jira/browse/WHIRR-96
> Project: Whirr
> Issue Type: Bug
> Components: contrib/python
> Reporter: Tom White
>
> Following the instructions with
> https://docs.cloudera.com/display/DOC/Using+Persistent+Clusters and
> ami-2d4aa444 gives "Timeout while waiting for Hadoop to start. Please check
> logs on cluster."
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.