Commit Graph

429 Commits

Author SHA1 Message Date
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
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
130b12c153 Add warning about using local spark mode 2022-05-15 16:46:55 +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
Ayaz Salikhov
a420c15d53 Update tags in documentation 2022-03-30 19:20:23 +01:00
Ayaz Salikhov
bcf5118cb7 Fix minor PyCharm issues 2022-03-19 00:15:27 +02:00
Ayaz Salikhov
189ab927f0 Move python back 2022-03-18 15:37:51 +02:00
Ayaz Salikhov
6ee21a77d2 Run black pre-commit on python code in docs 2022-03-17 15:59:28 +02:00
Ayaz Salikhov
6bd591912f Fix redirect link 2022-03-16 17:09:47 +02:00
Ayaz Salikhov
c8e5ce0b30 Update docs/using/recipes.md
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
2022-03-16 17:04:08 +02:00
Ayaz Salikhov
812c713a64 Fix PyCharm issues 2022-03-16 16:47:30 +02:00
pre-commit-ci[bot]
bf30275477 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-03-15 02:59:56 +00:00
Rafael Griffo Goes
f52d67b502 Adding scraper community stack scraper-notebook 2022-03-14 22:45:24 -04:00
romainx
4bef40f531 Switch the default to jupyter_server_config.py 2022-02-11 23:03:11 +01:00
Ayaz Salikhov
48a41e5da5 Beautiful docs 2022-02-11 23:41:16 +03:00
romainx
b6861a4521 Unique recipe to install a custom conda env 2022-02-10 21:01:28 +01:00
romainx
85140a4e22 Fix the recipe "Add a Python 3.x environment" 2022-02-10 06:15:45 +01:00
Ayaz Salikhov
b4036d6361 Fix wrong links 2022-02-07 15:52:50 +03:00
Tania Allard
3c2cef5db5 📝 DOC: xref to the common section 2022-02-07 10:56:56 +00:00
Tania Allard
bdb0bcdbe9 📝 DOC: Minor style changes 2022-02-07 10:54:11 +00:00
Tania Allard
c377d70218 📝 DOC: Some wording fixes 2022-02-07 10:49:59 +00:00
Ayaz Salikhov
4279d4d3b1 Merge pull request #1607 from mathbunnyru/asalikhov/community_stacks_table
Present community stacks as a table
2022-02-07 08:36:44 +03:00
Ayaz Salikhov
dd5b011dfe Add a tool to check broken URLs easily 2022-02-07 01:43:29 +03:00
Ayaz Salikhov
44b775513b Fix internal URLs 2022-02-07 00:32:11 +03:00
Ayaz Salikhov
dcc6838582 Implement community stacks as a table 2022-02-06 14:18:14 +03:00
Ayaz Salikhov
527352f2bf Merge pull request #1603 from ToluClassics/master
Add Transformers Notebook
2022-02-06 13:12:16 +03:00
Helder Geovane Gomes de Lima
4f8bbc2f96 Fix typo 2022-02-05 14:37:15 -03:00
Ayaz Salikhov
ca52a89ce1 Update selecting.md 2022-02-05 14:47:02 +03:00
Ayaz Salikhov
9a5700a431 Add must, where needed 2022-02-05 14:20:33 +03:00
Ayaz Salikhov
dab76bd6ff Update docs/using/troubleshooting.md 2022-02-05 11:10:30 +03:00
pre-commit-ci[bot]
685aa921df [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-02-04 22:31:51 +00:00
Ogundepo Odunayo
e041ff2361 Add Transformers Notebook 2022-02-04 23:29:20 +01:00
Tania Allard
9be8333d19 ✏️ Fix split 2022-02-04 17:30:46 +00:00
Tania Allard
39a7497ff4 Update docs/using/troubleshooting.md
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2022-02-04 12:50:52 +00:00
Tania Allard
6b140174dd ✏️ Comment outputs 2022-02-04 12:50:52 +00:00
Tania Allard
fc436154f7 Remove comments 2022-02-04 12:50:52 +00:00
Tania Allard
4953231f9d 🐛 Fix snippet 2022-02-04 12:50:52 +00:00