tuplejump/calliope

Does calliope work with hadoop 2.2.x?

Opened this issue · 1 comments

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

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