massquantity edited a comment on issue #3022: URL: https://github.com/apache/iceberg/issues/3022#issuecomment-906415591
By adding the three jars (`iceberg-flink-runtime-0.12.0.jar`, `bundle-2.15.40.jar` and `url-connection-client-2.15.40.jar`) into `flink_home/lib` folder, things started to work in pyflink 1.12.4. Another caveat is that if one wants to append data to the existing table, pyflink installed from pip may not work either. In this case, running flink job from command line is an option: `./bin/flink run --python xxx.py`. See [Command-Line Interface](https://ci.apache.org/projects/flink/flink-docs-release-1.12/deployment/cli.html). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
