-
- Downloads
[MINOR][DOC] Fix style in examples across documentation
## What changes were proposed in this pull request? This PR fixes the documentation as below: - Python has 4 spaces and Java and Scala has 2 spaces (See https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide). - Avoid excessive parentheses and curly braces for anonymous functions. (See https://github.com/databricks/scala-style-guide#anonymous) ## How was this patch tested? N/A Author: hyukjinkwon <gurwls223@gmail.com> Closes #14593 from HyukjinKwon/minor-documentation.
Showing
- docs/graphx-programming-guide.md 4 additions, 4 deletionsdocs/graphx-programming-guide.md
- docs/programming-guide.md 2 additions, 2 deletionsdocs/programming-guide.md
- docs/spark-standalone.md 3 additions, 3 deletionsdocs/spark-standalone.md
- docs/streaming-custom-receivers.md 24 additions, 24 deletionsdocs/streaming-custom-receivers.md
- docs/streaming-programming-guide.md 14 additions, 14 deletionsdocs/streaming-programming-guide.md
Please register or sign in to comment