<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Cloudera Manager 'First Run' command execution failed: Failed to perform First Run of services in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-First-Run-command-execution-failed-Failed/m-p/37060#M17672</link>
    <description>&lt;P&gt;The underlying &lt;FONT face="arial,helvetica,sans-serif"&gt;cause&lt;/FONT&gt; of the failu&lt;FONT face="arial,helvetica,sans-serif"&gt;re seems&lt;/FONT&gt; to be a failure to start Kafla:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;[2016-02-01 19:10:58] ERROR [pipeline-thread-35] - c.c.l.b.UnboundedWaitForApiCommand: Command Start with ID 72 failed. Details: ApiCommand{id=72, name=Start, startTime=Mon Feb 01 19:10:10 EST 2016, endTime=Mon Feb 01 19:10:10 EST 2016, active=false, success=false, resultMessage=Failed to start service., serviceRef=ApiServiceRef{peerName=null, clusterName=Atlas-Test, serviceName=CD-KAFKA-MnViYSKk}, roleRef=null, hostRef=null, parent=null}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cloudera Manager command execution history should have more details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial, helvetica, sans-serif"&gt;&lt;SPAN&gt;I believe&amp;nbsp;get this error because the Kafka parcel is not distributed (as you know Kafka is not included in the CDH parcel). Please add "KAFKA:&amp;nbsp;0.8.2" to the products {} block. You may also need to add reference to the precise parcel repositories you want to use.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2016 00:13:23 GMT</pubDate>
    <dc:creator>Andrei Savu</dc:creator>
    <dc:date>2016-02-05T00:13:23Z</dc:date>
    <item>
      <title>Cloudera Manager 'First Run' command execution failed: Failed to perform First Run of services</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-First-Run-command-execution-failed-Failed/m-p/37004#M17671</link>
      <description>&lt;P&gt;Attempting to provision a new environment containing cluster of 3 Kafka and Zookeeper nodes using the cloudera-director bootstrap-remote CLI utility. The bootstrap process fails with the following stack trace:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://pastebin.com/Qyg9bL96" target="_blank"&gt;http://pastebin.com/Qyg9bL96&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, when a new cluster is created from the director UI, the process succeeds.&lt;BR /&gt;&lt;BR /&gt;Here is our configuration file:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;name: Atlas-Test

provider {
  type: aws

  publishAccessKeys: true

  region: us-west-2

  subnetId: subnet-daf4c9ad

  securityGroupsIds: sg-feae6f99

  instanceNamePrefix: test

  associatePublicIpAddresses: false

}

ssh {
  username: ec2-user
  privateKey: /home/ec2-user/atlas.pem
}

instances {
  default {
    type: m4.large
    image: ami-414b7271

    tags {
      owner: ${?USER}
    }
  }
}

cloudera-manager {

  instance: ${instances.default} {
    tags {
      application: "Cloudera Manager 5"
    }
  }

  enableEnterpriseTrial: true

}

cluster {

  products {
    CDH: 5 
  }

  services: [ZOOKEEPER, KAFKA]

  master {
    count: 3

    instance: ${instances.default} {
      tags {
        group: master
      }
    }

    roles {
      ZOOKEEPER: [SERVER]
    }
  }


  gateway {
    count: 3

    instance: ${instances.default} {
      tags {
        group: kafka 
      }
    }

    roles {
      KAFKA: [KAFKA_BROKER]
    }
  }

}&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:01:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-First-Run-command-execution-failed-Failed/m-p/37004#M17671</guid>
      <dc:creator>autodidacticon</dc:creator>
      <dc:date>2022-09-16T10:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera Manager 'First Run' command execution failed: Failed to perform First Run of services</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-First-Run-command-execution-failed-Failed/m-p/37060#M17672</link>
      <description>&lt;P&gt;The underlying &lt;FONT face="arial,helvetica,sans-serif"&gt;cause&lt;/FONT&gt; of the failu&lt;FONT face="arial,helvetica,sans-serif"&gt;re seems&lt;/FONT&gt; to be a failure to start Kafla:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;[2016-02-01 19:10:58] ERROR [pipeline-thread-35] - c.c.l.b.UnboundedWaitForApiCommand: Command Start with ID 72 failed. Details: ApiCommand{id=72, name=Start, startTime=Mon Feb 01 19:10:10 EST 2016, endTime=Mon Feb 01 19:10:10 EST 2016, active=false, success=false, resultMessage=Failed to start service., serviceRef=ApiServiceRef{peerName=null, clusterName=Atlas-Test, serviceName=CD-KAFKA-MnViYSKk}, roleRef=null, hostRef=null, parent=null}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cloudera Manager command execution history should have more details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial, helvetica, sans-serif"&gt;&lt;SPAN&gt;I believe&amp;nbsp;get this error because the Kafka parcel is not distributed (as you know Kafka is not included in the CDH parcel). Please add "KAFKA:&amp;nbsp;0.8.2" to the products {} block. You may also need to add reference to the precise parcel repositories you want to use.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 00:13:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-First-Run-command-execution-failed-Failed/m-p/37060#M17672</guid>
      <dc:creator>Andrei Savu</dc:creator>
      <dc:date>2016-02-05T00:13:23Z</dc:date>
    </item>
  </channel>
</rss>

