Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/6116
  
    Is there a workaround for users to disable dependency convergence?
    
    It is actually a problem that we don't control the convergence of some 
dependency that is used with varying versions (Hadoop), but rely on it for our 
own builds to succeed.
    
    In the long run, we may want to work only "hadoop free", referencing for 
compilation-only our own shaded Hadoop (maybe even move it to flink-shaded) and 
let users export the Hadoop Classpath for their own Hadoop (rather than 
changing the dependency when building Flink).


---

Reply via email to