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

Value not getting assigned to Protobuff variable in Python #27

Open
PhiberOptixz opened this issue Jul 21, 2018 · 0 comments
Open

Value not getting assigned to Protobuff variable in Python #27

PhiberOptixz opened this issue Jul 21, 2018 · 0 comments

Comments

@PhiberOptixz
Copy link

PhiberOptixz commented Jul 21, 2018

message = internal.RegisterExecutorMessage() message.framework_id.value = self.framework_id print('message.framework_id.value: %s' % message.framework_id.value) print('self.framework_id: %s' % self.framework_id) message.executor_id.value = self.executor_id print('message.executor_id.value: %s' % message.executor_id.value)

Even if the right hand side have proper values, neither message.framework_id.value nor message.executor_id.value getting assigned with these variables.

As a background, trying to write a Mesos Executor in Python on windows...

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

No branches or pull requests

1 participant