[GitHub] spark pull request: [SPARK-12632][Python][Make Parameter Descripti...

2016-02-15 Thread somideshmukh
Github user somideshmukh closed the pull request at: https://github.com/apache/spark/pull/10602 --- 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: [SPARK-12632][Python][Make Parameter Descripti...

2016-02-15 Thread somideshmukh
Github user somideshmukh closed the pull request at: https://github.com/apache/spark/pull/10897 --- 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: [SPARK-12632][Python][Make Parameter Descripti...

2016-01-25 Thread somideshmukh
GitHub user somideshmukh opened a pull request: https://github.com/apache/spark/pull/10897 [SPARK-12632][Python][Make Parameter Descriptions Consistent for PySpark MLlib FPM and Recommendation] made changes according to indentation setting done in intellji You can merge

[GitHub] spark pull request: [Spark-12485][Rename "dynamic allocation" to "...

2016-01-19 Thread somideshmukh
GitHub user somideshmukh opened a pull request: https://github.com/apache/spark/pull/10832 [Spark-12485][Rename "dynamic allocation" to "elastic scaling"] You can merge this pull request into a Git repository by running: $ git pull https://github.co

[GitHub] spark pull request: [SPARK-12632][Python][Make Parameter Descripti...

2016-01-15 Thread somideshmukh
Github user somideshmukh commented on the pull request: https://github.com/apache/spark/pull/10602#issuecomment-171915841 We have made same changes and committed the code,but when pull request is created ,it i showing indentation problem.I am attaching image will show changes we

[GitHub] spark pull request: [SPARK-12632][Python][Make Parameter Descripti...

2016-01-05 Thread somideshmukh
GitHub user somideshmukh opened a pull request: https://github.com/apache/spark/pull/10602 [SPARK-12632][Python][Make Parameter Descriptions Consistent for PySpark MLlib FPM and Recommendation] Made changes in FPM file ,Recommendation file doesnot contain param changes You can

[GitHub] spark pull request: [SPARK-12377][Python][Wrong implementation for...

2015-12-17 Thread somideshmukh
GitHub user somideshmukh opened a pull request: https://github.com/apache/spark/pull/10356 [SPARK-12377][Python][Wrong implementation for Row.__call__ in pyspark] Made chnages in types.py file to change "return _create_row(self, args)" to return create_row(self.fields_, a

[GitHub] spark pull request: [SPARK-11551][DOC][Example]Replace example cod...

2015-12-08 Thread somideshmukh
Github user somideshmukh commented on the pull request: https://github.com/apache/spark/pull/10002#issuecomment-163128740 Please let me know what needs to be done,I have not worked on python code. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-11551][DOC][Example]Replace example cod...

2015-12-01 Thread somideshmukh
Github user somideshmukh commented on the pull request: https://github.com/apache/spark/pull/10002#issuecomment-160919838 I have made the changes you have mentioned in the given Java and Scala files and push the changes in Branch "SomilBranch1.33". I haven't modified Py

[GitHub] spark pull request: [SPARK-11551][DOC][Example]Replace example cod...

2015-12-01 Thread somideshmukh
Github user somideshmukh commented on the pull request: https://github.com/apache/spark/pull/10002#issuecomment-160920099 Pls check it and let me know whether you have got the changes. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-11551][DOC][Example]Replace example cod...

2015-11-28 Thread somideshmukh
Github user somideshmukh closed the pull request at: https://github.com/apache/spark/pull/9735 --- 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: [SPARK-11551][DOC][Example]Replace example cod...

2015-11-27 Thread somideshmukh
Github user somideshmukh commented on the pull request: https://github.com/apache/spark/pull/9735#issuecomment-160101745 Yes ,you can close this PR --- 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: [SPARK-11551][DOC][Example]Replace example cod...

2015-11-26 Thread somideshmukh
GitHub user somideshmukh opened a pull request: https://github.com/apache/spark/pull/10002 [SPARK-11551][DOC][Example]Replace example code in ml-features.md using include_example Made new patch contaning only markdown examples moved to exmaple/folder. Ony three java code were

[GitHub] spark pull request: [SPARK-11551][DOC][Example]Replace example cod...

2015-11-23 Thread somideshmukh
Github user somideshmukh commented on the pull request: https://github.com/apache/spark/pull/9735#issuecomment-158920107 Hi,The Patch that I have submitted contains code of Java and Scala ,that I have replaced.About Python code I donot have much experience.So haven't touch

[GitHub] spark pull request: [SPARK-10946][SQL]JDBC - Use Statement.execute...

2015-11-17 Thread somideshmukh
Github user somideshmukh commented on the pull request: https://github.com/apache/spark/pull/9733#issuecomment-157408424 OK,I will remove non-DDL statements and create new pull request. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-10946][SQL]JDBC - Use Statement.execute...

2015-11-17 Thread somideshmukh
Github user somideshmukh commented on the pull request: https://github.com/apache/spark/pull/9733#issuecomment-157634620 I have push new commit to SomilBranch-1.1 --- 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: [SPARK-10946][SQL]JDBC - Use Statement.execute...

2015-11-16 Thread somideshmukh
GitHub user somideshmukh opened a pull request: https://github.com/apache/spark/pull/9733 [SPARK-10946][SQL]JDBC - Use Statement.executeUpdate instead of PreparedStatement.executeUpdate for DDLs New changes with JDBCRDD You can merge this pull request into a Git repository

[GitHub] spark pull request: [SPARK-11551][DOC][Example]Replace example cod...

2015-11-16 Thread somideshmukh
GitHub user somideshmukh opened a pull request: https://github.com/apache/spark/pull/9735 [SPARK-11551][DOC][Example]Replace example code in ml-features.md using include_example Made changes in code according to spark coding style. You can merge this pull request into a Git

[GitHub] spark pull request: [SPARK-11551][DOC][Example]Replace example cod...

2015-11-16 Thread somideshmukh
Github user somideshmukh closed the pull request at: https://github.com/apache/spark/pull/9537 --- 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: [SPARK-10946]JDBC - Use Statement.executeUpdat...

2015-11-16 Thread somideshmukh
Github user somideshmukh closed the pull request at: https://github.com/apache/spark/pull/9465 --- 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: [SPARK-11551][DOC][Example]Replace example cod...

2015-11-15 Thread somideshmukh
Github user somideshmukh commented on the pull request: https://github.com/apache/spark/pull/9537#issuecomment-156945905 I am working on this,today it will be completed --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] spark pull request: [SPARK-11551][DOC][Example]Replace example cod...

2015-11-07 Thread somideshmukh
GitHub user somideshmukh opened a pull request: https://github.com/apache/spark/pull/9537 [SPARK-11551][DOC][Example]Replace example code in ml-features.md using include_example Replaced Java and Scala code You can merge this pull request into a Git repository by running

[GitHub] spark pull request: Branch 1.5

2015-11-04 Thread somideshmukh
GitHub user somideshmukh opened a pull request: https://github.com/apache/spark/pull/9464 Branch 1.5 You can merge this pull request into a Git repository by running: $ git pull https://github.com/somideshmukh/spark branch-1.5 Alternatively you can review and apply

[GitHub] spark pull request: [SPARK-10946]JDBC - Use Statement.executeUpdat...

2015-11-04 Thread somideshmukh
GitHub user somideshmukh opened a pull request: https://github.com/apache/spark/pull/9465 [SPARK-10946]JDBC - Use Statement.executeUpdate instead of PreparedStatement.executeUpdate for DDLs Changed against PreparedStatement to CreateStatement You can merge this pull request