show_bda_clusters

Lists all Hadoop clusters in the BDA network. If a host is specified, lists all Hadoop clusters in the network where the host is present.

Format

emcli show_bda_clusters
        [-host="host_name"]
[ ]  indicates that the parameter is optional

Options

  • host_name

    Name of a particular host in the BDA network.

Examples

Example 1

The following example lists all Hadoop cluster targets in the BDA network:

emcli show_bda_clusters 

Example 2

The following example lists all Hadoop clusters in the network where the host acme101.com is present:

emcli show_bda_clusters 
         -host="acme101.com"