This application image is pre-alpha.
Login to the HPE Container Platform KD tenant
kubectl apply -f https://raw.githubusercontent.com/hpe-container-platform-community-images/kubedirector-data-science-refinery/main/cr-app-dsr.json
(TODO: Future versions will move MAPR_TICKET to a secret)
apiVersion: v1
kind: ConfigMap
metadata:
name: dsr-config
labels:
kubedirector.hpe.com/cmType : dsr-config
data:
dsr.properties: |
#
# Edit the variables below
#
MAPR_CLUSTER=hcp.mapr.cluster
MAPR_TICKET=xxx_base64_encoded_xxx
MAPR_CLDB_HOSTS=10.1.0.230
#
# You shouldn't need to edit the variables below
#
MAPR_CONTAINER_USER=mapr
MAPR_CONTAINER_PASSWORD=mapr
MAPR_CONTAINER_GROUP=mapr
MAPR_CONTAINER_UID=5000
MAPR_CONTAINER_GID=5000
MAPR_TICKETFILE_LOCATION=/tmp/longlived_ticket
ZEPPELIN_DEPLOY_MODE=kubernetes
IMPORTANT: Ensure the folder /user/$MAPR_CONTAINER_USER
exists on the Data Fabric - by default it doesn't exist on the HPE Container Platform embedded Data Fabric.
kubectl apply -f https://raw.githubusercontent.com/hpe-container-platform-community-images/kubedirector-data-science-refinery/main/cr-cluster-dsr.yaml
You can click the link in the services endpoint to access the Zeppelin UI.
If you receive a HTTP error try again in a few minutes.