source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/scripts/FULL-RUN-MASTER-SPARK.sh@ 31043

Last change on this file since 31043 was 31043, checked in by davidb, 7 years ago

Version for processing full EF set

  • Property svn:executable set to *
File size: 382 bytes
Line 
1#!/bin/bash
2
3json_filelist=${1:-full-listing-step100000.txt}
4shift
5
6input_dir="hdfs://master:9000/user/htrc/full-ef-json-files"
7#input_dir="hdfs://10.10.0.52:9000/user/htrc/full-ef-json-files"
8
9#output_dir=hdfs://master:9000/user/htrc/full-solr-json-files
10solr_url="http://10.11.0.53:8983/solr/htrc-full-ef/update"
11
12master_opt="--master spark://10.10.0.52:7077"
13
14. scripts/_RUN.sh
15
Note: See TracBrowser for help on using the repository browser.