Repository: incubator-livy
Updated Branches:
  refs/heads/master 328425d05 -> bcb6d2850


[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

Author: itholic <haejoon...@naver.com>

Closes #122 from itholic/LIVY-529.


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/bcb6d285
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/bcb6d285
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/bcb6d285

Branch: refs/heads/master
Commit: bcb6d2850fe63c349519650adbadea99cb30aec4
Parents: 328425d
Author: itholic <haejoon...@naver.com>
Authored: Tue Oct 16 13:59:49 2018 -0700
Committer: Marcelo Vanzin <van...@cloudera.com>
Committed: Tue Oct 16 13:59:49 2018 -0700

----------------------------------------------------------------------
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/bcb6d285/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 9d7df70..735afb3 100644
--- a/README.md
+++ b/README.md
@@ -29,20 +29,20 @@ To build Livy, you will need:
 Debian/Ubuntu:
   * mvn (from ``maven`` package or maven3 tarball)
   * openjdk-8-jdk (or Oracle JDK 8)
-  * Python 2.6+
+  * Python 2.7+
   * R 3.x
 
 Redhat/CentOS:
   * mvn (from ``maven`` package or maven3 tarball)
   * java-1.8.0-openjdk (or Oracle JDK 8)
-  * Python 2.6+
+  * Python 2.7+
   * R 3.x
 
 MacOS:
   * Xcode command line tools
   * Oracle's JDK 1.8
   * Maven (Homebrew)
-  * Python 2.6+
+  * Python 2.7+
   * R 3.x
 
 Required python packages for building Livy:

Reply via email to