Hi,
To test mapreduce job submission via knox is that we can do only via WebHCAT
or Oozie.?
Then regarding accessing Yarn proxy information, if our yarn Resource manager
is exposing only https , how we can use via knox. Is that we need to add the
certificate information of Resourcemanager to knox to make it work. Also job
submission via yarn rest-api is supported only in Hadoop-2.6 and above right.
<service> <role>RESOURCEMANAGER</role>
<url>https://host-rm-1.vm.com:50030/ws</url> </service>
curl -ik --verbose --negotiate -u :
'https://host:8443/gateway/sandbox/resourcemanager/v1/cluster' Thanks\Rajesh