DataAI ETL Talend / MuleSoft — Production Installation Guide

Product: Talend / MuleSoft

Distribution: Production

Source document: Maven/docs/INSTALLATION_AND_USAGE.md

Source SHA-256: 76a272f735bc9f26de0acb9d2d611d872a0c17ec9cf1741f672c06dd71ce4b1e

Download the applicable package | Read the applicable license

Downloads and verification: Maven package 1.0.0 | Production checksums

Installation and Usage for Maven Central

Delivery model

The current repository-layout directory contains production-candidate artifacts. It is not a Central upload bundle because public metadata and Yanbor PGP signatures remain incomplete. Licensed production customers should continue using an authenticated private Maven repository.

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