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

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

Restructuring of RUN scripts to be more flexible

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