Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix navigation link to POST pig wiki

...

Name

Description

Required?

Default

jar

Name of the jar file for Map Reduce to use.

Required

None

class

Name of the class for Map Reduce to use.

Required

None

libjars

Comma separated jar files to include in the classpath.

Optional

None

files

Comma separated files to be copied to the map reduce cluster.

Optional

None

arg

Set a program argument.

Optional

None

define

Set a Hadoop configuration variable using the syntax define=NAME=VALUE

Optional

None

statusdir

A directory where WebHCat will write the status of the Map Reduce job. If provided, it is the caller's responsibility to remove this directory when done.

Optional

None

callback

Define a URL to be called upon job completion. You may embed a specific job ID into this URL using $jobId. This tag will be replaced in the callback URL with this job's job ID.

Optional

None

The standard parameters are also supported.

Results

...