IllegalArgumentException: Can not create a Path from an empty string

Posted wuyuchuan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IllegalArgumentException: Can not create a Path from an empty string相关的知识,希望对你有一定的参考价值。

在mapreduce程序中

//设置输入和输出路径
FileInputFormat.setInputPaths(job,new Path("E:Dateinput"));
FileOutputFormat.setOutputPath(job,new Path("E:Dateout"))
明明路径没有写错,但是却报错
IllegalArgumentException: Can not create a Path from an empty
string

这可能是因为你的本地电脑用户名是中文造成的

右键桌面电脑,点击管理,会出现如下界面:
点击本地用户和组,将中文名字改成英文名字即可

技术图片

 

 



 


 

 

以上是关于IllegalArgumentException: Can not create a Path from an empty string的主要内容,如果未能解决你的问题,请参考以下文章

IllegalArgumentException:无效的列纬度

Retrofit-IllegalArgumentException:意外的 url

引起:java.lang.IllegalArgumentException:属性'driverClassName'不能为空

IllegalArgumentException:接收方未注册

IllegalArgumentException 介绍

java.lang.IllegalArgumentException:基本 URI 不能为空