Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
robbaronbu edited this page Aug 17, 2017 · 2 revisions

Oshinko - just manages how many masters/slaves a spark cluster has. Can be done through the OpenShift UI - all oshinko does is allow it to be done through the web through a route to the project.

  1. create a service account and add role

    oc create sa oshinko oc policy add-role-to-user edit -z oshinko

  2. create the app vi yams:

    oc new-app -f https://raw.githubusercontent.com/radanalyticsio/oshinko-webui/master/tools/ui-template.yaml

Clone this wiki locally