You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@apex.apache.org by Pramod Immaneni <pr...@datatorrent.com> on 2017/04/12 23:23:12 UTC

Re: set attribute of type Map in properties.xml

Hi Sunil,

Have you tried

<property>
   <name>dt.operator.opname.prop.propname[key]</name>
   <value>value</value
</property>

Thanks

On Wed, Apr 12, 2017 at 4:17 PM, Sunil Parmar <sp...@threatmetrix.com>
wrote:

> We've a use case where we want to set an operator property of type Map
> (String, Long)  in the property xml. Is there a way to do this ?
>
> Thanks,
> Sunil
>

Re: set attribute of type Map in properties.xml

Posted by Pramod Immaneni <pr...@datatorrent.com>.
Sorry different braces

<property>
   <name>dt.operator.opname.prop.propname(key)</name>
   <value>value</value
</property>

On Wed, Apr 12, 2017 at 4:23 PM, Pramod Immaneni <pr...@datatorrent.com>
wrote:

> Hi Sunil,
>
> Have you tried
>
> <property>
>    <name>dt.operator.opname.prop.propname[key]</name>
>    <value>value</value
> </property>
>
> Thanks
>
> On Wed, Apr 12, 2017 at 4:17 PM, Sunil Parmar <sp...@threatmetrix.com>
> wrote:
>
>> We've a use case where we want to set an operator property of type Map
>> (String, Long)  in the property xml. Is there a way to do this ?
>>
>> Thanks,
>> Sunil
>>
>
>