Github user seancxmao commented on a diff in the pull request: https://github.com/apache/spark/pull/22499#discussion_r219698800 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/UDTSerializationBenchmark.scala --- @@ -18,52 +18,52 @@ package org.apache.spark.mllib.linalg import org.apache.spark.sql.catalyst.encoders.ExpressionEncoder -import org.apache.spark.util.Benchmark +import org.apache.spark.util.{Benchmark, BenchmarkBase => FileBenchmarkBase} /** * Serialization benchmark for VectorUDT. + * To run this benchmark: + * 1. without sbt: bin/spark-submit --class <this class> <spark mllib test jar> --- End diff -- I have rebased this PR to the latest master and also fixed the docs. I am outing for mid-autumn festival, sorry for late reply. BTW, happy mid-autumn festival.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org