Hadoop Cluster Information Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Authentication | HadoopAuthentication | Basic | Specifies whether to use Basic or Kerberos authentication for connecting to Hadoop. This is a required property |
Domain | String | The domain for the Hadoop connection. Only needed for Kerberos authentication. | |
EnableHTTPS | Boolean | False | Specifies whether or not to use HTTPS for the connection. |
Host | String | The server that hosts the Hadoop service. | |
Password | String | The password for the supplied user name. Only needed for Kerberos authentication. | |
Port | Int32 | 0 | The port that provides access to the Hadoop service. |
User | String | The user that will connect to the Hadoop service. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |