Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-37138][sql-gateway] Fix failed SqlYARNApplicationITCase in hadoop3 profile #26049

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fsk119
Copy link
Member

@fsk119 fsk119 commented Jan 22, 2025

What is the purpose of the change

YARN deployment doesn't the directories as flink-dist does. Actually, it uses the following structures

.
└── ohmeatball
    ├── appcache
    │   └── application_1737534562065_0001
    │       ├── container_1737534562065_0001_01_000001
    │       │   ├── lib
    │       │   ├── opt
    │       │   ├── plugins
    │       │   │   ├── external-resource-gpu
    │       │   │   ├── metrics-datadog
    │       │   │   ├── metrics-graphite
    │       │   │   ├── metrics-influx
    │       │   │   ├── metrics-jmx
    │       │   │   ├── metrics-otel
    │       │   │   ├── metrics-prometheus
    │       │   │   ├── metrics-slf4j
    │       │   │   └── metrics-statsd
    │       │   └── tmp
    │       └── filecache
    │           ├── 10
    └── filecache

Actually the config.yaml is at the working directory(container_1737534562065_0001_01_000001). So sql-gateway should not load the conf from the $FLINK_CONF_DIR. Considering YarnApplicationClusterEntryPoint or KubernetesApplicationClusterEntrypoint boths read the conf and put its content in the StreamExecutionEnvironment,
we just get the conf from StreamExecutionEnvironment.

@fsk119
Copy link
Member Author

fsk119 commented Jan 22, 2025

@flinkbot run azure

@flinkbot
Copy link
Collaborator

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants