Please see the set of transform project conventions for details on general project conventions, transform configuration, testing and IDE set up.
This project wraps the noop transform with a Ray runtime.
Noop configuration and command line options are the same as for the base python transform.
In addition to those available to the transform as defined in here, the set of spark launcher are available.
To run the samples, use the following make
targets
run-cli-sample
- runs src/noop_transform.py using command line argsrun-local-sample
- runs src/noop_local_spark.py
These targets will activate the virtual environment and set up any configuration needed.
Use the -n
option of make
to see the detail of what is done to run the sample.
For example,
make run-cli-sample
...
Then
ls output
To see results of the transform.
To use the transform image to transform your data, please refer to the running images quickstart, substituting the name of this transform image and runtime as appropriate.