
Exception in thread “main”
org.apache.hadoop.mapred.FileAlreadyExistsException: Output
directory temp/preparePreferenceMatrix/itemIDIndex already exists
然而这个目录通过Hadoop的web界面并查询不到!!
解决方法:(直接remove掉在运行)
hadoop fs -rm -r temp/preparePreferenceMatrix/itemIDIndex
hadoop fs -rm -r temp
大功告成!!
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)