我试图在Pig hdfs模式下执行存储操作,但它向我抛出以下错误消息
org.apache.pig.backend.hadoop.executionenginemapreduceLayer.MapReduceLauncher-Failed。
我检查了转储操作,但它也给了我同样的错误
start-dfs.sh
start-yarn.sh
猪
A = LOAD'/home/hduser/sample.txt'使用PigStorage('')作为(ID:int,Name:chararray,.......);
B =列出一个通用ID,即NAME 使用PigStorage('')将B存储到'/ home / hduser'中
用于存储和转储操作的脚本。