Track 6 From Punchline to Channel¶
Abstract
aim-track6
using your custom node inside a channel, resources from track 2 (for python) & 3 (for java) will be reused, be sure to not skip track 2 & 3!
Example¶
# You can refer to our example channel
tree $PUNCHPLATFORM_CONF_DIR/tenants/training/spark_punchline
├── channel_structure.yaml
└── hello_world.yaml
# use channelctl to execute it
channelctl --tenant training start --channel spark_punchline
# to stop
channelctl --tenant training stop --channel spark_punchline
# now, try the same thing by using a different punchline, i.e. use the one from track3
# edit hello_world.yaml with the one provided on track3