aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorLee Dongjin <dongjin@apache.org>2017-02-09 11:18:02 +0000
committerSean Owen <sowen@cloudera.com>2017-02-09 11:18:02 +0000
commit1a09cd634610329e85ff212c71cf67c697da5f84 (patch)
treeb72e40e524a06d94a47af9a54212db2bc6b27ef6 /docs/configuration.md
parent9d9d67c7957f7cbbdbe889bdbc073568b2bfbb16 (diff)
downloadspark-1a09cd634610329e85ff212c71cf67c697da5f84.tar.gz
spark-1a09cd634610329e85ff212c71cf67c697da5f84.tar.bz2
spark-1a09cd634610329e85ff212c71cf67c697da5f84.zip
[MINOR][CORE] Fix incorrect documentation of WritableConverter
## What changes were proposed in this pull request? `WritableConverter` and `WritableFactory` work in opposite directions. But both of them are documented with same description: > A class encapsulating how to convert some type T to Writable. It stores both the Writable class corresponding to T (e.g. IntWritable for Int) and a function for doing the conversion. This error is a result of commit 2604939. As a note, `WritableFactory` was added from commit d37978d, which resolves [SPARK-4795](https://issues.apache.org/jira/browse/SPARK-4795) with the correct description. This PR fix the documentation of `WritableConverter`, along with some improvements on type description. ## How was this patch tested? `build/mvn clean checkstyle:checkstyle` Author: Lee Dongjin <dongjin@apache.org> Closes #16830 from dongjinleekr/feature/fix-writableconverter-doc.
Diffstat (limited to 'docs/configuration.md')
0 files changed, 0 insertions, 0 deletions