项目作者: ocp-power-demos

项目描述 :
This repository contains instructions to deploy h2o as a container on OpenShift Container Platform
高级语言: Java
项目地址: git://github.com/ocp-power-demos/h2o_on_ocp.git
创建时间: 2020-03-04T11:23:35Z
项目社区:https://github.com/ocp-power-demos/h2o_on_ocp

开源协议:Apache License 2.0

下载


Deploying H2O Container on OpenShift Container Platform

This repository contains yaml files that shall be consumed “as-is” on OCP/K8.
The docker image(s) involved are custom built for this particular usecase.

Steps to build Docker Images for this usecase

We will build the docker image for this usecase.

  1. git clone https://github.com/ocp-power-demos/h2o_on_ocp
  2. cd $PWD/h2o_on_ocp/docker/
  3. docker build -t h2o:ppc64le .
  4. cd ../

Steps to deploy service/deployment files for h2o

We will now look how to deploy the service/deployment files.

  1. oc create -f h2o-service.yaml
  2. oc create -f h2o-deployment.yaml

Upon successfully creation of respective Service/Deployment, you will see the following Output as -

  1. [root@p1216-kvm1 h2o_recipe_ocp]# oc create -f h2o-service.yaml
  2. service/h2o created
  3. [root@p1216-kvm1 h2o_recipe_ocp]# oc create -f h2o-deployment.yaml
  4. deployment.extensions/h2o created
  5. [root@p1216-kvm1 h2o_recipe_ocp]#

To check the status of pods in your desired namespace issue the following

  1. [root@p1216-kvm1 h2o_recipe_ocp]# oc get po -n harsha
  2. NAME READY STATUS RESTARTS AGE
  3. h2o-5fcc88f885-8jdck 1/1 Running 0 1m
  4. [root@p1216-kvm1 h2o_recipe_ocp]#

We will now login to the container and run sample example -

  1. [root@p1216-kvm1 h2o_recipe_ocp]# oc get po -n harsha
  2. NAME READY STATUS RESTARTS AGE
  3. h2o-5fcc88f885-8jdck 1/1 Running 0 1m
  4. [root@p1216-kvm1 h2o_recipe_ocp]# oc rsh h2o-5fcc88f885-8jdck
  5. $ ls
  6. Customer_Retention_Test.csv Main.class Main.java README.txt example.csv license.sig mojo2-runtime-javadoc.jar mojo2-runtime.jar pipeline.mojo run_example.sh test_run.sh
  7. $ ./run_example.sh
  8. + MOJO_FILE=pipeline.mojo
  9. + CSV_FILE=example.csv
  10. + LICENSE_FILE=
  11. + CMD_LINE='java -Xmx5g -Dai.h2o.mojos.runtime.license.file= -cp mojo2-runtime.jar ai.h2o.mojos.ExecuteMojo'
  12. + cat
  13. ======================
  14. Running MOJO2 example
  15. ======================
  16. MOJO file : pipeline.mojo
  17. Input file : example.csv
  18. Command line : java -Xmx5g -Dai.h2o.mojos.runtime.license.file= -cp mojo2-runtime.jar ai.h2o.mojos.ExecuteMojo pipeline.mojo example.csv
  19. + java -Xmx5g -Dai.h2o.mojos.runtime.license.file= -cp mojo2-runtime.jar ai.h2o.mojos.ExecuteMojo pipeline.mojo example.csv
  20. Mojo load time: 3.374 sec
  21. satisfaction_v2.neutral or dissatisfied,satisfaction_v2.satisfied
  22. 0.003346353769302368,0.9966536462306976
  23. 0.9988932227133773,0.0011067772866226733
  24. 0.3798948675394058,0.6201051324605942
  25. 0.008342504501342773,0.9916574954986572
  26. 0.08051924407482147,0.9194807559251785
  27. 0.00212077796459198,0.997879222035408
  28. 0.9947872833581641,0.005212716641835868
  29. 0.9980462707753759,0.0019537292246241122
  30. 0.027300626039505005,0.972699373960495
  31. 0.0013456344604492188,0.9986543655395508
  32. Time per row: 4.700 msec (total time: 47.000 msec)
  33. $

The results tells us that we are 99.86% Satisfied with result & 0.13% Dissatisfied with the result

Maintainers/Contacts

For any clarifications/queries please reach out to one of the following contacts listed below,
if found any deviations feel free to raise an issue

Krishna Harsha Voora

Mithun H R

Santosh Kumar Hiremath