asexport Properties
The Analytic Server export enables you to run a stream on Hadoop Distributed File System (HDFS).
Example
node.setPropertyValue("use_default_as", False)
node.setPropertyValue("connection",
["false","9.119.141.141","9080","analyticserver","ibm","admin","admin","false","","","",""])
asexport properties |
Data type | Property description |
---|---|---|
data_source |
string | The name of the data source. |
export_mode |
string | Specifies whether to append exported data to the existing data source, or to overwrite the existing data source. |
use_default_as
|
boolean | If set to True , uses the default Analytic Server
connection configured in the server options.cfg file. If set to
False , uses the connection of this node. |
connection
|
["string","string","string", "string","string","string","string", "string"
,"string","string", "string" ,"string"] |
A list property containing the Analytic Server
connection details. The format is: ["is_secure_connect", "server_url", "server_port",
"context_root", "consumer", "user_name", "password", "use-kerberos-auth",
"kerberos-krb5-config-file-path", "kerberos-jaas-config-file-path",
"kerberos-krb5-service-principal-name", "enable-kerberos-debug"] Where:
is_secure_connect: indicates whether secure connection is used, and is either
true or false . use-kerberos-auth: indicates
whether kerberos authentication is used, and is either true or
false . enable-kerberos-debug: indicates whether the debug mode of
kerberos authentication is used, and is either true or
false . |