Mostafa,
I followed the instructions in http://atlas.apache.org/#/BuildInstallation and http://atlas.apache.org/#/Installation: - Build Atlas with command: mvn clean -DskipTests package -Pdist,embedded-hbase-solr - Install and run with following commands: tar -xzvf apache-atlas-{project.version}-server.tar.gz cd apache-atlas-{project.version} export MANAGE_LOCAL_HBASE=true export MANAGE_LOCAL_SOLR=true bin/atlas_start.py To use docker deployment for development purposes, docker-compose can be used as detailed here: https://github.com/apache/atlas/blob/master/dev-support/atlas-docker/README.md. Hope this helps. Madhan From: Mostafa <[email protected]> Date: Sunday, March 14, 2021 at 4:11 PM To: "[email protected]" <[email protected]> Subject: Re: can't build and run Apache Atlas pulled from official repository Dear Madhan, I found you the only person that paid attention to my email. Would you please give me a complete step by step way to build the project that work properly (solr and hbase)? I have almost tried all the possible ways but I can't! I have also take a deep insight and try all of the way of this dockerized image, But I still can't build and run the project successfully. Yours sincerely, Mostafa On Saturday, March 13, 2021, 06:08:41 PM GMT+3:30, Mostafa <[email protected]> wrote: To whom it may concern, Due to the small community of Apache Atlas and my deadline and my urgent situation, I were to email my issue directly to the developers. I have almost seen and tried all the posts related to Apache Atlas in stackoverflow and community.cloudera.com but none of them were successful. I have described my problem in full details in [this post](Apache Atlas: HTTP ERROR 503 Service Unavailable) on stackoverflow. I really need the answer or some hints about how build and run Apache Atlas. I am looking forward to hearing from you. Yours sincerely, Mostafa Ghadimi Apache Atlas: HTTP ERROR 503 Service Unavailable I have also seen the following two similar links, but they were different from mine that I will describe it in t...
