I think the way of specifying the property without the "prop" keyword has
been deprecated.  Maybe we should not include that support in new code.

David

On Mon, Oct 12, 2015 at 4:40 AM, Tushar Gosavi <[email protected]>
wrote:

> Hi All,
>
> As part of module support we will allow specifying module properties
> through
> external configuration files. The format will be similar to the operator,
> instead of operator keyword we will use module keyword for properties
> on module.
>
> dt.application.<appname>.module.<modulename>.prop.<propertyname>=<value>
> dt.application.<appname>.module.<modulename>.<propertyname>=<value>
> dt.module.<modulename>.prop.<propertyname>=<value>
> dt.module.<modulename>.<propertyname>=<value>
>
>
> Setting attribute on the module.
> dt.application.<appname>.module.<modulename>.attr.<moduleattr>=<value>
> dt.module.<modulename>.attr.<moduleattr>=<value>
>
> There are no module attributes defined now, but we will add them in future
> like
> whether to group operators during parallel partitioning.
>
> Setting attribute on a module port.
> dt.module.<modulename>.port.<portname>.attr.<attributename>
>
> The port attributes will be transferred to the internal operator port where
> it is
> mapped to.
>
> Please let us know, If we are missing something, or some syntax need
> changes.
>
> Regards,
> - Tushar.
>

Reply via email to