我正在尝试在集群上运行基本的pig脚本,但是无法通过以下警告消息提交失败的作业:
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher
- 哎呀!有些工作失败了!如果需要,请指定-stop_on_failure 猪在失败时立即停止。
即使指定了正确的位置,任何人都无法使用PIG读取群集中的文件吗?
Failed to read data from "hdfs://172.16.30.119:8020/user/hadoop/wordfile"
data = load 'hdfs://172.16.30.119:8020/user/hadoop/wordfile';