https://github.com/apache/spark
Revision 8acce00acc343bc04a0f5af4ce4717b42c8938da authored by John O'Leary on 25 September 2017, 00:16:27 UTC, committed by hyukjinkwon on 25 September 2017, 00:16:46 UTC
## What changes were proposed in this pull request?

Updated docs so that a line of python in the quick start guide executes. Closes #19283

## How was this patch tested?

Existing tests.

Author: John O'Leary <jgoleary@gmail.com>

Closes #19326 from jgoleary/issues/22107.

(cherry picked from commit 20adf9aa1f42353432d356117e655e799ea1290b)
Signed-off-by: hyukjinkwon <gurwls223@gmail.com>
1 parent 211d81b
Raw File
Tip revision: 8acce00acc343bc04a0f5af4ce4717b42c8938da authored by John O'Leary on 25 September 2017, 00:16:27 UTC
[SPARK-22107] Change as to alias in python quickstart
Tip revision: 8acce00
CONTRIBUTING.md
## Contributing to Spark

*Before opening a pull request*, review the 
[Contributing to Spark guide](http://spark.apache.org/contributing.html). 
It lists steps that are required before creating a PR. In particular, consider:

- Is the change important and ready enough to ask the community to spend time reviewing?
- Have you searched for existing, related JIRAs and pull requests?
- Is this a new feature that can stand alone as a [third party project](http://spark.apache.org/third-party-projects.html) ?
- Is the change being proposed clearly explained and motivated?

When you contribute code, you affirm that the contribution is your original work and that you 
license the work to the project under the project's open source license. Whether or not you 
state this explicitly, by submitting any copyrighted material via pull request, email, or 
other means you agree to license the material under the project's open source license and 
warrant that you have the legal authority to do so.
back to top