1. Hi, I am new to HOP and I need some guidance. currently we implemented pipelines in java BEAM and we deploy them to a flink cluster via the flink master URL (job manager) we are containerized product. we have a pod for the beam and a pod for the flink Our plan is to modify the pipelines and implement them in HOP. i understand i need to generate a 'far' jar and then deploy it to the flink master. is there a way to inject the jar to flink cluster like the example u showed with spark spark-submit? in addition what is the recommendation? one jar for all pipelines or a one jar per pipeline?
thanks S