<?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: CloudBreak + HDP based on hardened images from azure marketplace in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CloudBreak-HDP-based-on-hardened-images-from-azure/m-p/223002#M82372</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10827/pdarvasi.html" nodeid="10827"&gt;@pdarvasi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I confirm, this workaround did the job for me. Thanks again.&lt;/P&gt;&lt;P&gt;Also, I saw on github, there is work being done on 2.8 and even 2.9.&lt;BR /&gt;Can I read somewhere about new features etc and maybe test a lil bit? &lt;/P&gt;</description>
    <pubDate>Sun, 09 Sep 2018 03:19:37 GMT</pubDate>
    <dc:creator>jakub_igla1</dc:creator>
    <dc:date>2018-09-09T03:19:37Z</dc:date>
    <item>
      <title>CloudBreak + HDP based on hardened images from azure marketplace</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CloudBreak-HDP-based-on-hardened-images-from-azure/m-p/222999#M82369</link>
      <description>&lt;P&gt;I'm using CloidBreak for deploying hdp clusters. However the requirement is to do it based on hardened image that follows CIS guidelines, so I wanted to use their CentOS 7 image from Azure Marketplace. I did all prerequisites (packer built me an image, I've added new image catalog etc). However, as you can already suspect, the deployment failed because of that:&lt;/P&gt;&lt;PRE&gt;{
  "status": "Failed",
  "error": {
    "code": "ResourceDeploymentFailure",
    "message": "The resource operation completed with terminal provisioning state 'Failed'.",
    "details": [
      {
        "code": "VMMarketplaceInvalidInput",
        "message": "Creating a virtual machine from Marketplace image requires Plan information in the request. VM: '/subscriptions/xxxx/resourceGroups/xxxx/providers/Microsoft.Compute/virtualMachines/xxxxxxxm1'."
      }
    ]
  }&lt;/PRE&gt;&lt;P&gt;This is because ARM template does not have plan information, that is required when deploying VMs from marketplace. Unfortunately and super sadly I can't see a workaround for that unless I modify cloudbreak itself...&lt;/P&gt;</description>
      <pubDate>Sat, 18 Aug 2018 15:33:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CloudBreak-HDP-based-on-hardened-images-from-azure/m-p/222999#M82369</guid>
      <dc:creator>jakub_igla1</dc:creator>
      <dc:date>2018-08-18T15:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: CloudBreak + HDP based on hardened images from azure marketplace</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CloudBreak-HDP-based-on-hardened-images-from-azure/m-p/223000#M82370</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/65202/jakubigla1.html" nodeid="65202"&gt;@Jakub Igla&lt;/A&gt;&lt;P&gt;Your use case is perfectly valid, but unfortunately Cloudbreak does not support it yet (it is in the roadmap though)&lt;/P&gt;&lt;P&gt;As a workaround, you can do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add this fragment to the Profile&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;export CB_JAVA_OPTS="-Dcb.arm.template.path=arm-v2.ftl"&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Modify the file arm-v2.ftl relevant to the version of Cloudbreak you are using with the missing "Plan" parameters&lt;/LI&gt;&lt;LI&gt;Save the file on your Cloudbreak machine in the /var/lib/cloudbreak-deployment/etc directory.&lt;/LI&gt;&lt;LI&gt;Restart Cloudbreak&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;After restart has completed, all the subsequent cluster launches are to use your new, customized ARM template!&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 18:26:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CloudBreak-HDP-based-on-hardened-images-from-azure/m-p/223000#M82370</guid>
      <dc:creator>darvasip</dc:creator>
      <dc:date>2018-08-22T18:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: CloudBreak + HDP based on hardened images from azure marketplace</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CloudBreak-HDP-based-on-hardened-images-from-azure/m-p/223001#M82371</link>
      <description>&lt;P&gt;Wow, this is exactly what I was trying to achieve. When I have a time I'll test this and let you know as for now I went different route.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 21:26:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CloudBreak-HDP-based-on-hardened-images-from-azure/m-p/223001#M82371</guid>
      <dc:creator>jakub_igla1</dc:creator>
      <dc:date>2018-08-22T21:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: CloudBreak + HDP based on hardened images from azure marketplace</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CloudBreak-HDP-based-on-hardened-images-from-azure/m-p/223002#M82372</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10827/pdarvasi.html" nodeid="10827"&gt;@pdarvasi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I confirm, this workaround did the job for me. Thanks again.&lt;/P&gt;&lt;P&gt;Also, I saw on github, there is work being done on 2.8 and even 2.9.&lt;BR /&gt;Can I read somewhere about new features etc and maybe test a lil bit? &lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2018 03:19:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CloudBreak-HDP-based-on-hardened-images-from-azure/m-p/223002#M82372</guid>
      <dc:creator>jakub_igla1</dc:creator>
      <dc:date>2018-09-09T03:19:37Z</dc:date>
    </item>
  </channel>
</rss>

