You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Venkatesh Seetharam (JIRA)" <ji...@apache.org> on 2014/10/28 01:11:34 UTC

[jira] [Commented] (FALCON-434) Migrate HCatalog APIs to new namespace

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

Venkatesh Seetharam commented on FALCON-434:
--------------------------------------------

Falcon feed validate fails with error: Type timestamp not present

PROBLEM: When runs the validate command of the feed, we see the below error,
Error: Type timestamp not present
This issue is because of the use of
org.apache.hcatalog.* classes instead of org.apache.hive.hcatalog.*
classes. org.apache.hcatalog.* are deprecated, and have been frozen
since 0.12 to keep them in a 0.11 backward compatibility mode.

{noformat}
PROBLEM: Oozie coordiantor job got killed with below error, when the input hive table has a column type timestamp.
2014-09-25 18:53:42,810 WARN CallableQueueService$CompositeCallable:542 - USER- GROUP- TOKEN- APP- JOB- ACTION- exception callable coord_push_dep_check, E1021: Coord Action Input Check Error: Type timestamp not present
org.apache.oozie.command.CommandException: E1021: Coord Action Input Check Error: Type timestamp not present
{noformat}

> Migrate HCatalog APIs to new namespace
> --------------------------------------
>
>                 Key: FALCON-434
>                 URL: https://issues.apache.org/jira/browse/FALCON-434
>             Project: Falcon
>          Issue Type: Improvement
>    Affects Versions: 0.5
>            Reporter: Venkatesh Seetharam
>            Assignee: Sowmya Ramesh
>            Priority: Minor
>              Labels: Hive
>             Fix For: 0.6
>
>         Attachments: FALCON-434.patch
>
>
> HCatalog has become part of hive and hence we need to do 2 things:
> * Migrate package from org.apache.hcatalog.api to org.apache.hive.hcatalog.api.
> * remove hcatalog.version and instead use hive.version



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