gpt4 book ai didi

Hadoop pig : Passing Command Line Arguments

转载 作者:可可西里 更新时间:2023-11-01 14:07:45 28 4
gpt4 key购买 nike

有没有办法做到这一点?例如,传递要处理的文件的名称等?

最佳答案

这出现在 another question 中, 但您可以在命令行中指定输入参数并在加载时使用它,例如:

命令行:

pig -f script.pig -param input=somefile.txt

脚本. pig :

raw = LOAD '$input' AS (...);

请注意,如果您使用的是 Amazon Web Services Elastic Map Reduce,则“$input”是针对您提供的任何输入传递给脚本的内容。

关于Hadoop pig : Passing Command Line Arguments,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4166154/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com