Changeset 33534


Ignore:
Timestamp:
2019-09-27T17:05:40+12:00 (5 years ago)
Author:
ak19
Message:

Correction: toplevel script has to be placed inside cc-index-table not its parent outside of .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/maori-lang-detection/hdfs-cc-work/scripts/get_Maori_WET_records_from_CCSep2018_on.sh

    r33526 r33534  
    11#!/bin/bash
     2
     3# This script should be put into cc-index-table (github project) toplevel folder
     4# It works with the get_maori_WET_records_for_crawl.sh script, which has to be
     5# placed in cc-index-table/src/script
    26
    37# crawl_ids are from http://index.commoncrawl.org/
     
    1519do
    1620    echo "About to start off index and WARC download process for CRAWL ID: $crawl_id"
    17     ./cc-index-table/src/script/get_maori_WET_records_for_crawl.sh $crawl_id
     21    ./src/script/get_maori_WET_records_for_crawl.sh $crawl_id
    1822    result=$?
    1923    if [ $result != 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.