[
https://issues.apache.org/jira/browse/ATLAS-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130450#comment-17130450
]
limbo edited comment on ATLAS-3172 at 6/12/20, 2:48 AM:
--------------------------------------------------------
I find the path of server which is server/webapp/atlas/WEB-INF/lib store the
jackson lib, so add the lib to class fix my problem
so
{code:java}
SERVER_CP="${BASEDIR}/server/webapp/atlas/WEB-INF/lib"
for i in "${SERVER_CP}/"*.jar; do
SERVER_CP="${SERVER_CP}:$i"
doneCP="${ATLASCPPATH}:${SERVER_CP}:${HIVE_CP}:${HADOOP_CP}"
{code}
was (Author: limbo):
I find the path of server which is server/webapp/atlas/WEB-INF/lib store the
jackson lib, so add the lib to class fix my problem
> 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
> Assignee: Jiaqi Shan
> Priority: Major
> Attachments: ATLAS-3172.patch
>
>
> 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
(v8.3.4#803005)