Skip to content

npmcdn-to-unpkg-bot/hdp-demo-bootstrap

 
 

Repository files navigation

Demo Bootstrap Python 2.6, 2.7 Hortonworks Data Platform

Demo Utils Build Status Coverage Status

An easy to use framemwork for creating, installing, and running end-to-end demo applications on the Hortonworks Data Platform.

Quick Demo Installation

Note Ambari must be installed on your machine for these commands to work.

export VERSION=2.5
rm -rf /var/lib/ambari-server/resources/stacks/HDP/$VERSION/services/DEMOSERVICE
sudo git clone https://github.com/zacblanco/hdp-demo-bootstrap.git /var/lib/ambari-server/resources/stacks/HDP/$VERSION/services/DEMOSERVICE
cd /var/lib/ambari-server/resources/stacks/HDP/$VERSION/services/DEMOSERVICE
git submodule update --init --recursive
ambari-server restart

Then head into the Ambari UI and add the HDP Demo Service

Need more Information?

Build the Documentation

Want a local copy of the docs? We've got you covered.

Required:

  • pip
  • sphinx (pip install sphinx)
  • sphinx RTD Theme (pip install sphinx_rtd_theme)
cd ./docs
make clean; sphinx-apidoc -e -f -o ./source/autodoc/demo_utils ../demo_utils/demo_utils; sphinx-apidoc -e -f -o ./source/autodoc/demo_app ../demo_app; make html

About

A framework for deploying demo apps on Hortonworks Sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.1%
  • JavaScript 5.6%
  • HTML 5.0%
  • CSS 0.3%