Ayaz Salikhov
064599f0be
Improve docs about tags
2022-08-06 10:58:12 +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
061b2b2d4c
Use ubuntu:jammy in more places
2022-07-05 22:01:54 +04: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
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
6ee21a77d2
Run black pre-commit on python code in docs
2022-03-17 15:59:28 +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
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
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
d3adf90e91
More docs cleanup
2022-02-04 02:02:53 +03:00
Ayaz Salikhov
28a0f4c8b4
Cleanup docs
2022-02-02 01:19:38 +03:00
Tania Allard
fd9e306210
✏️ Wording changes to recipes.md
2022-01-31 12:48:30 +00:00
Tania Allard
3152f60dea
Merge remote-tracking branch 'upstream/master' into trallard/docs
2022-01-29 08:50:21 +00:00
Ayaz Salikhov
0eb36d778d
Update recipe to use python 3.7
2022-01-29 00:54:15 +03:00
Tania Allard
cfae55634b
📝 Changes to Recipes.md
2022-01-28 12:00:13 +00:00
Ayaz Salikhov
3306119c2d
Update the tag in docs
2022-01-21 13:58:08 +02:00
romainx
c6f7d4637e
Fix / improve docs (review)
2022-01-20 15:28:01 +01:00
romainx
554ab113b1
Update documentation
2022-01-20 09:35:20 +01:00
Ayaz Salikhov
16f68e7d09
Update docs/using/recipes.md
2022-01-13 17:31:43 +03:00
Ayaz Salikhov
1ebca76164
Update docs/using/recipes.md
2022-01-13 17:31:16 +03:00
agustin genoud
4579e5acf3
Spark version incompatibility with Delta
...
Calling the "latest" tag in "FROM jupyter/pyspark-notebook:latest" installs the Spark 3.2 version which is incompatible with delta lake ( https://docs.delta.io/latest/releases.html#-compatibility-with-as ). Installing the last version of Spark 3.1.x resolves the issue. In the jupyter docker repo that would be version 3.1.18
2022-01-12 20:24:39 -03:00
Ayaz Salikhov
e76894fb6d
Better bash syntax
2021-11-02 12:35:57 +03:00
Peng Gao
d0bbcc5339
Add recipe for installing custom fonts
...
Signed-off-by: Peng Gao <peng.gao.dut@gmail.com >
2021-11-02 11:54:22 +08:00
Ayaz Salikhov
e1bee8d59b
Better docs
2021-10-16 16:17:11 +03:00
Nick Crews
ba2e8d7716
Rename blacklist
-> blocklist
...
A simple change, but also quite easy.
See https://en.wikipedia.org/wiki/Master/slave_(technology)
2021-10-15 11:34:15 -06:00
Ayaz Salikhov
1fce48cd6c
Use mamba instead of conda where possible
2021-08-24 23:41:32 +03:00
Ayaz Salikhov
334381dfe2
Limit markdown line length to 200
2021-06-21 12:59:21 +03:00
Ayaz Salikhov
2863343b16
Merge branch 'master' into asalikhov/unify_bash_variables
2021-05-29 17:31:51 +03:00
Ayaz Salikhov
ab7683e6b6
Merge pull request #1331 from tbluejeans/new-delta-release
...
Updating the recipe for 1.0.0 release of delta
2021-05-29 15:21:47 +03:00
Tony
97de61d264
Update docs/using/recipes.md
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2021-05-29 14:07:48 +02:00
Ayaz Salikhov
0999f1a36f
Unify bash variables usage and add quotes where needed
2021-05-26 13:06:10 +03:00
Ayaz Salikhov
ccebe16e6e
More installation updates
2021-05-25 14:34:02 +03:00
Antony Neu
e02f8e1414
updated
2021-05-25 11:56:40 +02:00
Ayaz Salikhov
b19ad8bef8
Improve docs
2021-05-23 00:26:34 +03:00
Ayaz Salikhov
7bf833c183
Update tags in documentation
2021-05-22 16:55:58 +03:00
Ayaz Salikhov
fbceaa9892
Fixes
2021-05-22 14:01:01 +03:00
Ayaz Salikhov
66aaa99176
Update links
2021-05-21 14:17:18 +03:00
Ayaz Salikhov
09db3a4c16
Fix more errors
2021-05-01 13:09:26 +03:00
Ayaz Salikhov
bf9660a054
Bunch of small refactorings and updates
2021-04-17 13:25:23 +03:00
romainx
2820438867
formatting
2021-04-01 07:00:00 +02:00
Antony Neu
ef46244450
Added whitespace
2021-03-27 10:30:43 +01:00