You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/24 16:48:04 UTC

[jira] [Commented] (BEAM-2357) Create HCatalogIO (Hive)

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

ASF GitHub Bot commented on BEAM-2357:
--------------------------------------

GitHub user seshadri-cr opened a pull request:

    https://github.com/apache/beam/pull/3220

    [BEAM-2357]HiveIO implementation using native API - HCatalogReaderWriter

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`.
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
    
    ---


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

    $ git pull https://github.com/seshadri-cr/beam hiveio

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

    https://github.com/apache/beam/pull/3220.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 #3220
    
----
commit 50b676b9a3595b584206d449f6ce2dd83c264b2f
Author: Seshadri Chakkravarthy <se...@gmail.com>
Date:   2017-05-18T19:07:01Z

    HiveIO sink

commit 0008f772a989c8cd817a99987a145fbf2f7fc795
Author: Seshadri Chakkravarthy <se...@gmail.com>
Date:   2017-05-18T19:07:01Z

    HiveIO sink

commit 027fc67be208fac5898bb55d8702c3eb404fab79
Author: Seshadri Chakkravarthy <se...@gmail.com>
Date:   2017-05-18T19:12:45Z

    Merge branch 'hiveio' of https://github.com/seshadri-cr/beam into hiveio
    
    # Conflicts:
    #	sdks/java/io/hive/src/main/java/org/apache/beam/sdk/io/hive/HiveIO.java

commit 2c8d2622fcd9a26658dafd9698602858955872c9
Author: Seshadri Chakkravarthy <se...@gmail.com>
Date:   2017-05-18T19:12:45Z

    Merge branch 'hiveio' of https://github.com/seshadri-cr/beam into hiveio
    
    # Conflicts:
    #	sdks/java/io/hive/src/main/java/org/apache/beam/sdk/io/hive/HiveIO.java

commit 257d2243eb4e84c5c4a9fec349c39a7b7c293398
Author: Seshadri Chakkravarthy <se...@gmail.com>
Date:   2017-05-18T19:14:57Z

    Merge branch 'hiveio' of https://github.com/seshadri-cr/beam into hiveio

commit b74523c13e03dc70038bc1e348ce270fbb3fd99b
Author: Seshadri Chakkravarthy <se...@gmail.com>
Date:   2017-05-22T22:25:03Z

    HiveIO Source

----


> Create HCatalogIO (Hive)
> ------------------------
>
>                 Key: BEAM-2357
>                 URL: https://issues.apache.org/jira/browse/BEAM-2357
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-extensions
>            Reporter: Ismaël Mejía
>            Assignee: Seshadri Raghunathan
>            Priority: Minor
>
> Support for reading and writing from Hive's catalog HCatalog. HCatalogIO will allow access to the Hive records so they can be processed with Beam.
> This JIRA is to create a native implementation using the HCatalog ReaderWriter API.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)