mneethiraj commented on code in PR #505:
URL: https://github.com/apache/atlas/pull/505#discussion_r2734439119
##########
dev-support/atlas-docker/scripts/atlas-build.sh:
##########
@@ -86,7 +86,9 @@ else
done
fi
-mvn ${ARG_PROFILES} ${ARG_SKIPTESTS} -DskipDocs clean package
+#mvn ${ARG_PROFILES} ${ARG_SKIPTESTS} -DskipDocs clean package
+mvn -Pit-rdbms -DskipUTs=true -DskipTests=false -DskipITs=false verify
Review Comment:
Consider controling the options (profile, skipUTs, skipITs) via .env file
entries. Note that .env entries `PROFILE` and `SKIPTESTS` already exists; if
necessary, introduce variables for SKIP_UT, SKIP_IT.
Please update README.md with details on choosing the backend (HBase or
Postgres) while building Atlas using docker.
Is it possible to use RDBMS backend when building Atlas outside of docker?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]