You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/16 21:15:12 UTC

[jira] [Commented] (FALCON-1858) Support HBase as a storage backend for Falcon Titan graphDB

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

ASF GitHub Bot commented on FALCON-1858:
----------------------------------------

GitHub user vrangan opened a pull request:

    https://github.com/apache/falcon/pull/143

    FALCON-1858: Support HBase as a storage backend for Falcon Titan graphDB

    This patch provides the following features
    1.   Ability to build Falcon with storage backend plugins without the artifacts (hbase and bdb).
    2.   Ability to package a standalone HBase if desired
    3.  Backport of Titan 1.0 Hbase 1.0 storage backend into Titan 0.5.4 (shaded classes - mostly similar to Apache Atlas usage of the same) (most of the addons/titan codebase)
    4.  Default build profile is with bdb backend with bdb artifacts also included in the build.
    
    Tested the HBase backend with 1.1.5 and 1.2.1 Hbase environments.   Ran test-patch successfully with enabling/disabling of bdb db artifacts and also with all potential addons enabled

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

    $ git pull https://github.com/vrangan/falcon FALCON-1858

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

    https://github.com/apache/falcon/pull/143.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 #143
    
----
commit d95f93e476ce5381bde0f7dcdfc5468bbaa549fe
Author: Venkat Ranganathan <ve...@hortonworks.com>
Date:   2016-05-16T21:03:41Z

    FALCON-1858: Support HBase as a storage backend for Falcon Titan graphDB

----


> Support HBase as a storage backend for Falcon Titan graphDB
> -----------------------------------------------------------
>
>                 Key: FALCON-1858
>                 URL: https://issues.apache.org/jira/browse/FALCON-1858
>             Project: Falcon
>          Issue Type: Bug
>            Reporter: Ying Zheng
>            Assignee: Venkat Ranganathan
>
> Support HBase storage backend for Titan. Users will be able to choose between HBase (default) and the current Berkeley DB storage backend.



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