You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Ada Wong (Jira)" <ji...@apache.org> on 2021/09/02 12:04:00 UTC

[jira] [Created] (ZEPPELIN-5506) Replace flink table conifg doc url

Ada Wong created ZEPPELIN-5506:
----------------------------------

             Summary: Replace flink table conifg doc url
                 Key: ZEPPELIN-5506
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5506
             Project: Zeppelin
          Issue Type: Improvement
          Components: flink
    Affects Versions: 0.10.0
            Reporter: Ada Wong


Now when table config is error, zeppelin throw a 1.10 doc url.
Flink version update very fast. Could we replace doc url from 1.10 to master.

java.io.IOException: execution.type is not a valid table/sql config, please check link: https://ci.apache.org/projects/flink/flink-docs-release-1.10/dev/table/config.html
	at org.apache.zeppelin.flink.FlinkSqlInterpreter.callSet(FlinkSqlInterpreter.java:525)
	at org.apache.zeppelin.flink.FlinkSqlInterpreter.callCommand(FlinkSqlInterpreter.java:260)
	at org.apache.zeppelin.flink.FlinkSqlInterpreter.runSqlList(FlinkSqlInterpreter.java:151)
	at org.apache.zeppelin.flink.FlinkSqlInterpreter.internalInterpret(FlinkSqlInterpreter.java:109)
	at org.apache.zeppelin.interpreter.AbstractInterpreter.interpret(AbstractInterpreter.java:55)
	at org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:110)
	at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:849)
	at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:741)
	at org.apache.zeppelin.scheduler.Job.run(Job.java:172)
	at org.apache.zeppelin.scheduler.AbstractScheduler.runJob(AbstractScheduler.java:132)
	at org.apache.zeppelin.scheduler.ParallelScheduler.lambda$runJobInScheduler$0(ParallelScheduler.java:46)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)