[GitHub] spark pull request: Python SQL Example Code

2014-09-25 Thread jyotiska
Github user jyotiska commented on the pull request: https://github.com/apache/spark/pull/2521#issuecomment-56800752 Jenkins, retest this please. --- 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

[GitHub] spark pull request: Python SQL Example Code

2014-09-25 Thread jyotiska
Github user jyotiska commented on the pull request: https://github.com/apache/spark/pull/2521#issuecomment-56813029 Jenkins, retest this please. --- 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

[GitHub] spark pull request: Python SQL Example Code

2014-09-25 Thread jyotiska
Github user jyotiska commented on the pull request: https://github.com/apache/spark/pull/2521#issuecomment-56822422 @davies I have made the changes you asked for. Can you verify this? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: Python SQL Example Code

2014-09-24 Thread jyotiska
GitHub user jyotiska opened a pull request: https://github.com/apache/spark/pull/2521 Python SQL Example Code SQL example code for Python, as shown on [SQL Programming Guide](https://spark.apache.org/docs/1.0.2/sql-programming-guide.html) You can merge this pull request into a Git

[GitHub] spark pull request: Python SQL Example Code

2014-09-24 Thread jyotiska
Github user jyotiska commented on a diff in the pull request: https://github.com/apache/spark/pull/2521#discussion_r17987266 --- Diff: examples/src/main/python/sql.py --- @@ -0,0 +1,52 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] spark pull request: [SPARK-1087] Move python traceback utilities i...

2014-09-14 Thread jyotiska
Github user jyotiska commented on the pull request: https://github.com/apache/spark/pull/2385#issuecomment-55517066 LGTM. --- 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

[GitHub] spark pull request: Added doctest and method description in contex...

2014-03-25 Thread jyotiska
Github user jyotiska commented on the pull request: https://github.com/apache/spark/pull/187#issuecomment-38544024 Can one of the admins take a look at this? --- 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

[GitHub] spark pull request: Added doctest and method description in contex...

2014-03-20 Thread jyotiska
GitHub user jyotiska opened a pull request: https://github.com/apache/spark/pull/187 Added doctest and method description in context.py Added doctest for method textFile and description for methods _initialize_context and _ensure_initialized in context.py You can merge this pull

[GitHub] spark pull request: Added doctest and method description in contex...

2014-03-20 Thread jyotiska
Github user jyotiska commented on the pull request: https://github.com/apache/spark/pull/187#issuecomment-38208110 Jenkins, retest this please. --- 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

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread jyotiska
GitHub user jyotiska opened a pull request: https://github.com/apache/spark/pull/171 Added doctest for map function in rdd.py You can merge this pull request into a Git repository by running: $ git pull https://github.com/jyotiska/spark pyspark_rdd_map_doctest Alternatively

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread jyotiska
Github user jyotiska closed the pull request at: https://github.com/apache/spark/pull/171 --- 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

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread jyotiska
GitHub user jyotiska opened a pull request: https://github.com/apache/spark/pull/177 Added doctest for map function in rdd.py Doctest added for map in rdd.py You can merge this pull request into a Git repository by running: $ git pull https://github.com/jyotiska/spark