Github user ifndef-SleePy commented on the issue:

    https://github.com/apache/flink/pull/5580
  
    Hi @zentol 
    
    In Flip-6 the client communicates with cluster via REST API, that's true. 
However this not include blobs. Currently in `RestClusterClient.submit()` 
method, the client uses blob service to upload jars of user. So this PR does 
not break the rule.
    
    I think this feature is quite good. Spark, even MapReduce support uploading 
user-defined jars/files/archives. I think we should support it. Users would be 
able to migrate to Flink more fluently with this feature.
    
    What do you think?


---

Reply via email to