FAQ
Last updated
Last updated
First check your zeppelin version. Because Flink & Zeppelin are 2 fast evolving projects, make sure you are using the latest version of Zeppelin.
Zeppelin doesn't' support Windows, please use Linux of Mac OS。
Step 1. Look at the error message in the Zeppelin UI clearly.
Step 2. If there's no much clue on Zeppelin UI, then take a look at flink interpreter log. It is the files of logs/zeppelin-interpreter-flink-*.log
If it is yarn-application mode, then take a look the jobmanager log in the AM yarn container.
Step 3. Take a look the logs in Flink Web UI
Most likely you can resolve most of the problems by following the above 3 steps
If your job using Kafka connector, and you see errors like following, then it is mostly likely that your have jar conflicts issue
There's no depend relationship between Flink on Zeppelin and Flink Sql-Client. So sql-client configuration can not be applied in Flink on Zeppelin. But all the Flink configuration can be applied in Zeppelin.
Join Zeppelin community to discuss with others