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
Ayaz Salikhov
05bccffe7f
Merge pull request #1722 from jupyter/dependabot/github_actions/actions/setup-python-4
...
Bump actions/setup-python from 3 to 4
2022-06-13 23:06:54 +04:00
dependabot[bot]
92d31d9a4d
Bump actions/setup-python from 3 to 4
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 16:11:23 +00:00
Ayaz Salikhov
5cd0b55db8
Merge pull request #1717 from mathbunnyru/asalikhov/major_minor_python_version
...
Compare major.minor python version to be expected one
2022-06-02 16:23:35 +04:00
Ayaz Salikhov
84d041b9df
Compare major.minor python version to be expected one
2022-05-31 22:40:39 +04:00
Ayaz Salikhov
911b4c1a07
Merge branch 'master' into asalikhov/new_build_system
2022-05-31 22:04:05 +04:00
Ayaz Salikhov
5e1a27a812
Merge pull request #1716 from jupyter/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-05-31 01:19:39 +04:00
pre-commit-ci[bot]
22d2d5c36d
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/mirrors-mypy: v0.950 → v0.960](https://github.com/pre-commit/mirrors-mypy/compare/v0.950...v0.960 )
2022-05-30 21:16:06 +00:00
Ayaz Salikhov
872b0256f3
Merge pull request #1711 from maresb/patch-2
...
Bump Python 3.9 → 3.10
2022-05-28 18:18:21 +04:00
Ayaz Salikhov
ee338c370f
Update test_python.py
2022-05-28 17:18:36 +04:00
Ayaz Salikhov
1c40816d7f
Merge pull request #1712 from tomyun/julia-1.7.3
...
Update Julia to 1.7.3
2022-05-27 20:19:08 +04:00
Ben Mares
daa8042bf3
Merge branch 'jupyter:master' into patch-2
2022-05-27 16:17:43 +02:00
Ayaz Salikhov
806a0c3a29
Fix python version test
2022-05-27 16:52:09 +04:00
Kyungdahm Yun
8a934dbc3b
Update Julia to 1.7.3
2022-05-26 12:37:12 -07:00
Ben Mares
46c41283ba
Bump Python 3.9 → 3.10
2022-05-26 15:30:14 +02:00
Ayaz Salikhov
4ce4d0cc60
Add docs
2022-05-25 20:33:44 +03:00