[GitHub] spark pull request #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when...

2016-07-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13503 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when...

2016-06-30 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/13503#discussion_r69192597 --- Diff: bin/pyspark --- @@ -52,7 +52,7 @@ fi # Determine the Python executable to use for the executors: if [[ -z "$PYSPARK_PYTHON" ]];

[GitHub] spark pull request #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when...

2016-06-30 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/13503#discussion_r69192407 --- Diff: bin/pyspark --- @@ -52,7 +52,7 @@ fi # Determine the Python executable to use for the executors: if [[ -z "$PYSPARK_PYTHON" ]];

[GitHub] spark pull request #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when...

2016-06-03 Thread MechCoder
GitHub user MechCoder opened a pull request: https://github.com/apache/spark/pull/13503 [SPARK-15761] [MLlib] [PySpark] Load ipython when default python is Python3 ## What changes were proposed in this pull request? I would like to use IPython with Python 3.5. It is