download cc-index to home not tmp (which is tmpfs)
This commit is contained in:
parent
9308b5e039
commit
86cff37533
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ if [ "$LIMIT" -gt 0 ] 2>/dev/null; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
S3_PATH="s3://commoncrawl/cc-index/table/cc-main/warc/crawl=${CRAWL}/subset=warc/"
|
S3_PATH="s3://commoncrawl/cc-index/table/cc-main/warc/crawl=${CRAWL}/subset=warc/"
|
||||||
LOCAL_INDEX="/tmp/cc-index"
|
LOCAL_INDEX="$HOME/cc-index"
|
||||||
|
|
||||||
QUERY="
|
QUERY="
|
||||||
INSTALL postgres;
|
INSTALL postgres;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue