扫码关注官方订阅号
core-site.xmlhbase-site.xml我的代码
报错信息
认证高级PHP讲师
错误不是很清楚了吗?空指针问题,需要看下为什么是空对象?
不清楚实际组件版本,根据报错,not implemented by the distributedfilesystem filesystem implementation,判断没有初始化成功hdfs的对象,根据个人经验,某些时候xml里面关于namenode的配置是无效的,也就是说,在hdfs的configuration里面,conf.set("fs.defaultFS", namenode)。然后再试试
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
错误不是很清楚了吗?
空指针问题,需要看下为什么是空对象?
不清楚实际组件版本,根据报错,not implemented by the distributedfilesystem filesystem implementation,判断没有初始化成功hdfs的对象,根据个人经验,某些时候xml里面关于namenode的配置是无效的,也就是说,在hdfs的configuration里面,conf.set("fs.defaultFS", namenode)。然后再试试