Having a same problem.
Here’s my cluster.xml.
<?xml version="1.0"?> <!-- Nova Cluster specification --> <cluster colo="lognet" name="nova" description="nova"> <interfaces> <interface type="write" endpoint="hdfs://nn-01:8020" version="2.6.0" /> <interface type="execute" endpoint="rm-01:8032" version="2.6.0" /> <interface type="workflow" endpoint="http://gov-01:11000/oozie/" version="4.1.0" /> <interface type="registry" endpoint="thrift://sqlaccess-01:9083" version="0.14.0" /> </interfaces> <locations> <location name="staging" path="/apps/falcon/staging" /> <location name="working" path="/apps/falcon/working" /> <location name="temp" path="/apps/falcon/temp" /> </locations> </cluster>
Any help would be appreciated.