Commit Graph

545 Commits

Author SHA1 Message Date
Ayaz Salikhov
064599f0be Improve docs about tags 2022-08-06 10:58:12 +04:00
Ayaz Salikhov
51ddfe1330 Merge branch 'main' into asalikhov/ubuntu_jammy 2022-07-28 10:25:37 +04:00
Bjørn Jørgensen
1533087aaf Add Scala as --build-arg (#1757)
* add scala version choise

* add ; \ fi

* change checksum and removed default scala version

* remove RUN

* add { } and remove old code

* remove 3 duplicated lines.

* Add the commint as a comment

* Add back #Fix

* Rename downloadeds as spark.tgz

* Fix doc

* Update specifics.md

* New fix

* Fix wget

* Remove make link to spark

* Set full path to /usr/local/spark

* Change /usr/local/spark to ${SPARK_HOME}

* fix RUN with if

* Remove empty lines

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2022-07-27 22:51:05 +04:00
Ayaz Salikhov
9809c541c8 Fix docs default branch 2022-07-17 16:35:04 +04:00
Ayaz Salikhov
1927f66db5 Up docs dependencies and move requirements to docs folder 2022-07-17 12:51:31 +04:00
Ayaz Salikhov
e050d8c567 Use 22.04 tag to make the code easier to understand 2022-07-09 16:59:40 +04:00
Ayaz Salikhov
103da29c0a Merge branch 'main' into asalikhov/ubuntu_jammy 2022-07-09 16:50:05 +04:00
Ayaz Salikhov
f445acf037 Update tag example 2022-07-08 00:42:20 +04:00
Ayaz Salikhov
d42a0b8ffa Rename master->main in all the source code 2022-07-07 14:51:09 +04:00
Ayaz Salikhov
e862dc9005 Update specifics.md 2022-07-06 00:00:15 +04:00
pre-commit-ci[bot]
079849388c [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-07-05 19:42:19 +00:00
Darek
b96757876e Updates to the OpenJDK comments
Clarifying OpenJDK comments
2022-07-05 15:41:31 -04:00
Darek
ca96253c4a Update docs/using/specifics.md
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2022-07-05 15:24:15 -04:00
Darek
452ccd88fd Update docs/using/specifics.md
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2022-07-05 15:23:14 -04:00
Darek
4449d13ba7 Merge branch 'jupyter:master' into master 2022-07-05 14:04:08 -04:00
Ayaz Salikhov
061b2b2d4c Use ubuntu:jammy in more places 2022-07-05 22:01:54 +04:00
Ayaz Salikhov
65e0467482 Better docs 2022-07-05 13:40:57 +04:00
Ayaz Salikhov
85daab3b71 Update url 2022-07-05 13:40:09 +04:00
Ayaz Salikhov
1c2a91e2c3 Better docs 2022-07-05 13:39:33 +04:00
Ayaz Salikhov
b40de11cd0 Better docs 2022-07-05 11:21:27 +04:00
Ayaz Salikhov
500e1a8509 Fix linkcheck-docs error 2022-07-04 22:25:14 +04:00
Ayaz Salikhov
cc6fb74a61 Fix linkcheck-docs error 2022-07-04 21:59:19 +04:00
Ayaz Salikhov
1be103d0da Better docs 2022-07-04 21:52:13 +04:00
Ayaz Salikhov
c0d3b811cb Better docs 2022-07-04 21:30:16 +04:00
Ayaz Salikhov
625e60b62a Better docs 2022-07-04 21:18:15 +04:00
Ayaz Salikhov
ed40afbf6b Better style 2022-07-04 21:11:11 +04:00
Ayaz Salikhov
56f172ea92 Fixes 2022-07-04 20:52:33 +04:00
Ayaz Salikhov
ad4670b171 Add docs to setup aarch64 runner 2022-07-04 20:44:12 +04:00
pre-commit-ci[bot]
b701723184 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-07-04 11:09:46 +00:00
Darek
4fe2609e12 Updating docs on building Spark with arguments 2022-07-04 07:09:23 -04:00
Ayaz Salikhov
9818511f30 Merge branch 'master' into asalikhov/new_build_system 2022-07-04 10:24:51 +04:00
Bjørn Jørgensen
5048b02246 Remove spylon-kernel from all images. (#1729)
* Remove scala

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Remove scala from web

* Remove scala from specifics

* Remove scala and spylon

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-04 10:04:16 +04:00
Ayaz Salikhov
c9c7ba8fa6 Merge pull request #1731 from irvcaza/patch-1
Update passwd function
2022-07-04 09:57:52 +04:00
irvcaza
df919dbcbc notebook updated to jupyter_server 2022-07-02 12:47:33 -05:00
irvcaza
7efcf03026 Default Hash changed to Argon
Now passwd() returns an argon2 hash by default.
2022-07-02 00:34:11 -05:00
Alexander Manley
d13ac140da Update recipes.md
Delta 1.2.1:
Fix an issue with loading error messages in --packages mode. Previous release had a bug that resulted in user getting NullPointerException instead of proper error message when using Delta Lake with --packages mode either in pyspark or spark-shell (Fix, Test)
Fix incorrect exception type thrown in some Python APIs. A bug caused pyspark to throw incorrect type of exceptions instead of expected AnalysisException. This issue is fixed. See issue #1086 for more details.
Fix for S3 multi-cluster mode configuration. A bug in the S3 multi-cluster mode caused --conf to not work for certain configuration parameters. This issue is fixed by having these configuration parameters begin with spark. See the updated documentation.
Make the GCS LogStore configuration simpler by automatically deriving the LogStore implementation class config spark.delta.logStore.gs.impl from the scheme in the table path. See the updated documentation.
Make SetAccumulator thread safe. SetAccumulator used by Merge was not thread safe and might cause executor heartbeat failures in rare cases. This was fixed by using a synchronized set.
2022-06-30 12:20:09 -04:00
pre-commit-ci[bot]
e49abd45cb [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-06-29 04:11:01 +00:00
irvcaza
9219b8cc16 Line split to comply with linting
docs/using/common.md:13:201 MD013/line-length Line length [Expected: 200; Actual: 253]
2022-06-28 23:10:42 -05:00
irvcaza
02846c2b49 Update passwd function
The use of `IPython.lib.passwd()` does not match with Jupyter server documentation 
https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html#preparing-a-hashed-password
and may lead to confusion on how to import/use it.
2022-06-28 23:00:31 -05:00
Ayaz Salikhov
b7116fb176 Fix linkcheck-docs errors 2022-06-13 23:24:13 +04:00
Ayaz Salikhov
14ee8ff38d Merge branch 'master' into asalikhov/new_build_system 2022-05-19 14:04:46 +03:00
Ayaz Salikhov
1936d7356a Apply suggestions from code review
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
2022-05-18 19:30:39 +03:00
Ayaz Salikhov
130b12c153 Add warning about using local spark mode 2022-05-15 16:46:55 +03:00
Ayaz Salikhov
0487c99660 Cleanup docs about multi platform builds 2022-05-13 02:35:47 +03:00
Ayaz Salikhov
67fed35b2c Make workflows look better 2022-05-01 20:29:30 +03:00
Ayaz Salikhov
05c4ef42a2 Fix wording 2022-05-01 17:01:37 +03:00
Ayaz Salikhov
4bce594ca7 Move notes below the command 2022-05-01 16:38:57 +03:00
Ayaz Salikhov
34382068dd Minor style changes 2022-05-01 16:33:26 +03:00
Erik Sjölund
576e3b586a Add section "Using the Podman CLI"
* Add exmaple 4 that demonstrates how to run the container
  image docker.io/jupyter/r-notebook:6b49f3337709 with rootless podman.
  Some text from example 2 was reused in example 4.

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
2022-05-01 15:23:10 +02:00
Alexander Manley
e9c993f055 Update recipes.md
Delta 1.2 was released.  Important key improvements were made.
2022-04-19 12:23:32 -04:00