Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 hadoop 流配置为在运行时为作业读取两个或多个输入参数?
例如,假设我有一个执行如下的脚本:my_script file1 file2
my_script file1 file2
如何在 hadoop 流中指定这个?
据我所知,我只能指定具有以下执行语法的作业: my_script "fixed_params" "input".
my_script "fixed_params" "input"
在流媒体方面工作不多,但我很确定你可以添加另一个-input参数。
-input
另请参阅:在 hadoop 上的一个流式作业中使用多个映射器输入?