diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-07-07 19:40:37 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-07-07 19:40:37 -0700 |
commit | 4298e1f9c7a092602e1cbe46add13936cb6169e7 (patch) | |
tree | 453e765298748a0a35f19ddc86178e6eed8bbab9 /please | |
parent | d8cd3d721b6e5cb0e2068cced75bfc5f61b99042 (diff) | |
download | sandcrawler-4298e1f9c7a092602e1cbe46add13936cb6169e7.tar.gz sandcrawler-4298e1f9c7a092602e1cbe46add13936cb6169e7.zip |
please: add staging config (commented out)
Diffstat (limited to 'please')
-rwxr-xr-x | please | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ HBASE_HOST = "wbgrp-svc263.us.archive.org" ZOOKEEPER_HOSTS = "mtrcs-zk1.us.archive.org:2181" GROBID_URI = "http://wbgrp-svc096.us.archive.org:8070" +# Staging config +#HBASE_HOST = "wbgrp-svc312.us.archive.org" +#ZOOKEEPER_HOSTS = "wbgrp-svc312.us.archive.org:2181" + def rebuild_python(): print("Rebuilding python venv...") cmd = """cd python; |