You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/operators/deploy-distributed.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,12 @@ Entries in the remote hosts configuration should be fully qualified domain names
37
37
All the kernel *specifications* configured to use the `DistributedProcessProxy` must be on all nodes to which there's a reference in the remote hosts configuration! With YARN cluster node, only the Python and R kernel _packages_ are required on each node, not the entire kernel specification.
38
38
```
39
39
40
-
The following installs the sample `python_distributed` kernel specification relative to the 3.1.0 release on the given node. This step must be repeated for each node and each kernel specification.
40
+
The following installs the sample `python_distributed` kernel specification relative to the 3.2.0 release on the given node. This step must be repeated for each node and each kernel specification.
Copy file name to clipboardexpand all lines: docs/source/operators/deploy-yarn-cluster.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ We recommend installing kernel specifications into a shared folder like `/usr/lo
56
56
Considering we would like to enable the IPython kernel to run on YARN Cluster and Client mode we would have to copy the sample configuration folder **spark_python_yarn_cluster** to where the Jupyter kernels are installed (e.g. jupyter kernelspec list)
tar -zxvf jupyter_enterprise_gateway_kernelspecs-3.1.0.tar.gz --strip 1 --directory $KERNELS_FOLDER/spark_python_yarn_cluster/ spark_python_yarn_cluster/
61
+
tar -zxvf jupyter_enterprise_gateway_kernelspecs-3.2.0.tar.gz --strip 1 --directory $KERNELS_FOLDER/spark_python_yarn_cluster/ spark_python_yarn_cluster/
62
62
```
63
63
64
64
For more information about the IPython kernel, please visit the [IPython kernel](https://ipython.readthedocs.io/en/stable/) page.
@@ -68,9 +68,9 @@ For more information about the IPython kernel, please visit the [IPython kernel]
68
68
Considering we would like to enable the Scala Kernel to run on YARN Cluster and Client mode we would have to copy the sample configuration folder **spark_scala_yarn_cluster** to where the Jupyter kernels are installed (e.g. jupyter kernelspec list)
tar -zxvf jupyter_enterprise_gateway_kernelspecs-3.1.0.tar.gz --strip 1 --directory $KERNELS_FOLDER/spark_scala_yarn_cluster/ spark_scala_yarn_cluster/
73
+
tar -zxvf jupyter_enterprise_gateway_kernelspecs-3.2.0.tar.gz --strip 1 --directory $KERNELS_FOLDER/spark_scala_yarn_cluster/ spark_scala_yarn_cluster/
74
74
```
75
75
76
76
For more information about the Scala kernel, please visit the [Apache Toree](https://toree.apache.org/) page.
@@ -80,9 +80,9 @@ For more information about the Scala kernel, please visit the [Apache Toree](htt
80
80
Considering we would like to enable the IRkernel to run on YARN Cluster and Client mode we would have to copy the sample configuration folder **spark_R_yarn_cluster** to where the Jupyter kernels are installed (e.g. jupyter kernelspec list)
0 commit comments