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 79
79
- run :
80
80
name : Generate SF0.003 / BI / composite-merged CSVs
81
81
command : |
82
+ # we generate factors here but they are moved to a separate archive (social-network-sf0.003-bi-factors.zip)
82
83
tools/docker-run.sh --mode bi --scale-factor 0.003 --generate-factors
83
84
mv out/ social-network-sf0.003-bi-composite-merged-fk/
84
85
- run :
@@ -123,7 +124,8 @@ jobs:
123
124
# include the CircleCI configuration in the deployed package to provide the 'filters' instructions (and prevent failed builds on the gh-pages branch)
124
125
mv .circleci dist/
125
126
# move factors to a separate directory
126
- mv social-network-sf0.003-bi-composite-merged-fk/factors social-network-sf0.003-bi-factors
127
+ mkdir social-network-sf0.003-bi-factors
128
+ mv social-network-sf0.003-bi-composite-merged-fk/factors social-network-sf0.003-bi-factors/factors
127
129
# compress each directory
128
130
for d in social-network-sf0.003*; do
129
131
echo "Generated with <https://github.com/ldbc/ldbc_snb_datagen_spark/commit/${CIRCLE_SHA1}>" > $d/README.md
You can’t perform that action at this time.
0 commit comments