2

我正在按照 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

我最初收到此错误“错误:缺少密钥访问 ID”,然后我修复了我的 JSON 文件。JSON 文件的格式与上述链接中提到的格式相同。

当我运行这个命令

./elastic-mapreduce 

我收到以下错误:-

错误:无法解析凭据.json:无法将字符串转换为整数。

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

有谁知道我为什么会收到这个错误?

4

1 回答 1

-1

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

{......
......
"region": 1
}
于 2014-12-05T22:20:52.223 回答