Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spark-k8s-examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
db
spark-service
spark-k8s-examples
Merge requests
!2
Update examples for new Spark Operator, remove license and add examples in header, update README
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update examples for new Spark Operator, remove license and add examples in header, update README
update_examples
into
master
Overview
0
Commits
1
Pipelines
0
Changes
16
Merged
Piotr Mrowczynski
requested to merge
update_examples
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
16
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
44a1f714
1 commit,
6 years ago
16 files
+
209
−
315
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
docs/spark-k8s-cluster.md deleted
100644 → 0
+
0
−
35
Options
# Manual creation of spark on kubernetes
### Prerequisites
-
kubectl > v1.10.1
-
kubernetes > v1.10 (with Initializers enabled)
For more details look
[
here
](
https://github.com/cerndb/spark-on-k8s-operator/blob/master/opsparkctl/openstack_client.py
)
### Manual installation
Get spark-on-k8s-operator
```
bash
git clone https://github.com/cerndb/spark-on-k8s-operator
```
Install
**spark operator prerequisites**
on the cluster
```
bash
kubectl apply
-f
spark-on-k8s-operator/manifest/spark-operator-base
```
Edit and install
**spark operator config**
on the cluster
```
bash
vi spark-on-k8s-operator/manifest/spark-operator/spark-config.yaml
kubectl apply
-f
spark-on-k8s-operator/manifest/spark-operator/spark-config.yaml
```
Install
**spark operator**
on the cluster
```
bash
kubectl apply
-f
spark-on-k8s-operator/manifest/spark-operator/spark-operator.yaml
```
\ No newline at end of file
Loading