parallel-tutorial icon indicating copy to clipboard operation
parallel-tutorial copied to clipboard

Parallel computing in Python tutorial materials

Results 14 parallel-tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

cc @minrk @quasiben @ahmadia Is everyone here ok adding a note to the README that it's fine to deliver this tutorial?

``` ValueError: max() arg is an empty sequence ```

Students in your tutorial may encounter this. The following code cell generates an error without updating `/etc/hosts` ``` sc = SparkContext('local[4]') ``` The error is as following: ``` Py4JJavaError: An...

Given all the tutorials students are running, may be better to advise them to create a separate environment for this tutorial, rather than using `root`. For example, consider including the...