You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/02/16 22:46:11 UTC

[jira] [Commented] (FLINK-1466) Add InputFormat to read HCatalog tables

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

ASF GitHub Bot commented on FLINK-1466:
---------------------------------------

GitHub user fhueske opened a pull request:

    https://github.com/apache/flink/pull/411

    [FLINK-1466] Add HCatInputFormats to read from HCatalog tables.

    Right now the Flink-tuple mode is restricted to primitive types (no ARRAY, STRUCT, and MAP types) and the max Java/Scala tuple width.
    The default HCatRecord mode works for all types and any tuple width.

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

    $ git pull https://github.com/fhueske/flink hcatalog

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

    https://github.com/apache/flink/pull/411.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 #411
    
----
commit 61d8c3e2c7948768f60bbb20755176aa8ef14fcd
Author: Fabian Hueske <fh...@apache.org>
Date:   2015-01-29T09:34:29Z

    [FLINK-1466] Adds HCatInputFormats to read from HCatalog tables.

----


> Add InputFormat to read HCatalog tables
> ---------------------------------------
>
>                 Key: FLINK-1466
>                 URL: https://issues.apache.org/jira/browse/FLINK-1466
>             Project: Flink
>          Issue Type: New Feature
>          Components: Java API, Scala API
>            Reporter: Fabian Hueske
>            Assignee: Fabian Hueske
>            Priority: Minor
>
> HCatalog is a metadata repository and InputFormat to make Hive tables accessible to other frameworks such as Pig.
> Adding support for HCatalog would give access to Hive managed data.



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