We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f930fe8 commit ee9885dCopy full SHA for ee9885d
docs/tuning.md
@@ -51,7 +51,7 @@ To register your own custom classes with Kryo, use the `registerKryoClasses` met
51
52
{% highlight scala %}
53
val conf = new SparkConf().setMaster(...).setAppName(...)
54
-conf.registerKryoClasses(Seq(classOf[MyClass1], classOf[MyClass2]))
+conf.registerKryoClasses(Array(classOf[MyClass1], classOf[MyClass2]))
55
val sc = new SparkContext(conf)
56
{% endhighlight %}
57
0 commit comments