Update to OpenRefine 3.2
This commit is contained in:
parent
d60f732244
commit
b8114260ec
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# openrefine-batch-docker.sh, Felix Lohmeier, v1.11, 2017-12-11
|
# openrefine-batch-docker.sh, Felix Lohmeier, v1.12, 2019-07-29
|
||||||
# https://github.com/felixlohmeier/openrefine-batch
|
# https://github.com/felixlohmeier/openrefine-batch
|
||||||
|
|
||||||
# check system requirements
|
# check system requirements
|
||||||
|
@ -31,7 +31,7 @@ Usage: sudo ./openrefine-batch-docker.sh [-a INPUTDIR] [-b TRANSFORMDIR] [-c OUT
|
||||||
-i INPUTOPTIONS several options provided by openrefine-client, see below...
|
-i INPUTOPTIONS several options provided by openrefine-client, see below...
|
||||||
-m RAM maximum RAM for OpenRefine java heap space (default: 2048M)
|
-m RAM maximum RAM for OpenRefine java heap space (default: 2048M)
|
||||||
-t TEMPLATING several options for templating export, see below...
|
-t TEMPLATING several options for templating export, see below...
|
||||||
-v VERSION OpenRefine version (2.7, 2.7rc2, 2.7rc1, 2.6rc2, 2.6rc1, dev; default: 2.7)
|
-v VERSION OpenRefine version (3.2, 3.1, 3.0, 2.8, 2.7, ...; default: 3.2)
|
||||||
-E do NOT export files
|
-E do NOT export files
|
||||||
-R do NOT restart OpenRefine after each transformation (e.g. config file)
|
-R do NOT restart OpenRefine after each transformation (e.g. config file)
|
||||||
-X do NOT restart OpenRefine after each project (e.g. input file)
|
-X do NOT restart OpenRefine after each project (e.g. input file)
|
||||||
|
@ -99,7 +99,7 @@ EOF
|
||||||
|
|
||||||
# defaults
|
# defaults
|
||||||
ram="2048M"
|
ram="2048M"
|
||||||
version="dev"
|
version="3.2"
|
||||||
restartfile="true"
|
restartfile="true"
|
||||||
restarttransform="true"
|
restarttransform="true"
|
||||||
export="true"
|
export="true"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# openrefine-batch.sh, Felix Lohmeier, v1.11, 2017-12-11
|
# openrefine-batch.sh, Felix Lohmeier, v1.12, 2019-07-29
|
||||||
# https://github.com/felixlohmeier/openrefine-batch
|
# https://github.com/felixlohmeier/openrefine-batch
|
||||||
|
|
||||||
# declare download URLs for OpenRefine and OpenRefine client
|
# declare download URLs for OpenRefine and OpenRefine client
|
||||||
openrefine_URL="https://github.com/opencultureconsulting/openrefine-batch/raw/master/src/openrefine-linux-2017-10-28.tar.gz"
|
openrefine_URL="https://github.com/OpenRefine/OpenRefine/releases/download/3.2/openrefine-linux-3.2.tar.gz"
|
||||||
client_URL="https://github.com/opencultureconsulting/openrefine-batch/raw/master/src/openrefine-client_0-3-4_linux-64bit"
|
client_URL="https://github.com/opencultureconsulting/openrefine-client/releases/download/v0.3.4/openrefine-client_0-3-4_linux-64bit"
|
||||||
|
|
||||||
# check system requirements
|
# check system requirements
|
||||||
JAVA="$(which java 2> /dev/null)"
|
JAVA="$(which java 2> /dev/null)"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue