A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/EMR/Types/HadoopJarStepConfig.html below:

HadoopJarStepConfig — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::HadoopJarStepConfig
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing HadoopJarStepConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  properties: [
    {
      key: "XmlString",
      value: "XmlString",
    },
  ],
  jar: "XmlString",   main_class: "XmlString",
  args: ["XmlString"],
}

A job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for Hadoop to execute and waits for the job to finish or fail.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #args ⇒ Array<String>

A list of command line arguments passed to the JAR file\'s main function when executed.

#jar ⇒ String

A path to a JAR file run during the step.

#main_class ⇒ String

The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.

#properties ⇒ Array<Types::KeyValue>

A list of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4