Skip to content
Prev Previous commit
Next Next commit
SPARK-12080: Kryo - Support multiple user registrators. Doc typo
  • Loading branch information
rotems committed Dec 3, 2015
commit 6a4cb9bcd59e5f7f229f908406004e2d859552fd
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ Apart from these, the following properties are also available, and may be useful
If you use Kryo serialization, give a comma-separated list of classes that register your custom classes with Kryo. This
property is useful if you need to register your classes in a custom way, e.g. to specify a custom
field serializer. Otherwise <code>spark.kryo.classesToRegister</code> is simpler. It should be
set to classes that extends
set to classes that extend
<a href="api/scala/index.html#org.apache.spark.serializer.KryoRegistrator">
<code>KryoRegistrator</code></a>.
See the <a href="tuning.html#data-serialization">tuning guide</a> for more details.
Expand Down