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