How to specify AWS Access Key ID and Secret Access Key as part of a amazon s3n URL

后端 未结 5 1157
半阙折子戏
半阙折子戏 2020-12-30 22:43

I am passing input and output folders as parameters to mapreduce word count program from webpage.

Getting below error:

HTTP Status 500 - Requ

5条回答
  •  悲&欢浪女
    2020-12-30 23:18

    The documentation has the format: http://wiki.apache.org/hadoop/AmazonS3

     s3n://ID:SECRET@BUCKET/Path
    

提交回复
热议问题