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

Support for Mesos 1.0.1 #587

Open
krishnabigdata opened this issue Oct 20, 2016 · 4 comments
Open

Support for Mesos 1.0.1 #587

krishnabigdata opened this issue Oct 20, 2016 · 4 comments

Comments

@krishnabigdata
Copy link

Hi ,

I have been trying to build the mesos-elasticsearch-scheduler-1.0.1.jar for mesos 1.0.1 but it fails, Please let me know does the current setup supports Mesos 1.0.1

Regards,
Krishna.

@rsingh2411
Copy link

Yes , this setup works on Mesos 1.0.1 , we have tested with scheduler build with mesos 0.28.2.
Only change is required in CredentialFactory class getBuilder() method.
thsi line of code credentialBuilder.setSecret(bytes); needs to be changed to
credentialBuilder.setSecretBytes(bytes);

@krishnabigdata
Copy link
Author

Thanks, it solved, I cleared all cache from gradle and re-build from the beginning.

@gondor
Copy link

gondor commented Oct 30, 2016

@rsingh2411 @philwinder

Just saw this issue. We are about to upgrade our clusters from 0.28.2 to 1.0.1 of Mesos. We've been running the ES Scheduler 1.0.1 (Docker Image) in Marathon. Will that image still function on Mesos 1.0.1 or do I need to build a custom image with some code tweaks?

@philwinder
Copy link
Contributor

@gondor @krishnabigdata @rsingh2411. The 1.0.1 version number is a coincidence. It does not correspond to a version of mesos.

I haven't tested this on anything higher than 0.28.

Thank you @rsingh2411 for providing details on how to upgrade to 1+. Would you care to make that a PR?

@gondor It sounds like there is an API change on the authorisation module. If you don't need auth, then it might continue to work. As always, test first. Let us know the outcome.

Thanks all.

sebbrandt87 pushed a commit to sebbrandt87/elasticsearch that referenced this issue Nov 4, 2016
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

4 participants