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

jianxiong zhao edited comment on ATLAS-3172 at 4/28/19 8:33 AM:
----------------------------------------------------------------

I noticed that *import-hive.sh* would try to import hive libs:
{code:java}
for i in "${HIVE_HOME}/lib/"*.jar; do

    HIVE_CP="${HIVE_CP}:$i"

done
{code}
I have hive-1.2.1 installed, maybe it's lack of these Jackson dependencies

 


was (Author: theharpers):
I noticed that *import-hive.sh* would try to import hive libs:
{code:java}
for i in "${HIVE_HOME}/lib/"*.jar; do

    HIVE_CP="${HIVE_CP}:$i"

done
{code}
I didn't set *HIVE_HOME* cause I do not have Hive installed on the same 
machine, but instead I set only the *HIVE_CONF_DIR* 

 

> Atlas Hive Hook lack of Jackson dependency
> ------------------------------------------
>
>                 Key: ATLAS-3172
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3172
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: jianxiong zhao
>            Priority: Major
>
> After copying Hive Hook to ${ATLAS_HOME}, executing `hook-bin/import-hive.sh` 
> always fails with lack of Jackson.XXX dependencies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to