Hydrospheredata / mist

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

JobInfoProvider shouldn't use global spark classloader #367

Closed dos65 closed 6 years ago

dos65 commented 6 years ago

It leads to incorrect endpoint validation. For example, it's possible to create endpoint with class that exists only in another jar (that was previously added to jobinfoworker classpath)

dos65 commented 6 years ago

fixed by #394