If the Oozie, Spark,
or Impala services are running on the Hadoop Cluster, you must edit
the appropriate section of the conf/inventory.json
file
on the Windows server to reflect this. For any service that is available,
the “available” parameter must be set to “true.”
In addition, the Impala service must specify a host and port, and
the Oozie service must specify a URL.
The following example
specifies all three services as available:
"impala":{
"available":"true",
"port": "21050",
"hosts":["machine1.domain.com","machine2.domain.com"]
},
"spark":{
"available":"true"
},
"oozie":{
"available":"true",
"url":"http://machine1.domain.com:11000/oozie"
},