Skip to content
Snippets Groups Projects
Commit 6316c797 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Remove some logging

parent e7b4b047
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,6 @@ class KryoSerialization extends SerializationStrategy with Logging {
(1, 1, 1), (1, 1, 1, 1), (1, 1, 1, 1, 1)
)
for (obj <- toRegister) {
logInfo("Registering class " + obj.getClass.getName)
kryo.register(obj.getClass)
}
val regCls = System.getProperty("spark.kryo.registrator")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment