cancel
Showing results for 
Search instead for 
Did you mean: 
del1000
New Contributor III
since ‎09-14-2021
‎06-26-2023

User Stats

  • 6 Posts
  • 0 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

I have a code:from time import sleep from random import random from operator import add   def f(a: int) -> float: sleep(0.1) return random() rdd1 = sc.parallelize(range(20), 2) rdd2 = sc.parallelize(range(20), 2) rdd3 = sc.parallelize(rang...
Scenario:I tried to run notebook_primary as a job with same parameters' map. This notebook is orchestrator for notebooks_sec_1, notebooks_sec_2, and notebooks_sec_3 and next. I run them by dbutils.notebook.run(path, timeout, arguments) function.So ho...
Kudos from
Kudos given to