How can I query timeline server in Azure HDInsight Hadoop cluster for getting job metrics?
connecting to the azure cluster:
curl -u admin -sS -G "https://$CLUSTERNAME.azurehdinsight.net/api/v1/clusters/$CLUSTERNAME"
connecting to timeline server: GET /ws/v1/timeline/
I need a query joining these two to get job metrics of Azure HDInsight Hadoop cluster. Thanks in advance.