blob: 0ee7dc28e6c13669185db6ee4a5ce7c352255dbf [file] [log] [blame]
<?xml version="1.0"?>
<configuration>
<!--
<property>
<name>apex.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>apex.attr.MASTER_MEMORY_MB</name>
<value>1024</value>
</property>
<property>
<name>apex.application.MyFirstApplication.operator.seedGen.prop.seedStart</name>
<value>1</value>
</property>
<property>
<name>apex.application.MyFirstApplication.operator.seedGen.prop.seedEnd</name>
<value>10</value>
</property>
<property>
<name>apex.application.MyFirstApplication.operator.console.prop.stringFormat</name>
<value>hello world: %s</value>
</property>
</configuration>