blob: 9230b45a17d99756de32c9ef05d5d83b474ce5d5 [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>