install_pig ()

Step that installs Pig on your job flow.

Access

public static

Returns

Type

Description

array

A standard array that is intended to be passed into a CFStepConfig object.

Related Methods

See Also

Source

Method defined in utilities/hadoopstep.class.php | Toggle source view (4 lines) | View on GitHub

public static function install_pig()
{
    return self::hive_pig_script('pig', array('--install-pig', '--pig-versions', 'latest'));
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback