source: proiecte/PDAD/trunk/readme @ 154

Last change on this file since 154 was 154, checked in by (none), 14 years ago

PDAD project

File size: 647 bytes
Line 
1The following environment variables are required: HADOOP_HOME, PIGDIR, PP_TESTS_DIR.
2
3Eg:
4export HADOOP_HOME=/usr/hadoop-0.20.1
5export PIGDIR=/home/cristina/pig
6export PP_TESTS_DIR=/home/cristina/PPproj/repo/tests
7
8Running tests supposes the following data sets from INRIA Failure Trace Archive are already coppied on HDFS: LANL, Grid'5000, Microsoft, SETI@home.
9The script copy.sh can be used to do this operation, provided that it has the datasets in PP_TESTS_DIR.
10
11To run MapReduce tests:
12./jar_cristina.sh
13./run_all.sh
14
15To run Pig tests:
16./jar_pig_cristina.sh
17./run_pig_all.sh
18
19To run MPI:
20- cd failureCause/mpi
21- follow readme instructions
22
23
Note: See TracBrowser for help on using the repository browser.