Created
September 18, 2021 08:58
-
-
Save is/faabafc7f8750f3f3161fbb6517ed6ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/opt/python-occlum/lib/python3.7/site-packages/ai_flow_plugins/job_plugins/flink/flink_run_main.py", line 96, in run_project | |
flink_execute_func(run_graph=run_graph, job_execution_info=job_execution_info, flink_env=flink_env) | |
File "/opt/python-occlum/lib/python3.7/site-packages/ai_flow_plugins/job_plugins/flink/flink_run_main.py", line 75, in flink_execute_func | |
job_client = statement_set.execute().get_job_client() | |
File "/opt/flink-1.11.2/opt/python/pyflink.zip/pyflink/table/statement_set.py", line 104, in execute | |
return TableResult(self._j_statement_set.execute()) | |
File "/opt/flink-1.11.2/opt/python/py4j-0.10.8.1-src.zip/py4j/java_gateway.py", line 1286, in __call__ | |
answer, self.gateway_client, self.target_id, self.name) | |
File "/opt/flink-1.11.2/opt/python/pyflink.zip/pyflink/util/exceptions.py", line 154, in deco | |
raise exception_mapping[exception](s.split(': ', 1)[1], stack_trace) | |
pyflink.util.exceptions.TableException: 'Failed to execute sql' | |
Traceback (most recent call last): | |
File "/opt/flink-1.11.2/opt/python/pyflink.zip/pyflink/util/exceptions.py", line 147, in deco | |
File "/opt/flink-1.11.2/opt/python/py4j-0.10.8.1-src.zip/py4j/protocol.py", line 328, in get_return_value | |
py4j.protocol.Py4JJavaError: An error occurred while calling o24.execute. | |
: org.apache.flink.table.api.TableException: Failed to execute sql | |
at org.apache.flink.table.api.internal.TableEnvironmentImpl.executeInternal(TableEnvironmentImpl.java:721) | |
at org.apache.flink.table.api.internal.StatementSetImpl.execute(StatementSetImpl.java:97) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.base/java.lang.reflect.Method.invoke(Method.java:566) | |
at org.apache.flink.api.python.shaded.py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) | |
at org.apache.flink.api.python.shaded.py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) | |
at org.apache.flink.api.python.shaded.py4j.Gateway.invoke(Gateway.java:282) | |
at org.apache.flink.api.python.shaded.py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) | |
at org.apache.flink.api.python.shaded.py4j.commands.CallCommand.execute(CallCommand.java:79) | |
at org.apache.flink.api.python.shaded.py4j.GatewayConnection.run(GatewayConnection.java:238) | |
at java.base/java.lang.Thread.run(Thread.java:829) | |
Caused by: java.net.MalformedURLException: no protocol: | |
at java.base/java.net.URL.<init>(URL.java:645) | |
at java.base/java.net.URL.<init>(URL.java:541) | |
at java.base/java.net.URL.<init>(URL.java:488) | |
at org.apache.flink.configuration.ConfigUtils.decodeListFromConfig(ConfigUtils.java:127) | |
at org.apache.flink.client.cli.ExecutionConfigAccessor.getClasspaths(ExecutionConfigAccessor.java:79) | |
at org.apache.flink.client.deployment.executors.PipelineExecutorUtils.getJobGraph(PipelineExecutorUtils.java:62) | |
at org.apache.flink.client.deployment.executors.AbstractSessionClusterExecutor.execute(AbstractSessionClusterExecutor.java:57) | |
at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.executeAsync(StreamExecutionEnvironment.java:1810) | |
at org.apache.flink.client.program.StreamContextEnvironment.executeAsync(StreamContextEnvironment.java:128) | |
at org.apache.flink.table.planner.delegation.ExecutorBase.executeAsync(ExecutorBase.java:57) | |
at org.apache.flink.table.api.internal.TableEnvironmentImpl.executeInternal(TableEnvironmentImpl.java:705) | |
... 12 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment