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>
-
(::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>
-
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.
-
(::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>
- (::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>
- value (::Array<::String>) — Optional. HCFS URIs of jar files to add to the CLASSPATHs of the Flink driver and tasks.
- (::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
- (::Google::Cloud::Dataproc::V1::LoggingConfig) — Optional. The runtime log config for job execution.
#logging_config=
def logging_config=(value) -> ::Google::Cloud::Dataproc::V1::LoggingConfig
- value (::Google::Cloud::Dataproc::V1::LoggingConfig) — Optional. The runtime log config for job execution.
- (::Google::Cloud::Dataproc::V1::LoggingConfig) — Optional. The runtime log config for job execution.
#main_class
def main_class() -> ::String
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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}
-
(::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}
-
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.
-
(::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
- (::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
- value (::String) — Optional. HCFS URI of the savepoint, which contains the last saved progress for starting the current job.
- (::String) — Optional. HCFS URI of the savepoint, which contains the last saved progress for starting the current job.