PathSeqPipelineSpark multiple cpus
Hi!
I am trying to use PathSeqPipelineSpark but when I run htop in terminal in the cluster it appears to only be using one cpu? Is there a way to tell the code to look for multiple cpus?
-
Can you share your command line? Depending on the spark-master certain rules may apply on your cluster. Local execution requires
--spark-master local[number of threads]
to ensure parallel execution.
Please sign in to leave a comment.
1 comment