Skip to content

Merge Snappy/branch jj 2.0.2.4 into Master #49

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

Closed
wants to merge 3 commits into from

Conversation

snappy-sachin
Copy link

@snappy-sachin snappy-sachin commented May 17, 2017

What changes were proposed in this pull request?

  • Bump up the versions Store 1.5.4, Spark 2.0.3-3 and Jobserver 0.6.3-3
  • [SNAP-1398] Update janino version to latest 3.0.x
  • Change to a new version naming policy.

How was this patch tested?

  • Pre-chekin yet to run

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

Other PRs

Amogh Shetkar and others added 3 commits March 8, 2017 18:51
Copy link

@sumwale sumwale left a comment

Choose a reason for hiding this comment

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

@snappy-sachin
As Amogh mentioned in the spark-jobserver PR, all changes in this one too are already on snappy/branch-2.0 so close this one.

@sumwale
Copy link

sumwale commented May 29, 2017

All changes on this branch are on snappy/branch-2.0 so closing.

@sumwale sumwale closed this May 29, 2017
@sumwale sumwale deleted the snappy/branch-jj-2.0.2.4 branch May 29, 2017 22:57
ashetkar pushed a commit that referenced this pull request Apr 5, 2018
…it jars (#30)

* Revamp ports and service setup for the driver.

- Expose the driver-submission service on NodePort and contact that as
opposed to going through the API server proxy
- Restrict the ports that are exposed on the service to only the driver
submission service when uploading content and then only the Spark UI
after the job has started

* Move service creation down and more thorough error handling

* Fix missed merge conflict

* Add braces

* Fix bad merge

* Address comments and refactor run() more.

Method nesting was getting confusing so pulled out the inner class and
removed the extra method indirection from createDriverPod()

* Remove unused method

* Support SSL configuration for the driver application submission (#49)

* Support SSL when setting up the driver.

The user can provide a keyStore to load onto the driver pod and the
driver pod will use that keyStore to set up SSL on its server.

* Clean up SSL secrets after finishing submission.

We don't need to persist these after the pod has them mounted and is
running already.

* Fix compilation error

* Revert image change

* Address comments

* Programmatically generate certificates for integration tests.

* Address comments

* Resolve merge conflicts

* Fix bad merge

* Remove unnecessary braces

* Fix compiler error
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.

2 participants