16. Starting HDP Services

The following steps describe how to start local and remote services. For more information, see Managing HDP on Windows.

  1. Start local services on the Master Nodes:

    %HADOOP_NODE%\start_local_hdp_services.cmd 

    Wait for the Master Node services to start up before continuing.

  2. At any Master Node, start all slave node services:

    %HADOOP_NODE%\start_remote_hdp_services.cmd 

  3. At the Knox Gateway:

    %HADOOP_NODE%\start_local_hdp_services.cmd 

  4. If the Apache Hadoop REST service is disabled, run the following command to enable it:

    sc config name= rest start= demand 

  5. If REST HDP services are not already started, start them with the following command:

    sc start rest

  6. Smoke test your installation as described in Validating the Installation.