连接Elastic Map Reduce ruby​​客户端时出错

时间:2012-12-01 13:42:53

标签: hadoop amazon-s3 amazon-web-services elastic-map-reduce

我正在按照AWS上提到的步骤使用SSH来使用交互式Hive会话。 我使用了以下资源

  1. https://github.com/ucbtwitter/getting-started/wiki/Using-Elastic-Map-Reduce-via-Command-Line
  2. http://docs.amazonwebservices.com/ElasticMapReduce/latest/GettingStartedGuide/SignUp.html
  3. 我最初收到此错误“错误:缺少密钥访问ID”然后我修复了我的JSON文件。 JSON文件的格式与上面链接中提到的格式相同。

    当我运行此命令时

    ./elastic-mapreduce 
    

    我收到以下错误: -

    错误:无法解析credentials.json:无法将String转换为整数。

    我也在AWS上检查了JSON中所需的值。

    有没有人知道为什么我会收到此错误?

1 个答案:

答案 0 :(得分:-1)

credentials.json中的region值必须是int类型。

{......
......
"region": 1
}