java.lang.IllegalArgumentException: URI has an authority component

java.lang.IllegalArgumentException: URI has an authority component,第1张

java.lang.IllegalArgumentException: URI has an authority component

来分析错了:是hdfs-site.xml配置文件中dfs.namenode.name.dir的配置有问题,或者没进行配置

正确的配置是:

进入修改

vim /home/bigdata/Opt/hadoop-2.10.1/etc/hadoop/hdfs-site.xml

		
				dfs.replication
				1
		
		
				dfs.namenode.name.dir
				file:/home/bigdata/Opt/hadoop-2.10.1/tmp/dfs/name
		
		
				dfs.datanode.data.dir
				file:/home/bigdata/Opt/hadoop-2.10.1/tmp/dfs/data
		

 

 

 

 

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/736571.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-28
下一篇 2022-04-28

发表评论

登录后才能评论

评论列表(0条)

保存