GitHub user fakegermano opened a pull request:

    https://github.com/apache/spark/pull/19283

    Update quickstart python dataset example

    The python spark datasets example for the mapreduce was returning error, 
when using .select().as() function.
    Replaces the error to use the .select().name() function, that does the same 
thing and works
    
    ## What changes were proposed in this pull request?
    
    no changes
    
    ## How was this patch tested?
    
    no significant changes were made to the spark code. Just documentation 
changes. The change I implemented was tested manually over spark 2.2.0
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fakegermano/spark quickstart-python-as-to-name

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19283.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 #19283
    
----
commit 29ab03c582bf115cfa802043337688005224ab46
Author: Daniel G Travieso <danielgtravi...@gmail.com>
Date:   2017-09-19T20:19:59Z

    Update quickstart python dataset example
    
    The python spark datasets example for the mapreduce was returning error, 
when using .select().as() function.
    Replaces the error to use the .select().name() function, that does the same 
thing and works

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to