You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "WenjieLee (Jira)" <ji...@apache.org> on 2020/12/21 14:27:00 UTC

[jira] [Commented] (ATLAS-3886) Import hive metastore failed for ConversionException error

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

WenjieLee commented on ATLAS-3886:
----------------------------------

[~yeleeo],
Hi,Have you solved your problem,the same problem I had.

I am using the 2.1.0-rc2 branch.
The hadoop version used is 2.7.3,hive version used is 2.1.0,also the config file atlas-application.properties is in the hive conf path,

Do you have an answer?

 

> Import hive metastore failed for ConversionException error
> ----------------------------------------------------------
>
>                 Key: ATLAS-3886
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3886
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core, hive-integration
>    Affects Versions: 2.1.0
>         Environment: os: CentOS Linux release 7.6.1810 (Core)
> jdk:  java version "1.8.0_221"
>         Java(TM) SE Runtime Environment (build 1.8.0_221-b11)
>         Java HotSpot(TM) 64-Bit Server VM (build 25.221-b11, mixed mode)
> hive: 2.3.2
> atlas: 2.1.0-rc2
>            Reporter: Lijun Ye
>            Priority: Major
>
> When I import hive metastore, it occur this exception:
> {code:java}
> // code placeholder
> org.apache.atlas.AtlasException: Failed to load application propertiesorg.apache.atlas.AtlasException: Failed to load application properties at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:147) ~[atlas-intg-2.1.0.jar:2.1.0] at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:100) ~[atlas-intg-2.1.0.jar:2.1.0] at org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:123) [hive-bridge-2.1.0.jar:2.1.0]Caused by: org.apache.commons.configuration.ConversionException: 'atlas.graph.index.search.solr.wait-searcher' doesn't map to a List object: true, a java.lang.Boolean at org.apache.commons.configuration.AbstractConfiguration.getList(AbstractConfiguration.java:1144) ~[commons-configuration-1.6.jar:1.6] at org.apache.commons.configuration.AbstractConfiguration.getList(AbstractConfiguration.java:1109) ~[commons-configuration-1.6.jar:1.6] at org.apache.commons.configuration.AbstractConfiguration.interpolatedConfiguration(AbstractConfiguration.java:1274) ~[commons-configuration-1.6.jar:1.6] at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:142) ~[atlas-intg-2.1.0.jar:2.1.0] ... 2 moreFailed to import Hive Meta Data!!!
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)