forked from Timpy/RDFpig
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
33 lines (21 loc) · 904 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# HOW TO EXECUTE
1. Install hadoop 1.0 locally into $HADOOP_HOME
2. Build a one-jar of the project
ant jar
3. Execute the RDFPig main using hadoop
$HADOOP_HOME/bin/hadoop jar RDFPig.jar eu.larkc.RDFPig.Main \
./dataset/query1 ./dataset/data.nt \
./dataset/output-query1/
- - -
This product includes/uses SLF4J (http://www.slf4j.org/)
Copyright (c) 2004-2008 QOS.ch
All rights reserved.
This product includes/uses Guava (http://code.google.com/p/guava-libraries/)
Copyright (C) 2006 Google Inc.
This product includes/uses software developed by The Apache Software
Foundation (http://www.apache.org/).
This product includes/uses software developed by Twitter
(https://github.com/kevinweil/elephant-bird)
This product includes/uses software developed by Aduna (http://www.aduna-software.com/)
Copyright Aduna 2001-2011
All rights reserved.