enable_debugging ()

When ran as the first step in your job flow, enables the Hadoop debugging UI in the AWS Management Console.

Access

public static

Returns

Type

Description

array

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

Related Methods

Source

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

public static function enable_debugging()
{
    return self::script_runner('s3://' . self::$region . '.elasticmapreduce/libs/state-pusher/0.1/fetch');
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback