[
https://issues.apache.org/jira/browse/ATLAS-4241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17635199#comment-17635199
]
ASF subversion and git services commented on ATLAS-4241:
--------------------------------------------------------
Commit 7f9e980f6aee26523450fc40f7bfeb01a42842ab in atlas's branch
refs/heads/master from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=7f9e980f6 ]
ATLAS-4241: fix import-hbase errors
(cherry picked from commit da27bb1b497db7f234c66203255a3ded37af3631)
> 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
> Assignee: Madhan Neethiraj
> Priority: Major
> Fix For: 2.3.0
>
> Attachments: ATLAS-4241.patch
>
>
> 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.20.10#820010)