我正在按照 AWS 上提到的步骤使用 SSH 使用交互式 Hive 会话。我使用了以下资源
- https://github.com/ucbtwitter/getting-started/wiki/Using-Elastic-Map-Reduce-via-Command-Line
- http://docs.amazonwebservices.com/ElasticMapReduce/latest/GettingStartedGuide/SignUp.html
我最初收到此错误“错误:缺少密钥访问 ID”,然后我修复了我的 JSON 文件。JSON 文件的格式与上述链接中提到的格式相同。
当我运行这个命令
./elastic-mapreduce
我收到以下错误:-
错误:无法解析凭据.json:无法将字符串转换为整数。
我也在 AWS 上检查了 JSON 所需的值。
有谁知道我为什么会收到这个错误?