Jena Elephas is still an experimental feature, so you have to use a
SNAPSHOT version/repository.

You'll probably want something like:

<dependencies>
 <dependency>
    <groupId>org.apache.jena</groupId>
    <artifactId>jena-elephas-mapreduce</artifactId>
    <version>0.9.0-SNAPSHOT</version>
 </dependency>
</dependencies>

  <repositories>
    <repository>
      <id>apache.snapshots</id>
      <name>Apache Snapshot Repository</name>
      <url>http://repository.apache.org/snapshots</url>
      <releases>
        <enabled>false</enabled>
      </releases>
    </repository>
  </repositories>


If you prefer not to use the snapshot repository you can build
jena-elephas from the hadoop-rdf branch in git. See

http://jena.apache.org/download/#source-code
https://github.com/apache/jena/tree/hadoop-rdf/jena-elephas


Here's a demo application:

https://github.com/apache/jena/tree/hadoop-rdf/jena-elephas/jena-elephas-stats


On 27 January 2015 at 09:57, Carmen Manzulli <[email protected]> wrote:
> Hi,
> I would like to know what version will i insert in my dependecies if i want
> to prove jena-elephas-*?
>
> thanks,
> Carmen

-- 
Stian Soiland-Reyes
Apache Taverna (incubating)
http://orcid.org/0000-0001-9842-9718

Reply via email to