Open garyfeng opened 4 years ago
Googling for 'connector.type' expects 'filesystem', but is 'kafka'
points me to https://issues.apache.org/jira/browse/FLINK-15552, where in SQL/Kafka testing they have identified an issue with class loading that was supposedly fixed in v1.10.
One thing they mentioned is that defining the environment via YAML seemed to have avoided this problem. See https://github.com/apache/flink/blob/master/flink-end-to-end-tests/test-scripts/test_sql_client.sh
The problem is that I don't know whether this is the same issue, and/or whether we can define env using YAML in pyFlink
.
With this dockerfile, I tried to run the following python script and got the following errors:
JARs under
$FLINK_HOME/lib
: