Commit Graph

1878 Commits

Author SHA1 Message Date
Peter Parente
dd2087c756 Merge pull request #1109 from mathbunnyru/asalikhov/bash_codestyle
Fix bash files codestyle
2020-06-15 08:37:57 -04:00
Peter Parente
0610908e8e Merge branch 'master' into asalikhov/bash_codestyle 2020-06-15 08:37:27 -04:00
Peter Parente
947a7155d5 Merge pull request #1108 from mathbunnyru/asalikhov/fix_yaml_codestyle
Fix yaml files codestyle
2020-06-15 08:36:11 -04:00
Ayaz Salikhov
d4a632faef Fix bash files codestyle 2020-06-13 20:32:52 +02:00
Ayaz Salikhov
cf0212611f Fix yaml files codestyle 2020-06-13 20:24:39 +02:00
Peter Parente
d16063e623 Merge branch 'master' into asalikhov/ubuntu_focal 2020-06-13 13:26:20 -04:00
Travis CI
c094bb7219 [ci skip] Update en source strings (build: 1816.1) 2020-06-13 17:24:04 +00:00
Peter Parente
1f318f43ad Merge pull request #1100 from romainx/hadolint
Docker linting -> Hadolint
2020-06-13 13:22:30 -04:00
Tiffany A. Timbers
6c8db49d8a Update r-notebook/Dockerfile
Co-authored-by: Romain <romainx@users.noreply.github.com>
2020-06-06 21:32:08 -07:00
Tiffany A. Timbers
017040d785 Update r-notebook/Dockerfile
Co-authored-by: Romain <romainx@users.noreply.github.com>
2020-06-06 21:31:59 -07:00
Tiffany A. Timbers
bc26d1a776 Update r-notebook/Dockerfile
Co-authored-by: Romain <romainx@users.noreply.github.com>
2020-06-06 21:31:43 -07:00
Tiffany A. Timbers
acc9644276 Update all-spark-notebook/Dockerfile
Co-authored-by: Romain <romainx@users.noreply.github.com>
2020-06-06 21:31:07 -07:00
ttimbers
a883ce1794 versions and tidymodels
- added versions to ggplot2 and sparklyr for all-spark-notebook
- added tidymodels to r-notebook and docs

closes #1102
2020-06-05 14:41:12 -07:00
ttimbers
13059e5f06 removed plyr and reshape2
closes #1103
2020-06-05 14:04:36 -07:00
Tiffany A. Timbers
e47f971efd Updated to r4.0
and packages that work with it.
2020-06-05 13:56:54 -07:00
Romain
4d5bb32e56 New line at the end of the conf file 2020-06-01 06:26:21 +02:00
Romain
5e6645d137 Ignore DL3006 and DL3008 by default 2020-06-01 06:23:44 +02:00
Ayaz Salikhov
ec68ceff31 Merge branch 'master' into asalikhov/ubuntu_focal 2020-05-31 18:58:37 +02:00
Romain
2ce0b49fb5 Final review 2020-05-30 05:44:53 +02:00
Romain
ccc9ed3b6d Fix makefile 2020-05-29 22:47:57 +02:00
Romain
de31f9f9d0 Travis fix 2020-05-29 22:04:44 +02:00
Romain
078b7d8871 Travis fix ... 2020-05-29 22:00:27 +02:00
Romain
feb2e44022 Fix lint 2020-05-29 21:47:13 +02:00
Romain
3f61c9cb56 Travis typo ... 2020-05-29 21:35:32 +02:00
Romain
593698985f Fixes 2020-05-29 21:27:18 +02:00
Romain
7b48e43b74 Fix hadolint deviations 2020-05-29 19:33:24 +02:00
Romain
64c143d3cd Merge branch 'master' into hadolint 2020-05-29 18:44:45 +02:00
Travis CI
76402a27fd [ci skip] Update en source strings (build: 1781.1) 2020-05-29 13:13:57 +00:00
Peter Parente
1c204509e1 Merge branch 'master' into asalikhov/ubuntu_focal 2020-05-29 09:12:34 -04:00
Peter Parente
8e8cbd0a0a Merge pull request #1097 from mathbunnyru/asalikhov/improve_docs
Improve documentation
2020-05-29 09:12:23 -04:00
Travis CI
8cddbac4b7 [ci skip] Update en source strings (build: 1779.1) 2020-05-29 13:11:13 +00:00
Peter Parente
40d2312b1e Merge branch 'master' into asalikhov/improve_docs 2020-05-29 09:10:49 -04:00
Peter Parente
8d4bff6078 Merge pull request #1098 from romainx/spark_doc
Follow-on PR #911: Spark documentation rework
2020-05-29 09:09:22 -04:00
Romain
c83024c950 Add spark notebook tests and change examples
* Test added for all kernels
* Same examples as provided in the documentation (`specifics.md`)
* Used the same use case for all examples: sum of the first 100 whole numbers

Note: I've not automatically tested `local_sparklyr.ipynb` since it creates by default the `metastore_db` dir and the `derby.log` file in the working directory. Since I mount it in `RO` it's not working. I'm struggling to set it elsewhere...
2020-05-29 06:54:46 +02:00
Romain
36dc621f97 typo 2020-05-28 12:34:50 +02:00
Romain
3277f48c23 Follow-on PR #911: Spark documentation rework
Some changes to the Spark documentation
for local and standalone use cases with the following drivers

* Simplify some of them (removing options, etc.)
* Use the same code as much as possible in each example to be consistent (only kept R different from the others)
* Add Sparklyr as an option for R
* Add some notes about prerequisites (same version of Python, R installed on workers)
2020-05-28 12:26:09 +02:00
Ayaz Salikhov
b6d96d1ca2 Improve documentation 2020-05-28 11:47:48 +02:00
Ayaz Salikhov
a2086ce626 Start using Ubuntu 20.04 (focal) 2020-05-28 10:42:03 +02:00
Romain
6f2e7cb583 Linting in travis 2020-05-28 06:29:27 +02:00
Romain
e3558be988 First lint + fix implemented 2020-05-28 06:24:54 +02:00
Travis CI
2c0af4ab51 [ci skip] Update en source strings (build: 1770.1) 2020-05-28 00:44:58 +00:00
Peter Parente
f593d61a7d Merge pull request #1095 from NickVeld/patch-2
CONTRIBUTING.md misleading link to guide
2020-05-27 20:43:46 -04:00
Peter Parente
e80f4aaa05 Merge pull request #1094 from NickVeld/patch-1
doc/index.rst : more readable Issue Tracker's link on sidebar
2020-05-27 20:43:30 -04:00
Peter Parente
48def68d94 Merge branch 'master' into patch-1 2020-05-27 20:43:18 -04:00
Travis CI
fa04fea614 [ci skip] Update en source strings (build: 1768.1) 2020-05-28 00:41:46 +00:00
Peter Parente
8ac6e58412 Merge pull request #911 from parente/remove-mesos
Remove mesos lib from pyspark-notebook
2020-05-27 20:40:13 -04:00
Peter Parente
ba6723edf1 Merge branch 'master' into remove-mesos 2020-05-27 16:05:31 -04:00
Peter Parente
1e36f7c131 Merge pull request #1093 from dirkcgrunwald/PR_jupyterlab_2113
upgrade jupyterlab to 2.1.3 to avoid npm delay
2020-05-27 16:05:12 -04:00
NickVeld
5f413d7551 CONTRIBUTING.md misleading link to guide
The best links connects a linking object and its text occurrence, e.g. the link to documentation is near documentation's occurrence in the text. Since no explicit link to the guide the guide text font became bold but link to the docs moved to doc's text occurence
2020-05-27 14:06:40 +03:00
NickVeld
8c48791cdd doc/index.rst : more readable Issue Tracker's link on sidebar 2020-05-27 13:35:06 +03:00