• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Adf Hd Insight on Demand Linked Service Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfHdInsightOnDemandLinkedServiceNode
X-Ref:
  • Ast Adf Hd Insight On Demand Linked Service Node
  • Ast Adf Hd Insight Base Linked Service Node
  • Ast Adf Linked Service Base Node
  • Ast Adf Root Object Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
ClusterResourceGroupString 
This is the resource group where the HDInsight cluster is created. This is a required property
ClusterSizeInt320
The number of a cluster's worker or data nodes. This is a required property
HostSubscriptionIdString 
This is azure suibscription credential used to create the HDInsight cluster. This is a required property
LinkedServiceNameAstAdfAzureStorageLinkedServiceBaseNode 
Specifies a reference to the linked service that refers to the blob storage that is used by the HDInsight cluster. As of now, Data Lake Store linked services are not supported This is a required reference to an existing definiton.
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
TenantString 
Domain or tenant ID that houses the application. This is a required property
TimeToLiveString 
This is the amount of idle time permitted for the on-demand HDInsight cluster. This delineates the length of time that the cluster stays alive after the completion of an activity run, with no other active jobs remaining. This is a required property
VersionString 
This is the version of the HDInsight cluster in use. Default matches the current defined default version. This is a required property
ClusterNamePrefixString 
The prefix of the HDInsight cluster name.
ClusterPasswordString 
Cluster's password credential.
ClusterSshPasswordString 
Password credential to SSH remotely into cluster node.
ClusterSshUserNameString 
Username to SSH remotely into a cluster node.
ClusterTypeAdfHDInsightClusterTypeHadoop
Specifies the type of cluster (either Hadoop or Spark) to be created. Default value is Hadoop.
ClusterUserNameString 
Cluster's username credential.
DataNodeSizeInt320
Size of the data node of the HDInsight cluster.
EncryptedCredentialString 
Specifies the encrypted credential that will be used to authenticate the linked service.
HCatalogLinkedServiceNameAstAdfAzureSqlDatabaseLinkedServiceNode 
Azure Sql linked service that refernces the HCatalog database. This references an existing definiton.
HeadNodeSizeInt320
Node size of the head of the HDInsight cluster.
LogicalDisplayFolderString 
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
OsTypeAdfHDInsightOsTypeLinux
Specifies which operating system is being used. Default is Linux. Windows is only available for HDInsight version 3.3.
ServicePrincipalIdString 
Client ID credential for application.
ServicePrincipalKeyString 
Application's key.
SparkVersionString 
If the selected cluster type is "Spark" then this is the specific version of spark that is used.
SubnetString 
The resource ID of the subnet within the virtual network. This is required if the VirtualNetwork is specified.
VirtualNetworkIdString 
The resource ID for the virutal network to which the created cluster will join.
ZookeeperNodeSizeInt320
Size of the Zoo Keeper node of the HDInsight cluster.

Singleton Children

ChildAPI TypeDescription
<ConnectVia />AstAdfLinkedServiceConnectViaNodeSpecifies the integration runtime that should be used to connect to the selected linked service.

Collection Children

ChildAPI TypeDescription
<AdditionalLinkedServices>
    <LinkedService />
</AdditionalLinkedServices>
AstAdfLinkedServiceReferenceNode
Specifies any supplemental Linked Services so that the Data Factory service can register them. It is necessary that these storage linked services are in the same region as the HDInsight cluster, which must also be in the same region as the storage account specified in LinkedServiceName
<AdfAnnotations>
    <AdfAnnotation />
</AdfAnnotations>
String
This is the collection of annotations that will be emitted in the json.
<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.
<CoreConfigurations>
    <CoreConfiguration />
</CoreConfigurations>
AstAdfHDInsightAdvancedPropertyNode
Core configuration parameters (as in core-site.xml).
<HBaseConfigurations>
    <HBaseConfiguration />
</HBaseConfigurations>
AstAdfHDInsightAdvancedPropertyNode
HBase configuration parameters (hbase-site.xml).
<HdfsConfigurations>
    <HdfsConfiguration />
</HdfsConfigurations>
AstAdfHDInsightAdvancedPropertyNode
HDFS configuration parameters (hdfs-site.xml).
<HiveConfigurations>
    <HiveConfiguration />
</HiveConfigurations>
AstAdfHDInsightAdvancedPropertyNode
Hive configuration parameters (hive-site.xml).
<MapReduceConfigurations>
    <MapReduceConfiguration />
</MapReduceConfigurations>
AstAdfHDInsightAdvancedPropertyNode
MapReduce configuration parameters (mapred-site.xml).
<OozieConfigurations>
    <OozieConfiguration />
</OozieConfigurations>
AstAdfHDInsightAdvancedPropertyNode
Oozie configuration parameters (oozie-site.xml).
<ScriptActions>
    <ScriptAction />
</ScriptActions>
AstAdfHdInsightScriptActionNode
Custom script action for the HDInsight cluster to run once available.
<StormConfigurations>
    <StormConfiguration />
</StormConfigurations>
AstAdfHDInsightAdvancedPropertyNode
Storm configuration parameters (storm-site.xml).
<YarnConfigurations>
    <YarnConfiguration />
</YarnConfigurations>
AstAdfHDInsightAdvancedPropertyNode
Yarn configuration parameters (yarn-site.xml).

© Varigence