GitHub user 397090770 opened a pull request:
https://github.com/apache/spark/pull/9734
[SPARK-11751]Doc describe error in the "Spark Streaming Programming Guide"
page
In the **[Task Launching
Overheads](http://spark.apache.org/docs/latest/streaming-programming-guide.html#task-launching-overheads)**
section,
>Task Serialization: Using Kryo serialization for serializing tasks can
reduce the task sizes, and therefore reduce the time taken to send them to the
slaves.
as we known **Task Serialization** is configuration by
**spark.closure.serializer** parameter, but currently only the Java serializer
is supported. If we set **spark.closure.serializer** to
**org.apache.spark.serializer.KryoSerializer**, then this will throw a
exception.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/397090770/spark 397090770-patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9734.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9734
----
commit afd1dbc7e45e49f0f38d58968ad57f0a670fb008
Author: yangping.wu <[email protected]>
Date: 2015-11-16T10:16:03Z
Doc describe error
Doc describe error
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]