We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am running in to a hadoop version incompatibility issue but i am not sure if the problem is calliope or some other component.
The text was updated successfully, but these errors were encountered:
@pezra
I have just published a snapshot built against Hadoop 2.2.x
You can get the jars from here -
Or to use from Maven -
<dependency> <groupId>com.tuplejump</groupId> <artifactId>calliope_2.10</artifactId> <version>0.9.4-H2-SNAPSHOT</version> </dependency>
and SBT -
libraryDependencies += com.tuplejump %% calliope_2.10 % 0.9.4-H2-SNAPSHOT
It passes all the tests so I am assuming all is fine, but we haven't tested it very extensively. Let us know how it goes!
Sorry, something went wrong.
No branches or pull requests
I am running in to a hadoop version incompatibility issue but i am not sure if the problem is calliope or some other component.
The text was updated successfully, but these errors were encountered: