File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,14 @@ script:
13
13
# test if the output of the mvn command contained an "[INFO] BUILD SUCCESS" entry
14
14
# - grep 'BUILD SUCCESS' mvn.log
15
15
# - ls -al test_data
16
- - wget http://archive.apache.org/dist/hadoop/core/hadoop-2.6.0/hadoop-2.6.0.tar.gz
16
+ - wget -q http://archive.apache.org/dist/hadoop/core/hadoop-2.6.0/hadoop-2.6.0.tar.gz
17
17
- tar xf hadoop-2.6.0.tar.gz
18
18
- export HADOOP_CLIENT_OPTS="-Xmx2G"
19
19
- export HADOOP_HOME=`pwd`/hadoop-2.6.0
20
20
- export LDBC_SNB_DATAGEN_HOME=`pwd`
21
21
- ./run.sh
22
+ - ls -al social_network
23
+ - ls -al substitution_parameters
22
24
# - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then ./deploy.sh; fi
23
25
notifications :
24
26
slack : ldbcouncil:OrBanrJ7l0EHQbj8T5YdJYhd
You can’t perform that action at this time.
0 commit comments