Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 843 Bytes

hdinsight-clustercustomize.md

File metadata and controls

13 lines (10 loc) · 843 Bytes

I want to customize my cluster

Recommended steps

Cluster can be customized using the following methods:

  1. Some configuration files relating to hive, hbase, storm and yarn can be customized using Bootstrap with Azure Powershell, .NET SDK or the resource manager template.
  2. Script actions can be used to invoke custom scripts on cluster nodes on new or running clusters.
  3. Custom applications can be added on new or running clusters to enable multiple scenarios.

Recommended documents

Bootstrap actions
Custom Script actions
Custom Applications