public class RdfIOConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_OUTPUT_BATCH_SIZE
Default batch size for batched output formats
|
static String |
GLOBAL_BNODE_IDENTITY
Configuration key used to control behaviour with regards to how blank
nodes are handled.
|
static String |
INPUT_IGNORE_BAD_TUPLES
Configuration key used to set whether bad tuples are ignored.
|
static String |
OUTPUT_BATCH_SIZE
Configuration key used to set the batch size used for RDF output formats
that take a batched writing approach.
|
public static final String INPUT_IGNORE_BAD_TUPLES
false bad tuples will
result in IOException being thrown by the relevant record
readers.public static final String OUTPUT_BATCH_SIZE
DEFAULT_OUTPUT_BATCH_SIZE.public static final long DEFAULT_OUTPUT_BATCH_SIZE
public static final String GLOBAL_BNODE_IDENTITY
The default behaviour is that blank nodes are file scoped which is what the RDF specifications require.
However in the case of a multi-stage pipeline this behaviour can cause blank nodes to diverge over several jobs and introduce spurious blank nodes over time. This is described in JENA-820 and enabling this flag for jobs in your pipeline allow you to work around this problem.
Licenced under the Apache License, Version 2.0