Versions Compared

Key

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

...

Short NameFull NameSyntaxDescription

-pyfs

--pyFiles

-pyfs <filePaths>

This option already exists but it only appends the file to client side PYTHONPATH currently. Now it will upload the file to cluster and append it to python worker’s PYTHONPATH, which is equivalent to "add_python_file".

-pyexec

--pyExecutable

-pyexec <pythonInterpreterPath>

This option is equivalent to `TableEnvironment#get_config().set_python_executable()`. 

-pyreq

--pyRequirements

-pyreq <requirementsFile>#<requirementsCachedDir>

This option is equivalent to "set_python_requirements". "#" can be used to as the separator if "requirementsCachedDir" exists.

-pyarch

--pyArchivepyArchives

-pyarch <archiveFile1>#<extractName>,<archiveFile2>#<extractName>

The option is equivalent to "add_python_archive". "," can be used as the separator for multiple archives and "#" can be used as the separator if "extractName" exists.  

...