且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

获得"文件不存在"运行一个Amazon EMR作业时出错

更新时间:2022-12-09 11:10:16

我终于意识到这是一个使用文件系统的问题,所以我加了code在节目中像下面 文件系统FS = FileSystem.get(URI.create(S3://可扩展性),CONF);

I finally realize it is the problem of using the filesystem, so I add a code in the program like below FileSystem fs = FileSystem.get( URI.create("s3://scalability"), conf);