Skip to content

/AWS1/CL_GLUSPARKCNCTORTARGET

Specifies a target that uses an Apache Spark connector.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/GLUNODENAME /AWS1/GLUNODENAME

The name of the data target.

it_inputs TYPE /AWS1/CL_GLUONEINPUT_W=>TT_ONEINPUT TT_ONEINPUT

The nodes that are inputs to the data target.

iv_connectionname TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP

The name of a connection for an Apache Spark connector.

iv_connectorname TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP

The name of an Apache Spark connector.

iv_connectiontype TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP

The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.

Optional arguments:

it_additionaloptions TYPE /AWS1/CL_GLUADDLOPTIONS_W=>TT_ADDITIONALOPTIONS TT_ADDITIONALOPTIONS

Additional connection options for the connector.

it_outputschemas TYPE /AWS1/CL_GLUGLUESCHEMA=>TT_GLUESCHEMAS TT_GLUESCHEMAS

Specifies the data schema for the custom spark target.


Queryable Attributes

Name

The name of the data target.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Inputs

The nodes that are inputs to the data target.

Accessible with the following methods

Method Description
GET_INPUTS() Getter for INPUTS, with configurable default
ASK_INPUTS() Getter for INPUTS w/ exceptions if field has no value
HAS_INPUTS() Determine if INPUTS has a value

ConnectionName

The name of a connection for an Apache Spark connector.

Accessible with the following methods

Method Description
GET_CONNECTIONNAME() Getter for CONNECTIONNAME, with configurable default
ASK_CONNECTIONNAME() Getter for CONNECTIONNAME w/ exceptions if field has no valu
HAS_CONNECTIONNAME() Determine if CONNECTIONNAME has a value

ConnectorName

The name of an Apache Spark connector.

Accessible with the following methods

Method Description
GET_CONNECTORNAME() Getter for CONNECTORNAME, with configurable default
ASK_CONNECTORNAME() Getter for CONNECTORNAME w/ exceptions if field has no value
HAS_CONNECTORNAME() Determine if CONNECTORNAME has a value

ConnectionType

The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.

Accessible with the following methods

Method Description
GET_CONNECTIONTYPE() Getter for CONNECTIONTYPE, with configurable default
ASK_CONNECTIONTYPE() Getter for CONNECTIONTYPE w/ exceptions if field has no valu
HAS_CONNECTIONTYPE() Determine if CONNECTIONTYPE has a value

AdditionalOptions

Additional connection options for the connector.

Accessible with the following methods

Method Description
GET_ADDITIONALOPTIONS() Getter for ADDITIONALOPTIONS, with configurable default
ASK_ADDITIONALOPTIONS() Getter for ADDITIONALOPTIONS w/ exceptions if field has no v
HAS_ADDITIONALOPTIONS() Determine if ADDITIONALOPTIONS has a value

OutputSchemas

Specifies the data schema for the custom spark target.

Accessible with the following methods

Method Description
GET_OUTPUTSCHEMAS() Getter for OUTPUTSCHEMAS, with configurable default
ASK_OUTPUTSCHEMAS() Getter for OUTPUTSCHEMAS w/ exceptions if field has no value
HAS_OUTPUTSCHEMAS() Determine if OUTPUTSCHEMAS has a value