Hello everyone, What should be the normal time difference between Scala and Python using Spark? I mean running the same program in the same cluster environment.
In my case I am using numpy array structures for the Python code and vectors for the Scala code, both for handling my data. The time difference I have so far is Scala being around 6x times faster than Python...is it normal? Best regards