Hi everybody, In our Hadoop project I need to use one and the same Oozie workflow on different Hadoop clusters. So I need two different configuration files (I use xml files), let's name them conf1.xml and conf2.xml. But of course they are not that different, many common parameters are the same. What I want to do here is to create a third file common_conf.xml with common parameters and include this file into conf1.xml and conf2.xml.
Is that possible to do? Are there any other options? I tried to find an XSD schema for config files but couldn't find it. Thanks, Viacheslav
