Member since
07-26-2022
6
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1382 | 08-22-2022 10:54 PM |
11-09-2022
10:39 PM
Hello @Venkatd Since this is an Old Post & we have shared a few Action Plan with missing "atlas.application.properties" from Atlas Configuration Directory in HBase Configuration Directory "/etc/hbase/conf" being the Most-Likely reason for the concerned failure along with Steps to mitigate the HMaster/RegionServer failure (By setting "hbase.coprocessor.abortonerror" as "false") to avoid any Co-Processor failure cause Master/RegionServer startup failure, We shall mark the Post as Solved now. Thank You for using Cloudera Community. Regards, Smarak
... View more
11-03-2022
12:26 AM
Hi Shelton, We have installed apache atlas 2.2.0 in VM , also installed required component like zookeeper, solr, hbase and kafka in same VM . we have ADLS storage account , we would like integrate ADLS to atlas .. Can you please help me on this ? Thanks, Venkat
... View more
08-22-2022
10:54 PM
Hi Babasaheb, Sorry I was in vacation , I could not reply. Thanks for your help , it has resolved the issue with kafka. I am facing issue with hbase integration , raised request in below link. Unable-integrate-hbase-with-Atlas/td-p/350587
... View more
08-22-2022
10:50 PM
Unable integrate hbase with Atlas. we are trying to integrate hbase into atlas 2.2.0 we are not using embedded kafka and hbase , seperately installed in same machine. hbase version:2.4.13 ranger@:~/apache-atlas-sources-2.2.0/hook-bin$ ./import-hbase.sh -n <hbase namespace name> >>>>> ./import-hbase.sh >>>>> /home/ranger/apache-atlas-sources-2.2.0 Using HBase configuration directory [/data/hbase/conf/] Log file for import is /var/log/atlas/import-hbase.log Picked up _JAVA_OPTIONS: -Xms1024m -Xmx1024m -XX:MaxPermSize=512m OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 ImportHBaseEntities failed. Please check the log file for the detailed error message Failed to import HBase Data Model!!! Output of /var/log/atlas/import-hbase.log: 2022-08-23 05:33:25,927 INFO - [main:] ~ Looking for atlas-application.properties in classpath (ApplicationProperties:124) 2022-08-23 05:33:25,931 INFO - [main:] ~ Loading atlas-application.properties from file:/data/hbase/conf/atlas-application.properties (ApplicationProperties:137) 2022-08-23 05:33:25,960 INFO - [main:] ~ Using graphdb backend 'janus' (ApplicationProperties:317) 2022-08-23 05:33:25,961 INFO - [main:] ~ Using storage backend 'hbase2' (ApplicationProperties:328) 2022-08-23 05:33:25,962 INFO - [main:] ~ Using index backend 'solr' (ApplicationProperties:339) 2022-08-23 05:33:25,962 INFO - [main:] ~ Atlas is running in MODE: PROD. (ApplicationProperties:343) 2022-08-23 05:33:25,963 INFO - [main:] ~ Setting solr.wait-searcher property 'true' (ApplicationProperties:350) 2022-08-23 05:33:25,963 INFO - [main:] ~ Setting index.search.map-name property 'false' (ApplicationProperties:354) 2022-08-23 05:33:25,963 INFO - [main:] ~ Setting atlas.graph.index.search.max-result-set-size = 150 (ApplicationProperties:364) 2022-08-23 05:33:25,963 INFO - [main:] ~ Setting atlas.graph.index.search.solr.wait-searcher = true (ApplicationProperties:365) 2022-08-23 05:33:25,963 INFO - [main:] ~ Property (set to default) atlas.graph.cache.db-cache = true (ApplicationProperties:377) 2022-08-23 05:33:25,964 INFO - [main:] ~ Property (set to default) atlas.graph.cache.db-cache-clean-wait = 20 (ApplicationProperties:377) 2022-08-23 05:33:25,964 INFO - [main:] ~ Property (set to default) atlas.graph.cache.db-cache-size = 0.5 (ApplicationProperties:377) 2022-08-23 05:33:25,964 INFO - [main:] ~ Property (set to default) atlas.graph.cache.tx-cache-size = 15000 (ApplicationProperties:377) 2022-08-23 05:33:25,964 INFO - [main:] ~ Property (set to default) atlas.graph.cache.tx-dirty-size = 120 (ApplicationProperties:377) 2022-08-23 05:33:25,971 ERROR - [main:] ~ ImportHBaseEntities failed (HBaseBridge:198) org.apache.atlas.AtlasException: Failed to load application properties at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:150) at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:103) at org.apache.atlas.hbase.bridge.HBaseBridge.main(HBaseBridge.java:140) Caused by: org.apache.commons.configuration.ConversionException: 'atlas.graph.index.search.map-name' doesn't map to a List object: false, 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:145) ... 2 more 2022-08-23 05:35:07,422 INFO - [main:] ~ Looking for atlas-application.properties in classpath (ApplicationProperties:124) 2022-08-23 05:35:07,426 INFO - [main:] ~ Loading atlas-application.properties from file:/data/hbase/conf/atlas-application.properties (ApplicationProperties:137) 2022-08-23 05:35:07,464 INFO - [main:] ~ Using graphdb backend 'janus' (ApplicationProperties:317) 2022-08-23 05:35:07,464 INFO - [main:] ~ Using storage backend 'hbase2' (ApplicationProperties:328) 2022-08-23 05:35:07,466 INFO - [main:] ~ Using index backend 'solr' (ApplicationProperties:339) 2022-08-23 05:35:07,467 INFO - [main:] ~ Atlas is running in MODE: PROD. (ApplicationProperties:343) 2022-08-23 05:35:07,467 INFO - [main:] ~ Setting solr.wait-searcher property 'true' (ApplicationProperties:350) 2022-08-23 05:35:07,468 INFO - [main:] ~ Setting index.search.map-name property 'false' (ApplicationProperties:354) 2022-08-23 05:35:07,468 INFO - [main:] ~ Setting atlas.graph.index.search.max-result-set-size = 150 (ApplicationProperties:364) 2022-08-23 05:35:07,468 INFO - [main:] ~ Setting atlas.graph.index.search.solr.wait-searcher = true (ApplicationProperties:365) 2022-08-23 05:35:07,468 INFO - [main:] ~ Property (set to default) atlas.graph.cache.db-cache = true (ApplicationProperties:377) 2022-08-23 05:35:07,468 INFO - [main:] ~ Property (set to default) atlas.graph.cache.db-cache-clean-wait = 20 (ApplicationProperties:377) 2022-08-23 05:35:07,468 INFO - [main:] ~ Property (set to default) atlas.graph.cache.db-cache-size = 0.5 (ApplicationProperties:377) 2022-08-23 05:35:07,468 INFO - [main:] ~ Property (set to default) atlas.graph.cache.tx-cache-size = 15000 (ApplicationProperties:377) 2022-08-23 05:35:07,469 INFO - [main:] ~ Property (set to default) atlas.graph.cache.tx-dirty-size = 120 (ApplicationProperties:377) 2022-08-23 05:35:07,476 ERROR - [main:] ~ ImportHBaseEntities failed (HBaseBridge:198) org.apache.atlas.AtlasException: Failed to load application properties at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:150) at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:103) at org.apache.atlas.hbase.bridge.HBaseBridge.main(HBaseBridge.java:140) Caused by: org.apache.commons.configuration.ConversionException: 'atlas.graph.index.search.map-name' doesn't map to a List object: false, 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:145) ... 2 more
... View more
Labels:
- Labels:
-
Apache Atlas