DataAI ETL Oracle AIDP Spark — Production Installation Guide

Product: Oracle AIDP Spark

Distribution: Production

Source document: Oracle/docs/INSTALLATION_AND_USAGE.md

Source SHA-256: 3e7fd5f380ae3ca5eeb6568f9d131bb72c13cb6585b96da5401e00feee86a493

Download the applicable package | Read the applicable license

Downloads and verification: Oracle package 1.0.0 | Production checksums

Installation and Usage for Oracle Cloud Marketplace

Delivery model

The container stores DataAI JARs in /opt/dataai/lib. For OCI Data Flow, the customer copies licensed artifacts to customer-controlled Object Storage and supplies their URIs as Spark job dependencies. No Yanbor-hosted runtime or customer-data transfer is required.

Production-candidate artifacts

Install these matching-version modules together:

The CLI JAR is optional. Spark and Hadoop are provided by the customer runtime and are not bundled by DataAI.

Generic Spark usage

Add all required JARs to the Spark driver and executor classpaths using the target platform's supported library or --jars mechanism. Then call DataAiPipeline and the functions in com.dataai.etl.spark.functions. The complete inventory is in FUNCTION_CATALOG.md.

Customer code supplies Dataset<Row> inputs and decides whether returned DataFrames are written. DataAI performs no automatic persistence.

Production

Deploy immutable version 1.0.0 only after Yanbor release authorization, commercial entitlement, and target-platform validation. Obtain it from the approved marketplace artifact, authenticated Maven repository, or customer artifact repository. Verify checksums and pin the exact version.

Troubleshooting