GitHub user itholic opened a pull request:

    https://github.com/apache/incubator-livy/pull/122

    [LIVY-529][DOCS] Fix supported Python version from 2.6+ to 2.7+ in 
documentation

    ## What changes were proposed in this pull request?
    
    As of Spark 2.2, Python 2.6 is officially 
dropped(https://issues.apache.org/jira/browse/SPARK-12661).
    
    Since Livy support Spark 2.2+, looks this limitation is inheritted.
    
    Currently, Livy doc 
(https://github.com/apache/incubator-livy/blob/master/README.md) notes Python 
2.6+ is required.
    
    It looks this should be changed to 2.7+
    
    ## How was this patch tested?
    
    N/A


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

    $ git pull https://github.com/itholic/incubator-livy LIVY-529

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

    https://github.com/apache/incubator-livy/pull/122.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 #122
    
----
commit b62edfad628c27fa73fdeefccc46b6c9c8adf6a2
Author: itholic <haejoon309@...>
Date:   2018-10-16T13:56:05Z

    Fix supported Python version from 2.6+ to 2.7+ in documentation

----


---

Reply via email to