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

[Bug] kyuubi.kubernetes.spark.appUrlPattern not effective when use beeline submit spark sql #6622

Open
2 of 4 tasks
wkjoinGit opened this issue Aug 16, 2024 · 2 comments
Open
2 of 4 tasks
Labels
kind:bug This is a clearly a bug priority:major

Comments

@wkjoinGit
Copy link

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

Describe the bug

set kyuubi conf kyuubi.kubernetes.spark.appUrlPattern=http://{{SPARK_APP_ID}}.ingress.balabala, use beeline submit spark sql, then application web UI not change.

2024-08-16 00:51:28.548 INFO SparkSQLSessionManager-exec-pool: Thread-114 org.apache.kyuubi.engine.spark.operation.ExecuteStatement:
Spark application name: kyuubi_CONNECTION_SPARK_SQL_hive_bc377e04-97c1-449e-bce9-2f403bbd89d8
application ID: spark-01ac14cdb2944486940a89cc53c417c7
application web UI: http://spark-18509e9158a93712-driver-svc.kyuubi-spark.svc:4040
master: k8s://https://10.43.0.1:443
deploy mode: cluster
version: 3.4.1
Start time: 2024-08-16T00:49:38.705
User: hive

Affects Version(s)

master

Kyuubi Server Log Output

No response

Kyuubi Engine Log Output

No response

Kyuubi Server Configurations

No response

Kyuubi Engine Configurations

No response

Additional context

No response

Are you willing to submit PR?

  • Yes. I would be willing to submit a PR with guidance from the Kyuubi community to fix.
  • No. I cannot submit a PR at this time.
@wkjoinGit wkjoinGit added kind:bug This is a clearly a bug priority:major labels Aug 16, 2024
Copy link

Hello @wkjoinGit,
Thanks for finding the time to report the issue!
We really appreciate the community's efforts to improve Apache Kyuubi.

@pan3793
Copy link
Member

pan3793 commented Aug 19, 2024

Thanks for reporting it, #6318 introduced kyuubi.kubernetes.spark.appUrlPattern to solve the batch Spark app URL cases, which is also supposed to work for interactive sessions, will check it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug This is a clearly a bug priority:major
Projects
None yet
Development

No branches or pull requests

2 participants