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

[flinkx on k8s][web-ui]Unable to load requested file /index.html #514

Closed
geosmart opened this issue Oct 13, 2021 · 1 comment
Closed

[flinkx on k8s][web-ui]Unable to load requested file /index.html #514

geosmart opened this issue Oct 13, 2021 · 1 comment

Comments

@geosmart
Copy link
Contributor

geosmart commented Oct 13, 2021

flink version: 1.12.2

the flinkx sync job is stated in k8s, but the web ui open with error

11:28:42.262 [main] INFO org.apache.flink.runtime.jobmaster.MiniDispatcherRestEndpoint - Web frontend listening at http://kafka-hdfs-parquet:8081.

kubectl -n flinkx port-forward kafka-hdfs-parquet-7f7d87d684-rqfrh 8081:8081

when i visit http://localhost:8081/ ,I get the error

{
    "errors": [
        "Unable to load requested file /index.html."
    ]
}

flink doc:accessing-flinks-web-ui

anyone knows why this happen, and how to resolve it

@geosmart
Copy link
Contributor Author

just manualy add flink-runtime-web_2.12.jar to the flink/lib path, and everything is ok.

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

No branches or pull requests

1 participant