-
Notifications
You must be signed in to change notification settings - Fork 47
Requesting a pull to datastax:master from datastax:DSP-9944 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adds test Resources directory matching the 1.6 version of the Spark Cassandra Connector and compatiblet template files for C* 2.1,2.2, and 3 Dse and OSS build files modified so these tests can be run and can be run from within an IDE.
test this please |
2 similar comments
test this please |
test this please |
test-this-please |
test this please |
cba7613
to
1c5e35d
Compare
test this please |
1 similar comment
test this please |
Build against Scala 2.11 finished with failure |
test this please |
Build against Scala 2.11 finished with failure |
3 similar comments
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
All tests should be run by Jenkins on PR
1c5e35d
to
17e6631
Compare
Build against Scala 2.11 finished with failure |
12 similar comments
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with success |
Is this ready for review? |
@jtgrabowski I think this is good for now, Eventually we should get the SBT builds automatically running on Jenkins as well, at the moment I keep getting some bizarre random error. I would also appreciate if @bcantoni could pretend be a new user and make sure all the projects import correctly and there aren't any gotchas I left in there. |
+1 |
I'll give it a "new user" check. |
Thanks @bcantoni :) I just assume your environment is closer to fresh than ours ;) |
@RussellSpitzer build.gradle for scala has duplicated |
scala/gradle/dse/build.gradle
Outdated
// Please make sure that following dependencies have versions corresponding to the ones in your cluster. | ||
// Note that spark-cassandra-connector should be provided with '--packages' flag to spark-submit command. | ||
def scalaVersion = "2.10" | ||
def connectorVersion = "1.6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate definition
I've run through everything on a clean Ubuntu 14.04 VM and it looks good. Some feedback & questions:
|
|
@RussellSpitzer I added a commit here to expand a bit on how to run the various examples, with updated class names. I think the only thing left would be if you could add a brief mention explaining the new tests with embedded Cassandra. |
Build against Scala 2.11 finished with failure |
4 similar comments
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with failure |
Build against Scala 2.11 finished with success |
e7de475
to
7ef8d36
Compare
Build against Scala 2.11 finished with failure |
Write a message for this pull request. The first block
of text is the title and the rest is description.
Changes:
cba7613 (Russell Spitzer, 3 days ago)
DSP-9944: Add Integration tests for Gradle and Maven
48111fb (Russell Spitzer, 4 days ago)
DSP-9944: Add SBT Integration Tests using Spark Embedded Cassandra