|
MarkLogic Connector for Hadoop 1.1-3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
input.mode.
input.mode.
"mapreduce.marklogic.output.batchsize")
which, if set, indicates the number of records in one request.
"mapreduce.marklogic.input.bindsplitrange")
which, if set to true, specifies that the input query declares and
references external variables "splitstart"
and "splitend" under the
namespace "http://marklogic.com/hadoop".
cts:collection-match lexicon function.cts:collections lexicon function."mapreduce.marklogic.output.content.type")
which, if set, indicates type of content to be inserted when using
ContentOutputFormat.
cts:element-value-co-occurrences.input.maxsplitsize is not specified.
"mapreduce.marklogic.input.documentselector")
which, if set, specifies the document selection portion of the
path expression used to retrieve data from the server.
cts:element-attribute-value-co-occurrences
lexicon function.cts:element-attribute-value-match
lexicon function.cts:element-attribute-values lexicon
function.cts:element-attribute-word-match lexicon
function.cts:element-attribute-words lexicon
function.cts:element-value-match lexicon
function.cts:element-values lexicon
function.cts:element-word-match lexicon
function.cts:element-words lexicon
function.cts:element-value-co-occurrences
lexicon function.cts:field-value-co-occurrences lexicon
function.cts:field-value-match lexicon
function.cts:field-values lexicon function.cts:field-word-match lexicon
function.cts:field-words lexicon
function."mapreduce.marklogic.input.indented") which, if
set, specifies whether to format data with indentation retrieved from
MarkLogic.
"mapreduce.marklogic.input.host")
which, if set, specifies the MarkLogic Server host to use for
input operations.
"mapreduce.marklogic.input.keyclass")
which, if set, specifies the name of the class of the map
input keys for KeyValueInputFormat.
"mapreduce.marklogic.input.lexiconfunctionclass")
which, if set, specifies the name of the class implementing
LexiconFunction which will be used to generate input.
"mapreduce.marklogic.input.mode")
which, if set, specifies whether to use basic or advanced
input query mode.
"mapreduce.marklogic.input.password")
which, if set, specifies the cleartext password to use for
authentication with input.username.
"mapreduce.marklogic.input.port")
which, if set, specifies the port number of the input XDBC
server on the MarkLogic Server host specified by the
input.host property.
"mapreduce.marklogic.input.query")
which, if set, specifies the query used to retrieve input
records from MarkLogic Server.
"mapreduce.marklogic.input.ssloptionsclass")
which, if set, specifies the name of the class implementing
SslConfigOptions which will be used if
input.ssl is set to true.
"mapreduce.marklogic.input.usessl")
which, if set, specifies whether the connection to the input server is
SSL enabled; false is assumed if not set.
"mapreduce.marklogic.input.username")
which, if set, specifies the MarkLogic Server user name
under which input queries and operations run.
"mapreduce.marklogic.input.valueclass")
which, if set, specifies the name of the class of the map
input value for KeyValueInputFormat, ValueInputFormat
and DocumentInputFormat.
"mapreduce.marklogic.input.maxsplitsize")
which, if set, specifies the maximum number of fragments per
input split.
"mapreduce.marklogic.output.node.optype")
which, if set, indicates what node operation to perform
during output.
"mapreduce.marklogic.output.content.cleandir")
which, if set, indicates whether or not to remove the output
directory.
"mapreduce.marklogic.output.content.collection")
which, if set, specifies a comma-separated list of collections
to which generated output documents are added.
"mapreduce.marklogic.output.content.encoding") which, if set,
specifies the charset encoding to be used by the server when loading
this document.
"mapreduce.marklogic.output.content.language") which, if set,
specifies the language name to associate with inserted documents.
"mapreduce.marklogic.output.content.namespace") which, if set,
specifies the namespace to associate with inserted documents.
"mapreduce.marklogic.output.content.directory")
which, if set, specifies the MarkLogic Server database directory
where output documents are created.
"mapreduce.marklogic.output.content.fastload")
which, if set, indicates whether or not to use the fast load mode
to load content into MarkLogic.
"mapreduce.marklogic.output.host")
which, if set, specifies the MarkLogic Server host to use for
output operations.
"mapreduce.marklogic.output.keytype")
which, if set, specifies the data type of the
output keys for KeyValueOutputFormat.
"mapreduce.marklogic.output.node.namespace")
which, if set, indicates the namespace used for output.
"mapreduce.marklogic.output.password")
which, if set, specifies the cleartext password to use for
authentication with output.username.
"mapreduce.marklogic.output.content.permission")
which, if set, specifies a comma-separated list role-capability
pairs to associate with created output documents.
"mapreduce.marklogic.output.port")
which, if set, specifies the port number of the output MarkLogic
Server specified by the input.host property.
"mapreduce.marklogic.output.property.alwayscreate")
which, if set to true, causes PropertyOutputFormat
to create document properties for reduce output
key-value pairs even when no document exists with
the target URI.
"mapreduce.marklogic.output.content.quality")
which, if set, specifies the document quality for created
output documents.
"mapreduce.marklogic.output.query")
which, if set, specifies the statement to execute against MarkLogic
Server.
"mapreduce.marklogic.output.ssloptionsclass")
which, if set, specifies the name of the class implementing
SslConfigOptions which will be used if
output.usessl is set to true.
"mapreduce.marklogic.output.content.streaming")
which, if set, specifies whether to use streaming to insert
content.
"mapreduce.marklogic.output.content.tolerateerrors")
which, if set, specifies whether to tolerate insertion errors and
make sure all successful inserts are committed.
"mapreduce.marklogic.output.usessl")
which, if set, specifies whether the connection to the output server is
SSL enabled; false is assumed if not set.
"mapreduce.marklogic.output.username")
which, if set, specifies the MarkLogic Server user name
under which output operations run.
"mapreduce.marklogic.output.valuetype")
which, if set, specifies the data type of the map
output value for KeyValueOutputFormat.
"mapreduce.marklogic.output.content.repairlevel")
which, if set, specifies the document repair level for this options object.
"mapreduce.marklogic.input.namespace")
which, if set, specifies a list of namespaces to use when
evaluating the path expression constructed from the
input.documentselector and
input.subdocumentexpr properties.
cts:path-reference function."mapreduce.marklogic.output.property.optype")
which, if set, indicates what property operation to perform
during output when using PropertyOutputFormat.
"mapreduce.marklogic.input.recordtofragmentratio") which, if
set, specifies the ratio of the number of retrieved
records to the number of accessed fragments.
"splitend") in your advanced
mode input query to access the end value of the record range in an input
split when "mapreduce.marklogic.input.bindsplitrange" is true.
"mapreduce.marklogic.input.splitquery")
which, if set, specifies the query MarkLogic Server uses
to generate input splits.
"splitstart") in your advanced
mode input query to access the start value of the record range in an
input split when "mapreduce.marklogic.input.bindsplitrange" is true.
"mapreduce.marklogic.input.subdocumentexpr")
which, if set, specifies the path expression used to retrieve
sub-document records from the server.
"mapreduce.marklogic.output.transactionsize")
which, if set, indicates the number of requests in one transaction.
cts:uri-match lexicon function.cts:uris lexicon function.cts:value-co-occurrences lexicon
function.cts:value-match lexicon
function.cts:element-value-match or
cts:field-word-match.cts:values lexicon function.cts:element-values.cts:word-match lexicon function.cts:words lexicon function.
|
MarkLogic Connector for Hadoop 1.1-3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com