Skip to content

Commit

Permalink
fix scripts/generate-data.sh, address for github repo:ldbc_snb_datage…
Browse files Browse the repository at this point in the history
…n has changed, need revise git clone xxx command
  • Loading branch information
AcKing-Sam committed Dec 19, 2023
1 parent ecdea05 commit 159f76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ else
rm -rf ldbc_snb_datagen && \
wget https://github.com/ldbc/ldbc_snb_datagen_hadoop/archive/refs/tags/v${LDBC_SNB_DATAGEN_VERSION}.tar.gz && \
tar -zxvf v${LDBC_SNB_DATAGEN_VERSION}.tar.gz && \
mv v${LDBC_SNB_DATAGEN_VERSION}.tar.gz ldbc_snb_datagen && \
mv ldbc_snb_datagen_hadoop-${LDBC_SNB_DATAGEN_VERSION} ldbc_snb_datagen && \
cd ldbc_snb_datagen && \
cp test_params.ini params.ini
fi
Expand Down

0 comments on commit 159f76d

Please sign in to comment.