GitHub user blazy2k9 opened a pull request:
https://github.com/apache/spark/pull/12701
Unintentional white spaces in kryo classes configuration parameters
## What changes were proposed in this pull request?
Pruned off white spaces present in the user provided comma separated list
of classes for **spark.kryo.classesToRegister** and **spark.kryo.registrator**.
## How was this patch tested?
Manual tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blazy2k9/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12701.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 #12701
----
commit 0c5790f6b3c26900491b94c3b40d2bded0f3be75
Author: Victor Chima <[email protected]>
Date: 2016-04-13T08:40:43Z
Handle case of unintentional white space(s) in the comma separated list
of classes passed to spark.kryo.registrator and
spark.kryo.classesToRegister parameters.
commit 5395c4e4564ef47d7f5121d28b448c2e85fca229
Author: Victor Chima <[email protected]>
Date: 2016-04-26T12:20:25Z
Revert "Handle case of unintentional white space(s) in the comma separated
list"
This reverts commit 0c5790f6b3c26900491b94c3b40d2bded0f3be75.
commit a5cad3122375cdb849fd5d09cb0d32713660208f
Author: Victor Chima <[email protected]>
Date: 2016-04-26T12:26:17Z
Handle case of unintentional white space(s) in the comma separated list of
classes passed to spark.kryo.registrator and spark.kryo.classesToRegister
parameters.
commit 482b1fb38e60cdddfaed62f3b14cb55aa1770952
Author: Victor Chima <[email protected]>
Date: 2016-04-26T12:51:40Z
Merge branch 'master' of github.com:apache/spark
----
---
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]