You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/29 14:29:58 UTC

[jira] [Commented] (GEODE-1896) unable to specify a PartitionResolver in gfsh

    [ https://issues.apache.org/jira/browse/GEODE-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15618196#comment-15618196 ] 

ASF GitHub Bot commented on GEODE-1896:
---------------------------------------

GitHub user davinash opened a pull request:

    https://github.com/apache/incubator-geode/pull/278

    Feature/geode 1896 unable to specify a PartitionResolver in gfsh

    GEODE-1896: Added a argument in Create Region to specify Partition Resolver.
     


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

    $ git pull https://github.com/davinash/incubator-geode feature/GEODE-1896

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

    https://github.com/apache/incubator-geode/pull/278.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 #278
    
----
commit 0541cff3445a1f57fb48e642faa955829f6f7872
Author: adongre <av...@ampool.io>
Date:   2016-10-28T10:34:15Z

    Adding option partition-resolver in gfsh while creating a region.

commit 00f7f5faf92dd44aa174648557d2ce4ac64ce17b
Author: adongre <av...@ampool.io>
Date:   2016-10-29T03:05:39Z

    Fixing test org.apache.geode.codeAnalysis.AnalyzeSerializablesJUnitTest testSerializables

----


> unable to specify a PartitionResolver in gfsh
> ---------------------------------------------
>
>                 Key: GEODE-1896
>                 URL: https://issues.apache.org/jira/browse/GEODE-1896
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Swapnil Bawaskar
>            Assignee: Avinash
>
> While creating a region in gfsh, users should be able to provide a PartitionResolver, something like:
> {noformat}
> gfsh>create region --name=myRegion --type=PARTITION --partition-resolver=com.mycompany.MyCustomPartitionResolver
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)