Hi, I'm running the following code in my cluster (standalone mode) via spark shell -
val rdd = sc.parallelize(1 to 100) rdd.count This takes around 1.2s to run. Is this expected or am I configuring something wrong? I'm using about 30 cores with 512MB executor memory As expected, GC time is negligible. I'm just getting some scheduler delay and 1s to launch the task Thanks, Anshul