I wouldn't. Spark is really meant to be used in a NEW app, not an existing one (the docs state this as well). The app needs to be built around Spark. It's really a lot harder to take an existing app and put spark in it. You'll probably end up rewriting the majority of your code.
Can Spark be integrated into an existing application?
Spark is not designed to be integrated into existing applications. Spark is designed for new applications.