Skip to content

Support Kyuubi way of defining endpoints #84

@jankogasic

Description

@jankogasic

https://github.com/DeepDiagnostix-AI/mcp-apache-spark-history-server/blob/8a05982f3e6eaa364687e72abb4f15b757136102/src/spark_history_mcp/api/spark_client.py#L275

I have both Spark Thrift and Kyuubi applications in my Spark History Server. The way that Kyuubi creates endpoints is that it embeds attempt ID into the URL. So instead of
http://my.history.server.com:18080/history/application_1751489495712_45692/jobs/
it goes as
http://my.history.server.com:18080/history/application_1751489495712_45692/1/jobs/

and because of this I am getting error that first URL is non existent and MCP server can't find it. It would be nice to find a way of supporting Kyuubi applications.

Thanks!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions