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

update to Hadoop v2.10 protocol specs #42

Merged
merged 6 commits into from
Dec 16, 2019
Merged

update to Hadoop v2.10 protocol specs #42

merged 6 commits into from
Dec 16, 2019

Conversation

tanmaykm
Copy link
Member

@tanmaykm tanmaykm commented Dec 12, 2019

Update the protocol implementation to Hadoop 2.10 specifications.
It should be backward compatible to previous used version (2.7).

Also added some fixes:

  • Yarn appmaster response_id must begin with 0, and we need to send back the same response_id that was sent back from the server
  • typo while accessing field in ugi
  • check uninitialized fields in YarnAppMaster show (fixes Problem displaying YarnMaster instance on the REPL #43)

Update the protocol implementation to Hadoop 2.10 specifications.
It should be backward compatible to previous used version (2.7).
@coveralls
Copy link

coveralls commented Dec 12, 2019

Coverage Status

Coverage decreased (-2.3%) to 52.421% when pulling d702228 on tanmaykm into c8918f0 on master.

@tanmaykm tanmaykm merged commit 83087a1 into master Dec 16, 2019
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.

Problem displaying YarnMaster instance on the REPL
2 participants