You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by kaklakariada <gi...@git.apache.org> on 2015/12/02 16:34:55 UTC

[GitHub] spark pull request: Add links howto to setup IDEs for developing s...

GitHub user kaklakariada opened a pull request:

    https://github.com/apache/spark/pull/10104

    Add links howto to setup IDEs for developing spark

    These links make it easier for new developers to work with Spark in their IDE.

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

    $ git pull https://github.com/kaklakariada/spark readme-developing-ide-gettting-started

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

    https://github.com/apache/spark/pull/10104.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 #10104
    
----
commit 7adea42cbd44dd04647c9b54fa441d1816081a1d
Author: kaklakariada <ka...@users.noreply.github.com>
Date:   2015-12-02T15:32:37Z

    Add links howto to setup IDEs for developing spark

----


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: Add links howto to setup IDEs for developing s...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10104#discussion_r46472485
  
    --- Diff: README.md ---
    @@ -27,6 +27,8 @@ To build Spark and its example programs, run:
     (You do not need to do this if you downloaded a pre-built package.)
     More detailed documentation is available from the project site, at
     ["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
    +For developing Spark using an IDE, see [Eclipse](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse)
    --- End diff --
    
    Shrug, not a big deal either way.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: Add links howto to setup IDEs for developing s...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/10104#issuecomment-161336649
  
    Can one of the admins verify this patch?


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: Add links howto to setup IDEs for developing s...

Posted by kaklakariada <gi...@git.apache.org>.
Github user kaklakariada commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10104#discussion_r46458869
  
    --- Diff: README.md ---
    @@ -27,6 +27,8 @@ To build Spark and its example programs, run:
     (You do not need to do this if you downloaded a pre-built package.)
     More detailed documentation is available from the project site, at
     ["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
    +For developing Spark using an IDE, see [Eclipse](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse)
    --- End diff --
    
    I as a (lazy) developer would prefer links to 'my' IDE. What I prefer even more would be the instructions directly in README.md (or in a separate DEVELOPING.md file). This would make it much easier to keep them updated as you don't need yet another account for the wiki (at least the instructions for Eclipse refer to outdated versions).
    What do you think?


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: Add links howto to setup IDEs for developing s...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10104#discussion_r46429689
  
    --- Diff: README.md ---
    @@ -27,6 +27,8 @@ To build Spark and its example programs, run:
     (You do not need to do this if you downloaded a pre-built package.)
     More detailed documentation is available from the project site, at
     ["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
    +For developing Spark using an IDE, see [Eclipse](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse)
    --- End diff --
    
    Seems fine, but how about just a single link to the "IDE Setup" section?


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: Add links howto to setup IDEs for developing s...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10104#discussion_r46465911
  
    --- Diff: README.md ---
    @@ -27,6 +27,8 @@ To build Spark and its example programs, run:
     (You do not need to do this if you downloaded a pre-built package.)
     More detailed documentation is available from the project site, at
     ["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
    +For developing Spark using an IDE, see [Eclipse](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse)
    --- End diff --
    
    The README is supposed to be short and contain pointers to more documentation on the wiki; no I don't think it's worth duplicating much here in a markdown file. It's pretty minor but if we add new IDE help in the wiki it has to be updated here too.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: Add links howto to setup IDEs for developing s...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/10104


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: Add links howto to setup IDEs for developing s...

Posted by kaklakariada <gi...@git.apache.org>.
Github user kaklakariada commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10104#discussion_r46469226
  
    --- Diff: README.md ---
    @@ -27,6 +27,8 @@ To build Spark and its example programs, run:
     (You do not need to do this if you downloaded a pre-built package.)
     More detailed documentation is available from the project site, at
     ["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
    +For developing Spark using an IDE, see [Eclipse](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse)
    --- End diff --
    
    I agree as I won't be the one maintaining the documentation.
    Do you want a single link or are two links also ok for you?


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: Add links howto to setup IDEs for developing s...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/10104#issuecomment-161983232
  
    Merged to master. I verified the markdown change in the preview


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org