linkedin / linkedin-gradle-plugin-for-apache-hadoop

Apache License 2.0
117 stars 76 forks source link

Always log response from Azkaban during upload #237

Closed loganrosen closed 5 years ago

loganrosen commented 5 years ago

We currently only log the response from Azkaban when it's a 200 status code, which makes it hard to troubleshoot what went wrong when it's a non-200 status (we just print the status line and the response code). This moves the logging of the response above where we check if it was an error so that it's printed regardless.