In our experimental cluster (1 driver, 5 workers), we tried the simplest
example:   sc.parallelize(Range(0, 100), 2).count

In the event log, we found the executor takes too much time on
deserialization, about 300 ~ 500ms, and the execution time is only 1ms.

Our servers are with 2.3G Hz CPU * 24 cores.  And, we have set the
serializer to org.apache.spark.serializer.KryoSerializer .

The question is, is it normal that the executor takes 300~500ms on
deserialization?  If not, any clue for the performance tuning?






--
View this message in context: 
http://apache-spark-developers-list.1001551.n3.nabble.com/Why-Executor-Deserialize-Time-takes-more-than-300ms-tp9476.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org

Reply via email to