Description
Issuing a command to retrieve the jobs field using
"https://mwinkledemo.azurehdinsight.net:563/templeton/v1/queue/<job_id>?user.name=admin&fields=*" --user u
will result in timeout in windows machine. The issue happens because of the amount of data that needs to be fetched. The proposal is to use paging based encoding scheme so that we flush the contents regularly and the client does not time out.