1.

How Can We See All The Clusters That Are Available In Ambari?

Answer»

all_clusters = client.get_all_clusters()

PRINT all_clusters.to_json_dict()

print all_clusters

all_clusters = client.get_all_clusters()

print all_clusters.to_json_dict()

print all_clusters



Discussion

No Comment Found