It seems that there is a lot of expertise devoted to mission-critical projects that involve both Cassandra and Spark. I would be surprised of you could not get the "right" solution" in the Spark user group.

They would at least have worked out a set of dependencies that are working well.
Or would be able to warn you about broken dependencies.

Ron


On 06/01/2015 3:27 AM, Stephen Connolly wrote:
On Monday, January 5, 2015, Kevin Burton <bur...@spinn3r.com> wrote:

Breaking your application into smaller independent services may give you a
way to reduce the number of conflicts related to these different
transitive
dependencies but that may not be as easy as testing your app with the
updated versions or doing some research with the teams that are building
with the old libraries to see if they will upgrade and run their
acceptance
tests within a time frame that meets your project's timeline
requirements.


I agree.  in this case the issue is testing. I need to embed cassandra so I
can test it but it’s conflicting with spark.

Cassandra is not really designed for embedding. Better to start it in a
separate JVM which would allow controlling the classpath

Take a look at Cassandra-maven-plugin either as a solution or for some
example code for forking a JVM with Cassandra


Ideally I could just start a container and I think that’s the way we’re
going to evolve things.  Essentially, start a container for the daemons I
need to test against and then make sure all my components work.  Then just
kill the containers.

—

Founder/CEO Spinn3r.com
Location: *San Francisco, CA*
blog: http://burtonator.wordpress.com
… or check out my Google+ profile
<https://plus.google.com/102718274791889610666/posts>
<http://spinn3r.com>




--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to