HDInsight Cluster Services Discovery

Microsoft.HDInsight.Discovery.ClusterServices (Discovery)

This workflow discovers HDInsight Cluster Services for HDInsight Cluster.

Knowledge Base article:

Summary

This workflow discovers HDInsight Cluster Services for HDInsight Cluster.

Element properties:

TargetMicrosoft.HDInsight.Cluster
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.ClusterServicesDiscoveryDataSource Default

Source Code:

<Discovery ID="Microsoft.HDInsight.Discovery.ClusterServices" Target="Microsoft.HDInsight.Cluster" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.HDInsight.ClusterService">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.HDInsight.ClusterService.Hdfs"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.ClusterService.MapReduce"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.ClusterService.MapReduceYarn"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.ClusterService.Hive"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.ClusterService.WebHCat"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.ClusterService.Oozie"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.ClusterService.Pig"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.ClusterService.Sqoop"/>
<DiscoveryClass TypeID="Microsoft.HDInsight.ClusterService.Yarn"/>
<DiscoveryRelationship TypeID="SC!Microsoft.SystemCenter.ManagementActionPointShouldManageEntity"/>
<DiscoveryRelationship TypeID="Microsoft.HDInsight.ClusterSoftwareProjectionContainsClusterService"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.HDInsight.Module.ClusterServicesDiscoveryDataSource">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<TemplateName>$Target/Host/Property[Type="Microsoft.HDInsight.Cluster.Private"]/TemplateName$</TemplateName>
<ClusterName>$Target/Host/Property[Type="Microsoft.HDInsight.Cluster.Private"]/ClusterName$</ClusterName>
<ClusterAmbariUri>$Target/Host/Property[Type="Microsoft.HDInsight.AmbariManagedEntity"]/AmbariUri$</ClusterAmbariUri>
<ResourcePoolClassId>$Target/Host/Property[Type="Microsoft.HDInsight.Cluster.Private"]/ResourcePoolClassId$</ResourcePoolClassId>
<ResourcePoolProperties>$Target/Host/Property[Type="Microsoft.HDInsight.Cluster.Private"]/ResourcePoolProperties$</ResourcePoolProperties>
</DataSource>
</Discovery>