在Pig

时间:2016-07-01 18:31:11

标签: apache-pig

下面是我的猪脚本:在第一步中,我将数据加载到temp。这里temp的文件名(abc.txt)不是数据。因此DUMP temp将打印abc.txt 我想从文件abc.txt加载数据。任何帮助,因为我收到错误。

temp = LOAD '/usr/filename.txt' using PigStorage(';');
DUMP temp;
info = LOAD '$temp' from PigStorage(';');

1 个答案:

答案 0 :(得分:0)

您可以在加载命令之前声明变量以读取数据。 例如:

.box > span::before{
  content:'';
  position:relative;
  margin-left:70px;
}