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

Java, JDK and Hadoop versions for CI #106

Closed
MrPowers opened this issue Oct 3, 2019 · 2 comments
Closed

Java, JDK and Hadoop versions for CI #106

MrPowers opened this issue Oct 3, 2019 · 2 comments

Comments

@MrPowers
Copy link
Owner

MrPowers commented Oct 3, 2019

Apache Spark itself is using these settings:

matrix:
  java: [ '1.8', '11' ]
  hadoop: [ 'hadoop-2.7', 'hadoop-3.2' ]
  exclude:
  - java: '11'
    hadoop: 'hadoop-2.7'

I think spark-daria can simply be tested with Java 1.8 and without any Hadoop specified, correct? I don't think we need to be testing multiple different Java / Hadoop versions.

I just learned that Java 8 and Java 1.8 are the same thing... what?!

I'm not even going to ask why Java 9 and Java 10 aren't included in this discussion. So confusing!!

@MrPowers
Copy link
Owner Author

MrPowers commented Oct 3, 2019

@nvander1 - can you please help out here!?

@MrPowers
Copy link
Owner Author

MrPowers commented Oct 3, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant