You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by jayapriya90 <gi...@git.apache.org> on 2015/11/16 21:47:01 UTC

[GitHub] storm pull request: STORM-1009: link on http://storm.apache.org/do...

GitHub user jayapriya90 opened a pull request:

    https://github.com/apache/storm/pull/882

    STORM-1009: link on http://storm.apache.org/documentation/Kestrel-and…

    …-Storm.html is wrong

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

    $ git pull https://github.com/jayapriya90/storm asf-site

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

    https://github.com/apache/storm/pull/882.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 #882
    
----
commit 975afdac0479d73d95a7fbbd547ee0c9a5e05990
Author: Jayapriya Surendran <pr...@gmail.com>
Date:   2015-11-16T20:46:02Z

    STORM-1009: link on http://storm.apache.org/documentation/Kestrel-and-Storm.html is wrong

----


---
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.
---

[GitHub] storm pull request: STORM-1009: link on http://storm.apache.org/do...

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

    https://github.com/apache/storm/pull/882#issuecomment-164541757
  
    +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 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.
---

[GitHub] storm pull request: STORM-1009: link on http://storm.apache.org/do...

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

    https://github.com/apache/storm/pull/882#issuecomment-170088938
  
    +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 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.
---

[GitHub] storm pull request: STORM-1009: link on http://storm.apache.org/do...

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

    https://github.com/apache/storm/pull/882#issuecomment-158139963
  
    LGTM. +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 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.
---

[GitHub] storm pull request: STORM-1009: link on http://storm.apache.org/do...

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

    https://github.com/apache/storm/pull/882#issuecomment-169482130
  
    +1 can you please squash the two commits into one?


---
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.
---

[GitHub] storm pull request: STORM-1009: link on http://storm.apache.org/do...

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

    https://github.com/apache/storm/pull/882


---
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.
---

[GitHub] storm pull request: STORM-1009: link on http://storm.apache.org/do...

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

    https://github.com/apache/storm/pull/882#issuecomment-159994243
  
    +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 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.
---

[GitHub] storm pull request: STORM-1009: link on http://storm.apache.org/do...

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

    https://github.com/apache/storm/pull/882#issuecomment-157597834
  
    @wuchong Thanks for the review. I've updated pull request with the necessary changes. Can you please have a look at it?


---
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.
---

[GitHub] storm pull request: STORM-1009: link on http://storm.apache.org/do...

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

    https://github.com/apache/storm/pull/882#discussion_r45026214
  
    --- Diff: documentation/Kestrel-and-Storm.md ---
    @@ -7,7 +7,7 @@ This page explains how to use to Storm to consume items from a Kestrel cluster.
     
     ## Preliminaries
     ### Storm
    -This tutorial uses examples from the [storm-kestrel](https://github.com/nathanmarz/storm-kestrel) project and the [storm-starter](http://github.com/apache/storm/blob/master/examples/storm-starter) project. It's recommended that you clone those projects and follow along with the examples. Read [Setting up development environment](https://github.com/apache/storm/wiki/Setting-up-development-environment) and [Creating a new Storm project](https://github.com/apache/storm/wiki/Creating-a-new-Storm-project) to get your machine set up.
    +This tutorial uses examples from the [storm-kestrel](https://github.com/nathanmarz/storm-kestrel) project and the [storm-starter](http://github.com/apache/storm/blob/master/examples/storm-starter) project. It's recommended that you clone those projects and follow along with the examples. Read [Setting up development environment](Setting-up-development-environment.html) and [Creating a new Storm project](https://github.com/apache/storm/wiki/Creating-a-new-Storm-project) to get your machine set up.
    --- End diff --
    
    the document <Creating a new Storm project> link maybe need to be changed as well `[Creating a new Storm project](Creating-a-new-Storm-project.html)`


---
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.
---

[GitHub] storm pull request: STORM-1009: link on http://storm.apache.org/do...

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

    https://github.com/apache/storm/pull/882#issuecomment-158260200
  
    LGTM. +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 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.
---