Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::FlinkJob (v1.2.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::FlinkJob.

A Dataproc job for running Apache Flink applications on YARN.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#args

def args() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision might occur that causes an incorrect job submission.

#args=

def args=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision might occur that causes an incorrect job submission.
Returns
  • (::Array<::String>) — Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision might occur that causes an incorrect job submission.

#jar_file_uris

def jar_file_uris() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. HCFS URIs of jar files to add to the CLASSPATHs of the Flink driver and tasks.

#jar_file_uris=

def jar_file_uris=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. HCFS URIs of jar files to add to the CLASSPATHs of the Flink driver and tasks.
Returns
  • (::Array<::String>) — Optional. HCFS URIs of jar files to add to the CLASSPATHs of the Flink driver and tasks.

#logging_config

def logging_config() -> ::Google::Cloud::Dataproc::V1::LoggingConfig
Returns

#logging_config=

def logging_config=(value) -> ::Google::Cloud::Dataproc::V1::LoggingConfig
Parameter
Returns

#main_class

def main_class() -> ::String
Returns
  • (::String) — The name of the driver's main class. The jar file that contains the class must be in the default CLASSPATH or specified in jarFileUris.

    Note: The following fields are mutually exclusive: main_class, main_jar_file_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

#main_class=

def main_class=(value) -> ::String
Parameter
  • value (::String) — The name of the driver's main class. The jar file that contains the class must be in the default CLASSPATH or specified in jarFileUris.

    Note: The following fields are mutually exclusive: main_class, main_jar_file_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — The name of the driver's main class. The jar file that contains the class must be in the default CLASSPATH or specified in jarFileUris.

    Note: The following fields are mutually exclusive: main_class, main_jar_file_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

#main_jar_file_uri

def main_jar_file_uri() -> ::String
Returns
  • (::String) — The HCFS URI of the jar file that contains the main class.

    Note: The following fields are mutually exclusive: main_jar_file_uri, main_class. If a field in that set is populated, all other fields in the set will automatically be cleared.

#main_jar_file_uri=

def main_jar_file_uri=(value) -> ::String
Parameter
  • value (::String) — The HCFS URI of the jar file that contains the main class.

    Note: The following fields are mutually exclusive: main_jar_file_uri, main_class. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — The HCFS URI of the jar file that contains the main class.

    Note: The following fields are mutually exclusive: main_jar_file_uri, main_class. If a field in that set is populated, all other fields in the set will automatically be cleared.

#properties

def properties() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values, used to configure Flink. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/flink/conf/flink-defaults.conf and classes in user code.

#properties=

def properties=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values, used to configure Flink. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/flink/conf/flink-defaults.conf and classes in user code.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values, used to configure Flink. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/flink/conf/flink-defaults.conf and classes in user code.

#savepoint_uri

def savepoint_uri() -> ::String
Returns
  • (::String) — Optional. HCFS URI of the savepoint, which contains the last saved progress for starting the current job.

#savepoint_uri=

def savepoint_uri=(value) -> ::String
Parameter
  • value (::String) — Optional. HCFS URI of the savepoint, which contains the last saved progress for starting the current job.
Returns
  • (::String) — Optional. HCFS URI of the savepoint, which contains the last saved progress for starting the current job.