The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
Light weight Java application that handles data quaility check submission to processing engine (Spark).
The following information was extracted from the containerfile and other sources.
Summary | Light weight Java application that handles data quaility check submission to processing engine (Spark). |
Description | The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
Provider | OwlDQ |
The following information was extracted from the containerfile and other sources.
Repository name | Owl-Agent |
Image version | 1.0 |
Architecture | amd64 |
User | owl |
Working directory | SPARK_/opt/spark |
Contact OwlDQ to get pull secret
Download using Docker:
docker login -u _json_key -p "cat $(/path/pull-secret.json)" https://gcr.io
docker pull gcr.io/owl-hadoop-cdh/owl-agent:{version}
Direct to OpenShift:
oc create secret \
docker-registry owldq-pull-secret \
--docker-server=https://gcr.io \
--docker-username=_json_key \
--docker-email=${PULL-SECRET-ACCOUNT-NAME} \
--docker-password="$(cat /path/pull-secret.json)" \
--namespace ${OWLDQ_NAMESPACE}
Once created, the OwlDQ operator will use the pull secret to automatically download and instantiate the required containers.