-
Notifications
You must be signed in to change notification settings - Fork 858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUGFIX Updating AnalyticJobGeneratorHadoop2.java to resolve the Job listing Conflict #302
Conversation
@@ -198,7 +198,7 @@ private void updateAuthToken() { | |||
*/ | |||
private JsonNode readJsonNode(URL url) | |||
throws IOException, AuthenticationException { | |||
HttpURLConnection conn = _authenticatedURL.openConnection(url, _token); | |||
// HttpURLConnection conn = _authenticatedURL.openConnection(url, _token); | |||
return _objectMapper.readTree(conn.getInputStream()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace conn with url?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes its done. Have sent a second commit.
@@ -198,7 +198,7 @@ private void updateAuthToken() { | |||
*/ | |||
private JsonNode readJsonNode(URL url) | |||
throws IOException, AuthenticationException { | |||
HttpURLConnection conn = _authenticatedURL.openConnection(url, _token); | |||
// HttpURLConnection conn = _authenticatedURL.openConnection(url, _token); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this work fine for Kerberos enabled cluster?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it works. Its being used on a Kerberos enabled Production Cluster
@@ -198,8 +198,8 @@ private void updateAuthToken() { | |||
*/ | |||
private JsonNode readJsonNode(URL url) | |||
throws IOException, AuthenticationException { | |||
HttpURLConnection conn = _authenticatedURL.openConnection(url, _token); | |||
return _objectMapper.readTree(conn.getInputStream()); | |||
// HttpURLConnection conn = _authenticatedURL.openConnection(url, _token); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can just remove this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its done
@akshayrai If you are satisfied with this change then we should merge this. |
Updating AnalyticJobGeneratorHadoop2.java to resolve the Job listing Conflict as per #301
Issues was raised earlier on https://groups.google.com/forum/#!topic/dr-elephant-users/JeIfb-eiT7w