Skip to content

Commit ece8648

Browse files
committed
add menu entry items for how do i articles
1 parent feb7756 commit ece8648

6 files changed

+6
-0
lines changed

_howdoi/how-do-i-launch-a-jupyter-notebook.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= launch a Jupyter notebook on OpenShift
22
:page-layout: howdoi
3+
:page-menu_entry: How do I?
34

45
There are multiple ways to launch a Jupyter notebook on OpenShift with the
56
radanalytics.io tooling. You can use the OpenShift console or the `oc` command

_howdoi/how-do-i-recognize-version-clash.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= recognize Spark version mismatch between driver, master and/or workers?
22
:page-layout: howdoi
3+
:page-menu_entry: How do I?
34

45
It's important that the Spark version running on your driver, master, and
56
worker pods all match. Although some versions _might actually_ interoperate,
+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= connect to a cluster to debug / develop?
22
:page-layout: howdoi
3+
:page-menu_entry: How do I?
34

45
[source,bash]
56
oc run -it --rm dev-shell --image=radanalyticsio/openshift-spark -- spark-shell

_howdoi/how-to-connect-to-kafka.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= connect to Apache Kafka?
22
:page-layout: howdoi
3+
:page-menu_entry: How do I?
34

45
You need to add `--packages org.apache.spark:spark-sql-kafka-0-10_2.11:2.1.0`
56
when running `spark-shell`, `spark-submit` or to `SPARK_OPTIONS` for S2I. For

_howdoi/how-to-use-spark-configs.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= use custom Spark configuration files with my cluster?
22
:page-layout: howdoi
3+
:page-menu_entry: How do I?
34

45
Create custom versions of standard Spark configuration files such as `spark-defaults.conf`
56
or `spark-env.sh` and put them together in a subdirectory, then create a configmap

_howdoi/use-python-packages.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= install Python packages in Jupyter notebooks on OpenShift
22
:page-layout: howdoi
3+
:page-menu_entry: How do I?
34
:source-highlighter: coderay
45
:coderay-css: style
56

0 commit comments

Comments
 (0)