HDInsight Host Components Discovery

Microsoft.HDInsight.Discovery.HostComponents (Discovery)

This workflow discovers all types of Microsoft HDInsight Host Components running on specific host.

Knowledge Base article:

Summary

This workflow discovers HDInsight Host Components for target Host.

Element properties:

TargetMicrosoft.HDInsight.Host
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.HDInsight.Module.HostComponentsDiscoveryDataSource Default

Source Code:

<Discovery ID="Microsoft.HDInsight.Discovery.HostComponents" Target="Microsoft.HDInsight.Host" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent">
<Property TypeID="Microsoft.HDInsight.AmbariManagedEntity" PropertyID="AmbariUri"/>
<Property TypeID="Microsoft.HDInsight.HostComponent" PropertyID="ClusterName"/>
<Property TypeID="Microsoft.HDInsight.HostComponent" PropertyID="HostName"/>
<Property TypeID="Microsoft.HDInsight.HostComponent" PropertyID="FriendlyName"/>
<Property TypeID="Microsoft.HDInsight.HostComponent" PropertyID="ComponentName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.NameNode"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.SecondaryNameNode"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.JobTracker"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.HistoryServer"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.HistoryServerYarn"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.DataNode"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.TaskTracker"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.HiveServer"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.HiveMetastore"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.HiveClient"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.WebHCatServer"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.OozieServer"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.Pig"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.Sqoop"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.ResourceManager"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.HostComponent.NodeManager"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.HostHostsHostComponent"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.ClusterServiceContainsHostComponent"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.HdfsServiceContainsNameNodeComponent"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.MapReduceServiceContainsJobTrackerComponent"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.MapReduceServiceContainsHistoryServerComponent"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.MapReduceYarnServiceContainsHistoryServerYarnComponent"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.HiveServiceContainsHiveServerComponent"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.HiveServiceContainsHiveMetastoreComponent"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.WebHCatServiceContainsWebHCatServerComponent"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.OozieServiceContainsOozieServerComponent"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.YarnServiceContainsResourceManagerComponent"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.HDInsight.Module.HostComponentsDiscoveryDataSource">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<TemplateName>$Target/Host/Property[Type="Microsoft.HDInsight.Host.Private"]/TemplateName$</TemplateName>
<ClusterName>$Target/Host/Property[Type="Microsoft.HDInsight.Host.Private"]/ClusterName$</ClusterName>
<HostName>$Target/Host/Property[Type="Microsoft.HDInsight.Host.Private"]/HostName$</HostName>
<HostAmbariUri>$Target/Host/Property[Type="Microsoft.HDInsight.AmbariManagedEntity"]/AmbariUri$</HostAmbariUri>
</DataSource>
</Discovery>