Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ytsaurus-flyt"
version = "0.1.2"
version = "0.1.3"
description = "Launch PyFlink jobs on YTsaurus Vanilla operations"
keywords = ["flink", "pyflink", "ytsaurus", "vanilla-operations", "data-pipeline"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions python/src/ytsaurus_flyt/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from ytsaurus_flyt.config import FlytConfig
from ytsaurus_flyt.models import JobmanagerParams, OperationParams

FLINK_STANDALONE_FLAG = "FLINK_STANDALONE"
FLINK_VANILLA_FLAG = "FLINK_VANILLA"


def _split_job_command_tokens_posix(job_command: str) -> list[str]:
Expand Down Expand Up @@ -110,7 +110,7 @@ def build_vanilla_operation_spec(
**DEFAULT_ENVIRONMENT,
"JAVA_HOME": config.java_home,
"FLINK_ENV_JAVA_OPTS": f"-Xmx{max_heap_size_str}",
FLINK_STANDALONE_FLAG: "True",
FLINK_VANILLA_FLAG: "True",
**config.extra_environment,
}

Expand Down
2 changes: 1 addition & 1 deletion python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading