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

Timo Walther commented on FLINK-2167:
-------------------------------------

I'm unable to connect my HCatInputFormat to the HCatalog metastore.

{code}
Configuration config = new Configuration();
config.addResource("/home/twalthr/flink/HCAT/apache-hive-1.2.0-bin/conf/hive-site.xml");
env.createInput(new HCatInputFormat<HCatRecord>("default", "mytable", 
config)).print();
{code}

Is there anything I have to consider? Any hints are highly appreciated!

> Add fromHCat() to TableEnvironment
> ----------------------------------
>
>                 Key: FLINK-2167
>                 URL: https://issues.apache.org/jira/browse/FLINK-2167
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table API
>    Affects Versions: 0.9
>            Reporter: Fabian Hueske
>            Assignee: Timo Walther
>            Priority: Minor
>              Labels: starter
>
> Add a {{fromHCat()}} method to the {{TableEnvironment}} to read a {{Table}} 
> from an HCatalog table.
> The implementation could reuse Flink's HCatInputFormat.



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

Reply via email to