Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
titleNew Configuration Options
ConfigOptions.key("sql-driver.application.storage-dir")
                    .stringType()
                    .noDefaultValue()
                    .withDescription(
                            "File system path (URI) of the directory that stores resources in application mode. URIs of Flink-supported filesystem are allowed. " +
                            "When initialing, SQL Driver would localize the resources into the working directory. "
                            "This option is effective only in `kubernetes-application` mode, since YARN providesdistributes theresource directoriesfiles alreadynatively.");

Proposed Changes

1. OperationExecutor

...