我正在尝试运行脚本但是我收到了错误。这是我的剧本:
X = load 'hdfs://localhost:54310/testing/abcd.txt' USING PigStorage('\t')AS(user,time,query);
Y = LIMIT X 10;
dump Y;
这是我在执行上述脚本时遇到的错误。
2014-06-15 14:31:42,438 [main] INFO org.apache.spark.scheduler.DAGScheduler - Failed to run saveAsNewAPIHadoopFile at StoreConverter.java:58
2014-06-15 14:31:42,491 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2043: Unexpected error during execution.