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

Last change on this file since 30928 was 30928, checked in by davidb, 8 years ago

Forgot to set json_filelist

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