Updated on 2026-08-13 GMT+08:00

To MRS Iceberg

Table 1 Parameter description

Type

Parameter

Description

Recommended Value

Basic parameters

Database Name

Database name. Click the icon next to the text box to select a database.

default

Table Name

Click the icon next to the text box to select a table.

test_iceberg

Write Mode

Data write mode

  • TRUNCATE+LOAD: The TRUNCATE statement is executed to clear data in partitions before new data is written.
  • LOAD: No operation is performed before data is written.
  • INSERT_OVERWRITE: Data is overwritten.

LOAD

Run Queue

Value of the request parameter --queue, which determines the queue to which a Spark task is submitted for execution.

default

Advanced attributes

Preceding Parameters

Parameters configured using the SET syntax to control the writing of data into Iceberg through a Spark SQL statement

--driver-memory=2G,--executor-memory=2G,--driver-cores=1,--executor-cores=1,--num-executors=2