Building Flink from source according to vendor-specific version but causes protobuf conflict
Hi guys, Good day. I rebuilt flink from the source and specified the vendor specific Hadoop version. It works well when i just submit a streaming application without '-d'(--detached) option as follows: bin/flink run -m yarn-cluster -yqu root.streaming -yn 5 -yjm 2048 -ytm 3096 -ynm CJVForma
Re: Building Flink from source according to vendor-specific versionbut causes protobuf conflict
ior. Regards, Timo [1] https://ci.apache.org/projects/flink/flink-docs-release-1.7/ops/deployment/yarn_setup.html#user-jars--classpath Am 07.01.19 um 10:33 schrieb Wei Sun: Hi