You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/19 17:26:00 UTC

[jira] [Commented] (RYA-284) Enhance accumulo.rya to support the use of bloom filter

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

ASF GitHub Bot commented on RYA-284:
------------------------------------

GitHub user meiercaleb opened a pull request:

    https://github.com/apache/incubator-rya/pull/246

    RYA-284: updated to support the use of bloom filter

    <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
      http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    ## Description
    Modified Range construction in AccumuloRyaQueryEngine to be compatible with Bloom Filters that only use Row Hash Function.
    
    ### Tests
    There are a number of existing tests that test these changes.
    
    ### Links
    [Jira](https://issues.apache.org/jira/browse/RYA-284)
    
    ### Checklist
    - [ ] Code Review
    - [x] Squash Commits
    
    #### People To Reivew
    @amihalik @jdasch 


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

    $ git pull https://github.com/meiercaleb/incubator-rya candidate/RYA-284

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

    https://github.com/apache/incubator-rya/pull/246.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 #246
    
----
commit ed32983b71ae6747fc0c8d3e80ef5e90effbe846
Author: Tri H. Nguyen <th...@gmail.com>
Date:   2017-06-09T14:34:42Z

    RYA-284: updated to support the use of bloom filter

----


> Enhance accumulo.rya to support the use of bloom filter
> -------------------------------------------------------
>
>                 Key: RYA-284
>                 URL: https://issues.apache.org/jira/browse/RYA-284
>             Project: Rya
>          Issue Type: Improvement
>          Components: dao
>            Reporter: Tri H. Nguyen
>            Priority: Minor
>
> Enhancing accumulo.rya to take advantage of the use of bloom filter when enabled in accumulo
> Accumulo's Bloom Filter example
> https://accumulo.apache.org/1.8/examples/bloom



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)