Modeling Guide for SAP Data Hub

Flowgraph Compiler

The flowgraph compiler operator compiles incoming flowgraph XML strings into jars that can be executed via Spark.

Configuration Parameters

Parameter

Type

Description

sideEffectLocation

string

The location where temporary files are stored during Spark execution.

Default: "/tmp"

linkDirLocation

string

The location where the linking of the native dependencies occurs.

Default: "/tmp"

referenceDirLocation

string

The location where reference data is stored.

Default: "/tmp"

Input

Input

Type

Description

in

string

A flowgraph XML string.

Output

Output

Type

Description

out

blob

A jar generated from the description of the flowgraph that can be executed via Spark.