<?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: HDP Sandbox on AWS? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94235#M57664</link>
    <description>&lt;P&gt;Hi Azeltov,&lt;/P&gt;&lt;P&gt;I am trying to upload the hdp2.5 vm file &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/12041-ec2-import-instance-command.png"&gt;ec2-import-instance-command.png&lt;/A&gt;  into aws via cli.&lt;/P&gt;&lt;P&gt;I have tried the same and getting an error in step6. ec2-import-instance command is not showing up in cli&lt;/P&gt;&lt;P&gt;aws cli version is &lt;STRONG&gt;aws-cli/1.11.44 Python/2.7.9 Windows/8 botocore/1.5.7.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tried the below command&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;$aws ec2-import-instance -t m3.large HDP_2.5_docker_vmware_25_10_2016_08_59_25_hdp_2_5_0_0_1245_ambari_2_4_0_0_1225-disk1.vmdk -f VMDK -o xxxx-w xxxxxxxxxx -b creditcardtxn1 -a x86_64 -p Linux&lt;/P&gt;&lt;P&gt;it says that invalid choice of command.Please let me know the correct command to execute.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2017 04:03:18 GMT</pubDate>
    <dc:creator>joby_johny</dc:creator>
    <dc:date>2017-02-03T04:03:18Z</dc:date>
    <item>
      <title>HDP Sandbox on AWS?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94228#M57657</link>
      <description>&lt;P&gt;Is the Hortonworks Sandbox available on Amazon Web Services as well?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:41:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94228#M57657</guid>
      <dc:creator>MCarter</dc:creator>
      <dc:date>2022-09-16T09:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: HDP Sandbox on AWS?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94229#M57658</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12/mcarter.html" nodeid="12"&gt;@MCarter@hortonworks.com&lt;/A&gt; This is old guide that I found &lt;A href="http://hortonworks.com/wp-content/uploads/2012/09/Using_Hortonworks_AMI_HDP11-2012-09-11.pdf" target="_blank"&gt;http://hortonworks.com/wp-content/uploads/2012/09/Using_Hortonworks_AMI_HDP11-2012-09-11.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Based on my latest search in Amazon AMI , I could not find HDP Sandbox.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 08:26:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94229#M57658</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-09-25T08:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: HDP Sandbox on AWS?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94230#M57659</link>
      <description>&lt;P&gt;AFAIK, HDP sandbox AMI is no longer available on AWS EC2 now.  &lt;A href="http://hortonworks.com/community/forums/topic/hdp-sandbox-ami/" target="_blank"&gt;http://hortonworks.com/community/forums/topic/hdp-sandbox-ami/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:07:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94230#M57659</guid>
      <dc:creator>pardeep_kumar</dc:creator>
      <dc:date>2015-09-29T16:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: HDP Sandbox on AWS?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94231#M57660</link>
      <description>&lt;P&gt;HI &lt;A rel="user" href="https://community.cloudera.com/users/12/mcarter.html" nodeid="12"&gt;@MCarter@hortonworks.com&lt;/A&gt; , &lt;/P&gt;&lt;P&gt; You can setup your own HDP sandbox image on AWS. Follow these steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Download the VMWare version of our sandbox from the website.&lt;/LI&gt;&lt;LI&gt;Rename the OVA file to .tar extension, extract it.&lt;/LI&gt;&lt;LI&gt;Create an S3 bucket under your personal AWS account. Remember the name of the bucket!&lt;/LI&gt;&lt;LI&gt;Install EC2 command line tools.  Make sure they're in path.&lt;/LI&gt;&lt;LI&gt;cd to the directory you extracted with the tar file.&lt;/LI&gt;&lt;LI&gt;run: ec2-import-instance -t m3.large Hortonworks_Sandbox_2.X-disk1.vmdk -f VMDK -o &amp;lt;ACCESS_KEY&amp;gt; -w &amp;lt;SECRET_KEY&amp;gt; -b &amp;lt;BUCKET NAME FROM STEP 2&amp;gt; -a x86_64 -p Linux&lt;/LI&gt;&lt;LI&gt;Wait ...&lt;/LI&gt;&lt;LI&gt;Log into your AWS console, go to EC2, locate the new instance it created (it'll be stopped).&lt;/LI&gt;&lt;LI&gt;Select instance, Action, Create Image.  Switch to AMI view.&lt;/LI&gt;&lt;LI&gt;Send AMI image ID to anyone.  It creates an EBS volume in your account, don't remove it!  It will cost about $5/month.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 02 Oct 2015 23:12:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94231#M57660</guid>
      <dc:creator>azeltov</dc:creator>
      <dc:date>2015-10-02T23:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: HDP Sandbox on AWS?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94232#M57661</link>
      <description>&lt;P&gt;Worked for me. I had to create and attach an EBS volume with /dev/sda1 (root) drive prior image creation.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 02:52:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94232#M57661</guid>
      <dc:creator>guzu92</dc:creator>
      <dc:date>2016-03-21T02:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: HDP Sandbox on AWS?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94233#M57662</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was creating amazon ami from sandbox to launch ec2-instance. I followed all the above steps correctly with HDP 2.3.2 and 2.4 sandbox versions. I created an amazon ami but I was not able to get Hadoop running on ec2 instance. Even I was not able to access ambari server at port 8080. I tried changing hostname of ec2-instance to "sandbox.hortonworks.com", gave security groups open to all ports but no use. When I looked at the processes started after bootstrap, I found some process like HDFS, Mapred are not started in ec2-instace which are started in sandbox in virtual box. Can someone please help me in this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 07:16:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94233#M57662</guid>
      <dc:creator>veerat</dc:creator>
      <dc:date>2016-04-06T07:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: HDP Sandbox on AWS?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94234#M57663</link>
      <description>&lt;P&gt;Hello Azeltov, thank you for the instructions. I've managed to start sandbox on an EC2 instance. Logged into Ambari however, it says Heartbeat lost against most services. See screenshot below. I believe I'm very close to exploring HDP Sandbox so any advice on this problem will be really helpful. Also I noticed on the hosts tab that the RAM allocated is 7.69GB. I've configured an m3.xlarge instance which has 15GB memory so how do I reallocate more memory to the sandbox?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6941-ambari.png" style="width: 1092px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/24067iCF37E1941375A213/image-size/medium?v=v2&amp;amp;px=400" role="button" title="6941-ambari.png" alt="6941-ambari.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 13:00:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94234#M57663</guid>
      <dc:creator>amit1</dc:creator>
      <dc:date>2019-08-19T13:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: HDP Sandbox on AWS?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94235#M57664</link>
      <description>&lt;P&gt;Hi Azeltov,&lt;/P&gt;&lt;P&gt;I am trying to upload the hdp2.5 vm file &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/12041-ec2-import-instance-command.png"&gt;ec2-import-instance-command.png&lt;/A&gt;  into aws via cli.&lt;/P&gt;&lt;P&gt;I have tried the same and getting an error in step6. ec2-import-instance command is not showing up in cli&lt;/P&gt;&lt;P&gt;aws cli version is &lt;STRONG&gt;aws-cli/1.11.44 Python/2.7.9 Windows/8 botocore/1.5.7.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tried the below command&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;$aws ec2-import-instance -t m3.large HDP_2.5_docker_vmware_25_10_2016_08_59_25_hdp_2_5_0_0_1245_ambari_2_4_0_0_1225-disk1.vmdk -f VMDK -o xxxx-w xxxxxxxxxx -b creditcardtxn1 -a x86_64 -p Linux&lt;/P&gt;&lt;P&gt;it says that invalid choice of command.Please let me know the correct command to execute.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 04:03:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94235#M57664</guid>
      <dc:creator>joby_johny</dc:creator>
      <dc:date>2017-02-03T04:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: HDP Sandbox on AWS?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94236#M57665</link>
      <description>&lt;P&gt;Hi Neeraj,&lt;/P&gt;&lt;P&gt;I am trying to setup the hortonworks hdp2.5 in AWS. This is test the webapplication &lt;A href="https://community.hortonworks.com/content/kbentry/38457/credit-fraud-prevention-demo-a-guided-tour.html" target="_blank"&gt;https://community.hortonworks.com/content/kbentry/38457/credit-fraud-prevention-demo-a-guided-tour.html&lt;/A&gt;. This application uses Kafka,Storm,Hive,Hbase and many more stuffs. Could you please suggest what is the best way to go ahead ?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 06:28:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-Sandbox-on-AWS/m-p/94236#M57665</guid>
      <dc:creator>joby_johny</dc:creator>
      <dc:date>2017-02-03T06:28:05Z</dc:date>
    </item>
  </channel>
</rss>

