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

Does calliope work with hadoop 2.2.x? #37

Open
pezra opened this issue Jul 10, 2014 · 1 comment
Open

Does calliope work with hadoop 2.2.x? #37

pezra opened this issue Jul 10, 2014 · 1 comment

Comments

@pezra
Copy link

pezra commented Jul 10, 2014

I am running in to a hadoop version incompatibility issue but i am not sure if the problem is calliope or some other component.

@milliondreams
Copy link
Member

@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!

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

2 participants