Used to convert enriched BIBFRAME-XML to HTRC metadata JSONLD
- To generate a package that can be invoked via a shell script, run:
sbt stage
then find the result intarget/universal/stage/
folder. - To generate a distributable ZIP package, run:
sbt dist
then find the result intarget/universal/
folder.
marcjson2bibframexml
-l, --log-level <LEVEL> (Optional) The application log level; one of INFO,
DEBUG, OFF (default = INFO)
-n, --num-partitions <N> (Optional) The number of partitions to split the
input set of HT IDs into, for increased
parallelism
-o, --output <DIR> Write the output to DIR
-s, --save-as-seq (Optional) Saves the EF files as Hadoop sequence
files
--spark-log <FILE> (Optional) Where to write logging output from
Spark to
-h, --help Show help message
-v, --version Show version of this program
trailing arguments:
input (required) The path to the folder containing the Bibframe XML sequence
files to process