zionrubin commented on a change in pull request #67:
URL: https://github.com/apache/incubator-liminal/pull/67#discussion_r684648586
##########
File path: examples/spark-app-demo/k8s/liminal.yml
##########
@@ -52,20 +52,22 @@ pipelines:
type: spark
description: prepare the data for training
application_arguments:
+ - '--input_uri'
Review comment:
application arguments can be a dict. you can do the following instead:
```YAML
application_arguments:
--input_uri: '{{input_root_dir}}data/iris.csv'
--output_uri: '{{training_data_path}}'
```
the result will be the same.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]