Skip to content

Commit 244f37e

Browse files
committed
Adjust hashes to match the output generated by Hadoop 3.2.1
1 parent dd15efe commit 244f37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ script:
1616
- cp params-csv.ini params.ini
1717
- docker run --rm --mount type=bind,source="$(pwd)/",target="/opt/ldbc_snb_datagen/out" --mount type=bind,source="$(pwd)/params.ini",target="/opt/ldbc_snb_datagen/params.ini" ldbc/datagen
1818
- md5sum social_network/*.csv | sort
19-
- "[[ `md5sum social_network/*.csv | sort | md5sum` == 'a70c44efcb11694757c707e78c932f69 -' ]]"
20-
- "[[ `md5sum substitution_parameters/* | sort | md5sum` == '1867c45665c3fca9aa2470e9a349ef09 -' ]]"
19+
- "[[ `md5sum social_network/*.csv | sort | md5sum` == 'ee9e6dd99bf7c3459f4c6156d355f5ea -' ]]"
20+
- "[[ `md5sum substitution_parameters/* | sort | md5sum` == '49dddb159de3b342202f2b8a9823911d -' ]]"
2121
- mkdir out
2222
- cp -r substitution_parameters out/
2323
notifications:

0 commit comments

Comments
 (0)