public class CSVSparkTransformServer
extends java.lang.Object
TransformProcess based on simple
csv values and a schema via REST.
The input values are an CSVRecord
which (based on the input schema) will automatically
have their values transformed.| Constructor and Description |
|---|
CSVSparkTransformServer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
runMain(java.lang.String[] args) |
void |
stop()
Stop the server
|