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

Srikanth Sundarrajan commented on FALCON-86:
--------------------------------------------

isEnabled in CatalogServiceFactory is looking for a different property key. 
Exception can be misleading.
{code}
+        if (!isEnabled()) {
+            throw new FalconException("Hive integration is not enabled in 
falcon: hive.enabled=false");
+        }
{code}

REGISTRY url in examples are referred with thrift:// while the 
HiveCatalogService is validating the url assuming it is http://. Is there a gap 
?
                
> Hive table integration with cluster entity
> ------------------------------------------
>
>                 Key: FALCON-86
>                 URL: https://issues.apache.org/jira/browse/FALCON-86
>             Project: Falcon
>          Issue Type: Sub-task
>    Affects Versions: 0.4
>            Reporter: Venkatesh Seetharam
>            Assignee: Venkatesh Seetharam
>         Attachments: FALCON-86.patch, FALCON-86-review.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to