Ayaz Salikhov
57f882f0f6
Better docs
2022-07-05 13:25:04 +04:00
Ayaz Salikhov
6e536016e8
Better filenames for manifests and hist lines
2022-07-05 13:21:20 +04:00
Ayaz Salikhov
a1e63937ce
Use ARM64 tag for self-hosted runners
2022-07-05 11:22:08 +04:00
Ayaz Salikhov
b40de11cd0
Better docs
2022-07-05 11:21:27 +04:00
Ayaz Salikhov
c2d33a0d6b
Merge branch 'master' into asalikhov/new_build_system
2022-07-05 00:57:20 +04:00
Ayaz Salikhov
5eb78a141b
Do not import sparklyr, because it requires spark>=3.3
2022-07-05 00:56:27 +04:00
Ayaz Salikhov
44d3104b42
Remove export G_SLICE=always-malloc
2022-07-04 23:38:36 +04:00
Ayaz Salikhov
2cafcc1feb
More simple README.md
2022-07-04 23:38:15 +04:00
Ayaz Salikhov
171c6c308d
Some fixes for push step
2022-07-04 23:10:08 +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
c71c79e407
Add copying authorized_keys
2022-07-04 21:17:19 +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
febc1ff7a1
Add always() where needed
2022-07-04 20:46:30 +04:00
Ayaz Salikhov
ad4670b171
Add docs to setup aarch64 runner
2022-07-04 20:44:12 +04:00
Ayaz Salikhov
aad4f22f41
Always doesn't respect other conditions
2022-07-04 20:18:28 +04:00
Ayaz Salikhov
23f0eb947a
Always run cleanup steps
2022-07-04 20:12:37 +04:00
Ayaz Salikhov
a350070e54
Better wording
2022-07-04 20:11:50 +04:00
Ayaz Salikhov
515404a424
Add downloading aarch64 artifacts
2022-07-04 19:38:42 +04:00
Ayaz Salikhov
d52b8dd62b
Add artifacts cleanup
2022-07-04 19:34:06 +04:00
Ayaz Salikhov
b06c797f62
Fix style
2022-07-04 19:21:44 +04:00
Ayaz Salikhov
459b311f05
Merge branch 'master' into asalikhov/new_build_system
2022-07-04 19:16:51 +04:00
Ayaz Salikhov
61b20aa69e
Run pytest as a module
2022-07-04 19:16:06 +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
2b844b3431
Try to use aarch64 self-hosted runner
2022-07-04 15:01:57 +04:00
Darek
5d584b2126
Merge branch 'jupyter:master' into master
2022-07-04 06:32:56 -04:00
Ayaz Salikhov
42d30ff9c4
Bump actions/setup-python
2022-07-04 10:25:46 +04:00
Ayaz Salikhov
9818511f30
Merge branch 'master' into asalikhov/new_build_system
2022-07-04 10:24:51 +04:00
Ayaz Salikhov
5583aba342
Update pre-commit hooks
2022-07-04 10:18:39 +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
Ayaz Salikhov
7e89bfb11a
Merge pull request #1732 from alexander-manley/master
...
Update recipes.md
2022-07-04 09:52:13 +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
Darek
3b1ddfa670
Removing no_warnings
2022-06-21 15:18:33 -04:00
Ayaz Salikhov
fb699d9420
Merge pull request #1730 from jupyter/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-06-21 01:24:02 +04:00
pre-commit-ci[bot]
d8624a5311
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/mirrors-prettier: v2.6.2 → v2.7.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.6.2...v2.7.1 )
2022-06-20 21:22:36 +00:00
Darek
aeb940220f
Spark->3.3,Hadoop->3,Scala->2.13,Java->17
2022-06-16 14:53:37 -04:00
Ayaz Salikhov
666416b385
Merge pull request #1724 from jupyter/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-06-14 10:01:18 +04:00
pre-commit-ci[bot]
973773f0d5
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.34.0 )
- [github.com/pre-commit/mirrors-mypy: v0.960 → v0.961](https://github.com/pre-commit/mirrors-mypy/compare/v0.960...v0.961 )
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0 )
2022-06-13 22:51:58 +00:00
Ayaz Salikhov
b7116fb176
Fix linkcheck-docs errors
2022-06-13 23:24:13 +04:00