Hi All,

Is there any way to insert my avro schema into the workflow.xml for oozie 
without copy and paste? Can I do this with an EL function or maybe maven 
filtering?

for example, instead of doing this:


<property>
<name>avro.output.schema</name>
<value>{"type":"record",...}</value>
</property>

Is it possible to do something like this:


<property>
<name>avro.output.schema</name>
<value>${MyAvroRecord.SCHEMA$}</value>
</property>


--
Frank Maritato
[email protected]<mailto:[email protected]>




Reply via email to