Last change
on this file since 30929 was 30929, checked in by davidb, 6 years ago |
Tweaks made while testing the script
|
-
Property svn:executable
set to
*
|
File size:
314 bytes
|
Rev | Line | |
---|
[30926] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
[30928] | 3 | json_filelist=${1:-pd-file-listing-step10000.txt}
|
---|
[30929] | 4 | shift
|
---|
[30928] | 5 |
|
---|
[30926] | 6 | input_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 |
|
---|
| 9 | output_dir=hdfs://master:9000/user/htrc/pd-solr-json-files
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | master_opt="--master spark://10.10.0.52:7077"
|
---|
| 13 |
|
---|
[30929] | 14 | . ./_RUN.bash
|
---|
Note:
See
TracBrowser
for help on using the repository browser.