Home  >  Article  >  Database  >  Hadoop Pig Job Name

Hadoop Pig Job Name

WBOY
WBOYOriginal
2016-06-07 16:28:15962browse

hadoop pig job name 默认是 script name,可以在脚本中自己设置。 command line set job.name ‘myselfJobName’ http://jagaranandhadoop.blogspot.com/2011/07/hadoop-pig-job-name-in-commandline.html http://pig.apache.org/docs/r0.9.2/cmds.html#set

hadoop pig job name 默认是 script name,可以在脚本中自己设置。

command line

<code>set job.name ‘myselfJobName’
</code>

http://jagaranandhadoop.blogspot.com/2011/07/hadoop-pig-job-name-in-commandline.html

http://pig.apache.org/docs/r0.9.2/cmds.html#set

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn