You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kipeto and its tools now support specifying parameters in a parameter file instead of specifying each of them at the command line. The parameter file is a simple java.util.Properties-File. The supported command line parameters are the keys and its value becomes the property value.
Please note that you need to escape a backslash in properties files just like you need to do it in Java.