source: other-projects/hathitrust/solr-extracted-features/trunk/RUN-PD-CLUSTER.bash@ 30929

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

Tweaks made while testing the script

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