SQL-MapReduce C API - Aster Execution Engine

Teradata Aster® Developer Guide

Product
Aster Execution Engine
Release Number
7.00.02
Published
July 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
xnl1494366523182.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
ffu1489104705746
lifecycle
previous
Product Category
Software

You can write custom functions in C that you install and run on the cluster. SQL-MapReduce functions written in C are invoked using a SQL SELECT, just like SQL-MapReduce functions written in Java.

Aster Execution Engine provides a C SDK for developing and testing your C functions locally on your development workstation, before you install and run them on the cluster. To deploy an SQL-MapReduce function, you write the function, compile it into a shared library (.so file), test it, and use the ACT \install command to install it on the cluster. The function is usable by all Aster SQL users.

This section lists the resources provided in the SDK and explains how to write and test SQL-MapReduce functions in C.