Skip to content
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

Add warning when running Spark 1.2 jar against Spark 1.3 and vice versa #415

Closed
costin opened this issue Apr 5, 2015 · 1 comment
Closed

Comments

@costin
Copy link
Member

costin commented Apr 5, 2015

With the upgrade to Spark 1.2, the spark integration now provides two binaries. To provide better diagnostics, a warning should be issues if the wrong versions are used (Spark 1.3 with the -spark1.2-jar or vice-versa).

costin added a commit that referenced this issue Apr 24, 2015
When using the connector jar for Spark 1.0-1.2 in a Spark 1.3+
environment, show a warning. Same for the reverse situation.
Additionally, do a cheap check on invalid or empty RDDs to avoid calls
over the network for nothing.

relates #415
@costin
Copy link
Member Author

costin commented Apr 25, 2015

Fixed in master.

@costin costin closed this as completed Apr 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant