You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by manuzhang <gi...@git.apache.org> on 2016/05/22 14:37:06 UTC

[GitHub] incubator-gearpump pull request: fix GEARPUMP-148, Document how to...

GitHub user manuzhang opened a pull request:

    https://github.com/apache/incubator-gearpump/pull/22

    fix GEARPUMP-148, Document how to use HDFS HA for JarStore

    

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

    $ git pull https://github.com/manuzhang/incubator-gearpump GEARPUMP-148

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

    https://github.com/apache/incubator-gearpump/pull/22.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 #22
    
----
commit 47f1e91f3c527d9159492726d89cfd8d3ca08c91
Author: manuzhang <ow...@gmail.com>
Date:   2016-05-22T14:35:27Z

    fix GEARPUMP-148, Document how to use HDFS HA for JarStore

----


---
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] incubator-gearpump pull request: fix GEARPUMP-148, Document how to...

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

    https://github.com/apache/incubator-gearpump/pull/22


---
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] incubator-gearpump pull request: fix GEARPUMP-148, Document how to...

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

    https://github.com/apache/incubator-gearpump/pull/22#discussion_r64182841
  
    --- Diff: docs/deployment-ha.md ---
    @@ -38,6 +38,11 @@ In `conf/gear.conf`, For entry `gearpump.jarstore.rootpath`, please choose the s
     ```bash
       hdfs://host:port/path/
     ```
    +  For HDFS HA,
    +  
    +```bash
    +  hdfs"//namespace/path/
    --- End diff --
    
    hdfs: instead of hdfs"


---
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] incubator-gearpump pull request: fix GEARPUMP-148, Document how to...

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

    https://github.com/apache/incubator-gearpump/pull/22#discussion_r64185326
  
    --- Diff: docs/deployment-ha.md ---
    @@ -38,6 +38,11 @@ In `conf/gear.conf`, For entry `gearpump.jarstore.rootpath`, please choose the s
     ```bash
       hdfs://host:port/path/
     ```
    +  For HDFS HA,
    +  
    +```bash
    +  hdfs"//namespace/path/
    --- End diff --
    
    good catch ! Thanks.


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