Skip to content
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

Merged
merged 3 commits into from
Nov 7, 2017

Conversation

shahrukhkhan489
Copy link
Contributor

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

@@ -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());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace conn with url?

Copy link
Contributor Author

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);
Copy link
Contributor

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?

Copy link
Contributor Author

@shahrukhkhan489 shahrukhkhan489 Oct 27, 2017

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

@shahrukhkhan489 shahrukhkhan489 changed the title Updating AnalyticJobGeneratorHadoop2.java to resolve the Job listing Conflict BUGFIX Updating AnalyticJobGeneratorHadoop2.java to resolve the Job listing Conflict Oct 28, 2017
@@ -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);
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its done

@shkhrgpt
Copy link
Contributor

shkhrgpt commented Nov 6, 2017

@akshayrai If you are satisfied with this change then we should merge this.

@akshayrai akshayrai merged commit 25fdefa into linkedin:master Nov 7, 2017
skakker pushed a commit to skakker/dr-elephant that referenced this pull request Dec 14, 2017
@shahrukhkhan489 shahrukhkhan489 deleted the mr_fix branch November 7, 2018 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants