You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "junsionzhang (Jira)" <ji...@apache.org> on 2021/04/12 06:44:00 UTC

[jira] [Created] (ATLAS-4241) import-hbase.sh get map error

junsionzhang created ATLAS-4241:
-----------------------------------

             Summary: import-hbase.sh get map error
                 Key: ATLAS-4241
                 URL: https://issues.apache.org/jira/browse/ATLAS-4241
             Project: Atlas
          Issue Type: Bug
          Components: hbase-integration
    Affects Versions: 2.1.0
            Reporter: junsionzhang


when run import-hbase.sh ,errors is as follows:

2021-04-12 14:34:25,865 ERROR - [main:] ~ ImportHBaseEntities failed (HBaseBridge:197)
org.apache.atlas.AtlasException: Failed to load application properties
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:147)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:100)
 at org.apache.atlas.hbase.bridge.HBaseBridge.main(HBaseBridge.java:139)
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)
 at org.apache.commons.configuration.AbstractConfiguration.getList(AbstractConfiguration.java:1109)
 at org.apache.commons.configuration.AbstractConfiguration.interpolatedConfiguration(AbstractConfiguration.java:1274)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:142)
 ... 2 more

 

It seems the common-configuration does not work correctly . the hbasebridge use common-configuration 1.10 ,but the version also exists.  could somebody upgrade from 1.x to 2.x

 

https://commons.apache.org/proper/commons-configuration/userguide/upgradeto2_0.html



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