Skip to content

Commit 0386b2a

Browse files
committed
Remove some double spaces
1 parent 9fa1240 commit 0386b2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/using/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can pass [Jupyter Server options](https://jupyter-server.readthedocs.io/en/l
2222
2. To set the [base URL](https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html#running-the-notebook-with-a-customized-url-prefix) of the Jupyter Server, you can run the following:
2323

2424
```bash
25-
docker run -it --rm -p 8888:8888 quay.io/jupyter/base-notebook \
25+
docker run -it --rm -p 8888:8888 quay.io/jupyter/base-notebook \
2626
start-notebook.py --ServerApp.base_url=/customized/url/prefix/
2727
```
2828

docs/using/recipes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ FROM quay.io/jupyter/all-spark-notebook
304304
ENV HADOOP_HOME /usr/local/hadoop-2.7.3
305305
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
306306
ENV HADOOP_CONF_HOME /usr/local/hadoop-2.7.3/etc/hadoop
307-
ENV HADOOP_CONF_DIR /usr/local/hadoop-2.7.3/etc/hadoop
307+
ENV HADOOP_CONF_DIR /usr/local/hadoop-2.7.3/etc/hadoop
308308

309309
USER root
310310
# Add proper open-jdk-8 not the jre only, needed for pydoop
@@ -331,7 +331,7 @@ RUN echo 'deb https://cdn-fastly.deb.debian.org/debian jessie-backports main' >
331331
COPY example-hadoop-conf/ /usr/local/hadoop-2.7.3/etc/hadoop/
332332

333333
# Spark-Submit doesn't work unless I set the following
334-
RUN echo "spark.driver.extraJavaOptions -Dhdp.version=2.5.3.0-37" >> /usr/local/spark/conf/spark-defaults.conf && \
334+
RUN echo "spark.driver.extraJavaOptions -Dhdp.version=2.5.3.0-37" >> /usr/local/spark/conf/spark-defaults.conf && \
335335
echo "spark.yarn.am.extraJavaOptions -Dhdp.version=2.5.3.0-37" >> /usr/local/spark/conf/spark-defaults.conf && \
336336
echo "spark.master=yarn" >> /usr/local/spark/conf/spark-defaults.conf && \
337337
echo "spark.hadoop.yarn.timeline-service.enabled=false" >> /usr/local/spark/conf/spark-defaults.conf && \

0 commit comments

Comments
 (0)