-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
modified spark example to use kubectl exec to interact with cluster a… #11047
Conversation
…nd create spark driver pod
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
I signed it! |
@gurvindersingh We also moved a bunch of docs in the lead up to 1.0, you may need to recreate this PR. Sorry! |
@brendandburns I have used this email address to sign the CLA gurvindersinghdahiya@gmail.com let me know if you can find, otherwise I can give it another try to sign. I will create/rebase the PR to the current master. |
CLA verified. I think you need to associate your email with your github (or add your github to clasigners) in order for this to be automated. Needs a rebase. |
@@ -0,0 +1,23 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any chance you can convert this to YAML instead of JSON?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All other specs in spark example are also in JSON, so should I convert all to YAML or leave as it is. I see there are few examples which have specs in YAML and whereas others in JSON. So any policy towards specs format ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preference for YAML. If you'd rather defer to a different PR, that's fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will send another pull request which will converting all the JSON spec files in spark example to YAML
Rebased and addressed comment about indent, regarding JSON -> YAML.. will wait for @brendandburns reply. |
CLAs look good, thanks! |
and fixed the email address issue
@@ -0,0 +1,9 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to add standard copyright boilerplate here.
Need copyright boilerplate on |
added copyright boilerplate on |
You need to run (sorry for the complexity!) |
i ran |
LGTM, thanks! |
modified spark example to use kubectl exec to interact with cluster a…
This test is failing continuously on GCE Jenkins.
Full build log/artifacts from a recent run are available here: https://cloud.google.com/console/storage/kubernetes-jenkins/logs/kubernetes-e2e-gce-examples/465/ |
…nd create spark driver pod
You can change the repo in the driver spec file to gcr.io, once the pull request is accepted and docker image pushed to official repository.