Hydrospheredata / mist

Serverless proxy for Spark cluster
http://hydrosphere.io/mist/
Apache License 2.0
326 stars 68 forks source link

Updating default context for endpoint doesn't apply changes on cached data #373

Closed dos65 closed 6 years ago

dos65 commented 6 years ago

Full information about endpoint is cached on infoprovider node, which shouldn't be used in that way. It's responsibility is only to extract runtime information about job (input parameters + tags). So changing communication data structures between master<->infoprovider will fix that problem.

blvp commented 6 years ago

402