Skip to content

Commit

Permalink
Change Web Search's Dataset From Copy to Symbolic Link (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
aansaarii authored Jan 18, 2023
1 parent c62881c commit 19fac0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/web-search/server/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ kill -9 $(pgrep java) $(pgrep java)
cd $SOLR_CORE_DIR/cloudsuite_web_search*
rm -rf data
# Copy data from dataset to server
cp --verbose -a /download/index_14GB/data .
ln -s /download/index_14GB/data data


echo "================================="
echo "Index Node IP Address: "$(hostname -I)
Expand Down

0 comments on commit 19fac0b

Please sign in to comment.