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

Fixes #520 - fetch the frameworkId from the state store on MesosDriver creation #521

Merged
merged 1 commit into from
Aug 18, 2015

Conversation

gkleiman
Copy link
Member

No description provided.

class MesosDriverFactory(val mesosScheduler: Scheduler, val frameworkInfo: FrameworkInfo, val config: SchedulerConfiguration) {
class MesosDriverFactory(
val scheduler: Scheduler,
val frameworkIdUtil: FrameworkIdUtil,
Copy link

Choose a reason for hiding this comment

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

why is this a val? We should avoid exporting dependencies as fields whenever possible.

@gkleiman
Copy link
Member Author

@kolloch: thanks for your review comments! I addressed them and updated the PR.

@gkleiman gkleiman assigned kolloch and unassigned gkleiman Aug 18, 2015
credentialBuilder.build()
}

def buildFrameworkInfo(
Copy link

Choose a reason for hiding this comment

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

wrapping strange

@kolloch
Copy link

kolloch commented Aug 18, 2015

LGTM

gkleiman added a commit that referenced this pull request Aug 18, 2015
Fixes #520 - fetch the frameworkId from the state store on MesosDriver creation
@gkleiman gkleiman merged commit a6e6d93 into master Aug 18, 2015
@gkleiman gkleiman deleted the gk/fix_520 branch August 18, 2015 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants