Member since
10-28-2016
32
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1290 | 02-09-2017 05:16 PM | |
1171 | 02-09-2017 03:49 PM |
02-09-2017
05:16 PM
I am able to solve this issue. Please find the default user id/password for hortonworks vm ware images hosted in username:root password:hadoop
... View more
02-09-2017
03:49 PM
Thanks Artem. I tried downloading the VMware image , uploaded to s3 ,created the ami and then spin the cluster from ami.
... View more
02-08-2017
04:46 PM
I have followed the below link and trying to create an ec2 instance for Horton works sandbox 2.5 Reference: http://docs.aws.amazon.com/vm-import/latest/userguide/import-vm-image.html I have created an s3 bucket and copied the hortonworks2.5 vmdk file into s3 bucket creditcardtxn1. Created an AMI from the s3 bucket and created an ec2 instance from the ami. When I tried to connect to the instance it is asking for a password.I didn't set up any password while I create the instance. pem file permission are read only ec2-login-issue.pngec2-unixlog.png -r--------+ 1 jojohny Domain Users 1692 Feb 8 08:34 cctm-keypair.pem $ ssh -i cctm-keypair.pem ec2-user@52.91.69.113 The authenticity of host '52.91.69.113 (52.91.69.113)' can't be established. ECDSA key fingerprint is SHA256:q9UWasJMT0r3YmS6Z0zRzgL6mT42UJ1xCXmozNt6IXo. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '52.91.69.113' (ECDSA) to the list of known hosts. ec2-user@52.91.69.113's password: Permission denied, please try again. Please let me know how to bypass this error.
... View more
02-02-2017
10:28 PM
Hi Neeraj, I am trying to setup the hortonworks hdp2.5 in AWS. This is test the webapplication https://community.hortonworks.com/content/kbentry/38457/credit-fraud-prevention-demo-a-guided-tour.html. This application uses Kafka,Storm,Hive,Hbase and many more stuffs. Could you please suggest what is the best way to go ahead ?
... View more
02-02-2017
08:03 PM
Hi Azeltov, I am trying to upload the hdp2.5 vm file ec2-import-instance-command.png into aws via cli. I have tried the same and getting an error in step6. ec2-import-instance command is not showing up in cli aws cli version is aws-cli/1.11.44 Python/2.7.9 Windows/8 botocore/1.5.7. Tried the below command $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 it says that invalid choice of command.Please let me know the correct command to execute.
... View more
01-31-2017
04:53 PM
Hi Guys, I am trying to configure an credit card application which used HDP2.5 and the below applications(not complete list). Right now it is running with hdp2.4 on virtual machine hosted on Azure and need to switch to hdp2.5. Current AWS - Hortonworks Data Controller is limited to a few applications based on roles. Can somebody suggest me how to proceed for hosting this HDP2.5 application in AWS? Kafka Storm Slider Hive HBASE Phenonix Zookeeper Regards, Joby Johny
... View more
Labels:
01-25-2017
01:56 PM
Thank you Ameet for your tips.
I am following the link @ https://community.hortonworks.com/content/kbentry/38457/credit-fraud-prevention-demo-a-guided-tour.html to set up the credit card transaction monitor application
We are trying to do the end to end demo of credit card transaction monitor app by end of this week. We tried to clone the latest code and there was a version mismatch error while building the storm topology. Latest storm code(1.x) will work with only HDP2.5 which is not available in Azure. Later I have used the git code committed on nov15 which contains the storm version(0.10.0) maps to HDP2.4.
I am able to start the transactions with the simulator jar and able to see the transactions flowing with basic details. After that I am not seeing any transactions(Transaction id,merchant type,amount,distance) in the below box after double clicking it. I have captured the screenshots of the steps which I have done.
... View more
01-25-2017
01:53 PM
Adding the screenshots using the data generated from simualtor nifi.png.transactions-flow1.png transaction-flow-2.png
... View more
01-25-2017
01:34 PM
I am following the link @ https://community.hortonworks.com/content/kbentry/38457/credit-fraud-prevention-demo-a-guided-tour.html to set up the credit card transaction monitor application We are trying to do the end to end demo of credit card transaction monitor app by end of this week. We tried to clone the latest code and there was a version mismatch error while building the storm topology. Latest storm code(1.x) will work with only HDP2.5 which is not available in Azure. Later I have used the git code committed on nov15 which contains the storm version(0.10.0) maps to HDP2.4. I am able to start the transactions with the simulator jar and able to see the transactions flowing with basic details. After that I am not seeing any transactions(Transaction id,merchant type,amount,distance) in the below box after double clicking it. I have captured the screenshots of the steps which I have done. Please let me know if you have faced the same issue in the past.
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache NiFi
-
Apache Storm
01-19-2017
04:27 AM
I have used the previous version of storm(0.10.0) and was able to create the toplogy. Thank you Ambud and Artem for the help.
... View more