Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Can any please list and explain steps to setup Apache Atlas code on MAC OSX machine to successfully build, debug and install modules?

New Contributor

I want to import apache atlas all modules on my local machine and then compiling main atlas-webapp. facing issues of missing POM and ...-0.9-incubating-SNAPSHOT.jar files

3 REPLIES 3

Expert Contributor

@Muhammad Waris Are you trying to get Atlas server to work on MAC OSX?

If yes, here in development team we use the following approach for getting Atlas to work on Mac OSX:

  • Clone this repo.
  • Ensure you are using JDK 1.7 or JDK 1.8.
  • Use the mvn clean package -Pdist,berkeley-elasticsearch profile to build and deploy. See here.
    • In addition to this we also add -Ptitan0.
  • Deploy in a separate folder (by unzipping the generated tar) and then use atlas_start.py.
  • Run quick_start.py to add some test data to Atlas.
  • For debugging, if you need to, you can use remote debug via IntelliJ.

On Max OSX you will be able to run the Atlas WebUI. Which means you will manually be able to create entities but won't have the hook from hive.

Please let me know if this helps.

New Contributor

Exception attached in screen shot occurs while running "python quick_start.pyscreen-shot-2017-04-14-at-124937-pm.png

New Contributor

Also how i can build and debug code using eclipse or IntelliJ on my local machine using localhost as i want to make some changes in code and then will test those changes. i am using MAC machine OSX EI Capitan version 10.11.3

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.