cdap icon indicating copy to clipboard operation
cdap copied to clipboard

[CDAP-19529] Move SparkTwillRunnable to cdap-app-fabric

Open dli357 opened this issue 2 years ago • 1 comments

Context: keeping it in the spark extension module can cause an environment to fail when it has not yet loaded runtime extensions. Considering SparkTwillRunnable has no dependency on spark itself, it should be ok to move it to cdap-app-fabric; in fact, it should be there as a first-class citizen because it fits into the current paradigm of CDAP being aware of the program type (ProgramType.SPARK) yet delegating the running of that program type to specific runtime extensions.

dli357 avatar Aug 30 '22 22:08 dli357

gitpod-io[bot] avatar Aug 30 '22 22:08 gitpod-io[bot]

Closing this PR in favor of #14536.

dli357 avatar Oct 13 '22 21:10 dli357