blob: 904432538fcd0fca372931d3be37dae04b532d3c [file] [log] [blame]
<?xml version="1.0"?>
<configuration>
<!--
<property>
<name>dt.application.{appName}.operator.{opName}.prop.{propName}</name>
<value>some-default-value (if value is not specified, it is required from the user or custom config when launching)</value>
</property>
-->
<property>
<name>dt.attr.MASTER_MEMORY_MB</name>
<value>1024</value>
</property>
<property>
<name>dt.application.MyFirstApplication.operator.seedGen.prop.seedStart</name>
<value>1</value>
</property>
<property>
<name>dt.application.MyFirstApplication.operator.seedGen.prop.seedEnd</name>
<value>10</value>
</property>
<property>
<name>dt.application.MyFirstApplication.operator.console.prop.stringFormat</name>
<value>hello world: %s</value>
</property>
</configuration>