Hello, Try below command:
mvn clean package -DskipTests -Pdist,embedded-hbase-solr On Fri, Mar 20, 2020, 19:05 Bandeep Singh <[email protected]> wrote: > Hi Guys, > I installed ATLAS 2.1.0 SNAPSHOT recently and getting exception while > starting atlas. > Steps: > - mvn clean -DskipTests install -Pdist,embedded-hbase-solr > - cd > atlas/distro/target/apache-atlas-2.1.0-SNAPSHOT-server/apache-atlas-2.1.0-SNAPSHOT > - bin/atlas_start.py > > I get following exception while starting: > java.lang.RuntimeException: org.janusgraph.core.JanusGraphException: Could > not open global configuration > at > org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.initJanusGraph(AtlasJanusGraphDatabase.java:190) > at > org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:169) > at > org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraph(AtlasJanusGraphDatabase.java:276) > at > org.apache.atlas.repository.graph.AtlasGraphProvider.getGraphInstance(AtlasGraphProvider.java:52) > at > org.apache.atlas.repository.graph.AtlasGraphProvider.retry(AtlasGraphProvider.java:114) > at > org.apache.atlas.repository.graph.AtlasGraphProvider.get(AtlasGraphProvider.java:102) > at > org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$b9ed304b.CGLIB$get$0(<generated>) > at > org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$b9ed304b$$FastClassBySpringCGLIB$$5504231b.invoke(<generated>) > >
