Closed christiangierschner closed 2 weeks ago
Hello @christiangierschner, Thanks for finding the time to report the issue! We really appreciate the community's efforts to improve Apache Kyuubi.
@christiangierschner it indicates that spark-submit
process does not respect HTTP(s)_PROXY
env. AFAIK, most Java HTTP libraries do not support that. I would suggest
1) set env DEFAULT_ARTIFACT_REPOSITORY
to your corp maven repo, instead of the https://repo1.maven.org/maven2/
, or
2) rebuild your Spark and Kyuubi image to ship the additional jars
close as this is not a Kyuubi side issue
Code of Conduct
Search before asking
Describe the bug
Hello Kyuubi Team,
we are trying to setup kyuubi in kubernetes. Every connection attempt to port 10009 results in timeout error. I assume, kyuubi needs our company proxy but it cannot be set. I tried this in my values.yaml:
It doesn't work...
How do i set the proxy in kyuubi? Thanks... Greetings Christian
Affects Version(s)
master/1.9.2
Kyuubi Server Log Output
Kyuubi Engine Log Output
Kyuubi Server Configurations
Kyuubi Engine Configurations
Additional context
No response
Are you willing to submit PR?