<?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: Sreamsets setup on CDH 5.9.1 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/51740#M53570</link>
    <description>Many Thanks AARMAN !! It worked.</description>
    <pubDate>Fri, 03 Mar 2017 03:48:57 GMT</pubDate>
    <dc:creator>SAKTIPADA</dc:creator>
    <dc:date>2017-03-03T03:48:57Z</dc:date>
    <item>
      <title>Sreamsets setup on CDH 5.9.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/50535#M53568</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have installed and configure CDH 5.9.1 using couldera director. We are trying to deply&amp;nbsp;streamsets data collector 2.2 &amp;nbsp;as cluster service using percel. I could download, distrubute and activate parcel from Manager. However I tried to add service but I could not find any option to choose&amp;nbsp; streamsets data collector. &amp;nbsp;I tried streamsets version 2.1 as well but no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help will be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SP&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 09:18:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/50535#M53568</guid>
      <dc:creator>SAKTIPADA</dc:creator>
      <dc:date>2017-02-07T09:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sreamsets setup on CDH 5.9.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/50714#M53569</link>
      <description>&lt;P&gt;I'm not sure if there's official support with Director, but it can be done using&amp;nbsp;the conf file with the help of a bootstrap script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Specify a bootstrap script (only for the CM instance) to download and place the csd&amp;nbsp;jar in the appropriate csd directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;instances {

  cminstance {
    type: m4.xlarge
    image: ami-ac5f2fcc

    tags {
      owner: ${?USER}
    }

    bootstrapScript: """#!/bin/sh
yum -y install wget
wget https://archives.streamsets.com/datacollector/2.3.0.0/csd/STREAMSETS-2.3.0.0.jar
mkdir -p /opt/cloudera/csd
mv STREAMSETS-2.3.0.0.jar /opt/cloudera/csd/
"""
  }

  ...
}&lt;/PRE&gt;&lt;P&gt;You also have to specify the Product, Service, Role name along with the Parcel Repository URL in the conf file. The following worked for me (I went through a manual install to get these values):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;cluster {

  # add the streamset data collector product
  products {
    CDH: 5
    STREAMSETS_DATACOLLECTOR: 2.3
  }


  # add the streamset parcel repository
  parcelRepositories: ["http://archive.cloudera.com/cdh5/parcels/5.9/",
                       "https://archives.streamsets.com/datacollector/latest/parcel/"]

  # add the service
  services: [HDFS, YARN, STREAMSETS,...]

  ...

  workers {
  	...

    # add the data collector role to the streamset service
    roles {
      HDFS: [DATANODE]
      YARN: [NODEMANAGER]
      STREAMSETS: [DATACOLLECTOR]
      ...
    }
  }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 23:16:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/50714#M53569</guid>
      <dc:creator>aarman</dc:creator>
      <dc:date>2017-02-09T23:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sreamsets setup on CDH 5.9.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/51740#M53570</link>
      <description>Many Thanks AARMAN !! It worked.</description>
      <pubDate>Fri, 03 Mar 2017 03:48:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/51740#M53570</guid>
      <dc:creator>SAKTIPADA</dc:creator>
      <dc:date>2017-03-03T03:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sreamsets setup on CDH 5.9.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/80825#M53571</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11908"&gt;@aarman&lt;/a&gt;,&lt;BR /&gt;could you give me please further&amp;nbsp;assistance regarding the config-files you mentioned?&lt;BR /&gt;I have&amp;nbsp;a similar issue&amp;nbsp;like&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/18189"&gt;@SAKTIPADA&lt;/a&gt;.&lt;BR /&gt;I installed and distributed the StreamSets Data Collector version 3.5.0 Parcel with Cloudera Manager on our&amp;nbsp;&lt;SPAN&gt;CDH 5.14.1 with success but I am not able to add the services with CM because there is no StreamSets option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 11:43:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/80825#M53571</guid>
      <dc:creator>Baris</dc:creator>
      <dc:date>2018-10-08T11:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sreamsets setup on CDH 5.9.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/80834#M53572</link>
      <description>&lt;P&gt;My fault. I forgot to add the Custom Service Descriptor (CSD) to /opt/cloudera/csd/.&lt;BR /&gt;After restarting&amp;nbsp;scm with:&amp;nbsp;service cloudera-scm-server restart I was able to find StreamSets on the AddService-Page.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 13:17:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/80834#M53572</guid>
      <dc:creator>Baris</dc:creator>
      <dc:date>2018-10-08T13:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sreamsets setup on CDH 5.9.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/80878#M53573</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/27858"&gt;@Baris&lt;/a&gt;&amp;nbsp;Glad you got it working.&amp;nbsp;With Director version 2.4+ you actually don't need to use a bootstrap script as shown in my previous example. You can just specify the&amp;nbsp;CSD URL on the conf file and Director will automatically download and place it in '&lt;SPAN&gt;/opt/cloudera/csd/'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;See the documentation here:&amp;nbsp;&lt;A href="https://www.cloudera.com/documentation/director/latest/topics/director_non-cdh_products_custom_descriptors.html" target="_blank"&gt;https://www.cloudera.com/documentation/director/latest/topics/director_non-cdh_products_custom_descriptors.html#concept_e2y_dpj_4z&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 22:50:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sreamsets-setup-on-CDH-5-9-1/m-p/80878#M53573</guid>
      <dc:creator>aarman</dc:creator>
      <dc:date>2018-10-08T22:50:12Z</dc:date>
    </item>
  </channel>
</rss>

