Skip to content

Commit 97de044

Browse files
committed
Remove spark flavor
1 parent ac1d322 commit 97de044

File tree

8 files changed

+3
-442
lines changed

8 files changed

+3
-442
lines changed

build.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
parser = argparse.ArgumentParser(add_help=False)
1414
parser.add_argument(
1515
"--" + FLAG_FLAVOR,
16-
help="Flavor (full, light, minimal, r, spark, gpu) used for docker container",
16+
help="Flavor (full, light, minimal, gpu) used for docker container",
1717
default="all",
1818
)
1919

@@ -40,12 +40,9 @@
4040
args[FLAG_FLAVOR] = "full"
4141
build_utils.build(".", args)
4242

43-
args[FLAG_FLAVOR] = "spark"
44-
build_utils.build("spark-flavor", args)
45-
4643
args[FLAG_FLAVOR] = "gpu"
4744
build_utils.build("gpu-flavor", args)
48-
45+
4946
build_utils.exit_process(0)
5047

5148
# unknown flavor -> try to build from subdirectory

docs/update-workspace-image.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,4 @@ We plan to do a full workspace image update (all libraries and tools) about ever
116116
- Test image on GPU machine und run `/workspace/tutorials/workspace-test-utilities.ipynb`
117117
- Test GPU interface in Netdata and Glances
118118

119-
13. Build and test `spark` flavor via `python build.py --flavor=spark`
120-
121-
- Build via `python build.py --flavor=spark`
122-
- Run `/workspace/tutorials/test-spark.ipynb` via Python kernel.
123-
- Run `/workspace/tutorials/toree-scala-kernel-tutorial.ipynb` via Toree kernel.
124-
- Test `Zeppelin` tool.
125-
126-
14. Build and push all flavors via `python build.py --deploy --version=<VERSION> --flavor=all`
119+
12. Build and push all flavors via `python build.py --deploy --version=<VERSION> --flavor=all`

spark-flavor/.dockerignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

spark-flavor/Dockerfile

Lines changed: 0 additions & 113 deletions
This file was deleted.

spark-flavor/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

spark-flavor/build.py

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)