Created on 11-17-2017 04:10 AM - edited 09-16-2022 01:41 AM
Partner demo kit is built and maintained by the Hortonworks Partner Solutions team. The purpose of the demo kit is to enable the partners to:
The remainder of this article provides a short description of the 3 demos packaged within the demo kit and step by step instruction on:
The demo kit comes with 3 demos:
You can install Demo Kit on other public or private clouds using the provided automated script. With this option you would launch a CentOS/RHEL 7 VM of the right size on any cloud of your choice (as long as it has access to public internet), and use provided script to install single node HDP and install the demo. For more details see README here. Setup ETA is 1 hour
You can use this option to launch a prebuilt image of single node HDP (including the demo) on AWS cloud. Setup ETA is 15min
Note: if you choose a smaller instance type from the above recommendation, not all services may come up
(Optional) You can also monitor the startup using the log as below:
ssh -i ~/.ssh/mykey.pem centos@<publicIP>
tail -f /var/log/hdp_startup.log
If any services fail to start, use the Actions > Start All button to start
ssh -i ~/.ssh/mykey.pem centos@<publicIP>
sudo su -
ps -ef | grep stream-simulator
tail -f /tmp/whoville/data_simulator/simulator.log
The first few slices (i.e graphs) provide monitoring related information (e.g. how many violations? Who are the violators? etc). The last 3 slices provide information about the predictions made by the model (i.e. which routes are predicted to have most violations? Which drivers are predicted to have violations)
You can also create other slices and add them to the dashboard using the steps here
ps -ef | grep stream-simulator
kill <process_id>
This concludes this article on how to launch the demo kit and access the provided demonstrations
In case of questions or issues: