I'm using UR and I'm wondering, why during training it most of time use only 4 cores, when 8 is available
Most of time training are stuck in Job 17 "take at EsSpark.scala:60" Stage45 "flatMap at AtB.scala:234"
Can someone explain what it exactly do at this Stage and can it use all 8 cores (not only 4) ?
I suppose, it not enough RAM, because it use all avaliable 64 G RAM, but when I ran this on a cluster of spark (2 instances) the situation does not change, it also use 4 cores in sum.