pixiesimon
unread,Aug 31, 2012, 8:45:15 AM8/31/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seg...@googlegroups.com
I am a new starter, and I am trying to specify a location and I am not making much progress.
an example
SimonsCluster <- createCluster(numInstances=5,location="us-west-1")
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
Status Code: 400, AWS Service: AmazonElasticMapReduce, AWS Request ID: 2c6c2a9f-f368-11e1-99c9-37653ff1c17d, AWS Error Code: ValidationError, AWS Error Message: Specified Availability Zone is not supported
or
SimonsCluster <- createCluster(numInstances=5,location="eu-west-1a")
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
Status Code: 400, AWS Service: AmazonElasticMapReduce, AWS Request ID: 0e4189cd-f368-11e1-8a8a-89109e063582, AWS Error Code: ValidationError, AWS Error Message: Specified Availability Zone is not supported
doesnt work, its probably my syntax, its all new to me
I can get it to work using the default region is US-east, but would prefer it to be the EU for many reasons.
thanks
Simon