blob: 876c39a8565b892962b06e0ceda211bab7fde830 [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>
-->
<!-- memory assigned to app master
<property>
<name>dt.attr.MASTER_MEMORY_MB</name>
<value>1024</value>
</property>
-->
<property>
<name>dt.application.MyFirstApplication.operator.randomGenerator.prop.numTuples</name>
<value>1000</value>
</property>
<property>
<name>dt.application.MyFirstApplication.operator.console.prop.stringFormat</name>
<value>hello world: %s</value>
</property>
</configuration>