REST API and Menas
Prerequisits to deploying are
- Tomcat 8.5+ to deploy the war to
HADOOP_CONF_DIRenvironment variable (for REST API). This variable should point to a folder containing Hadoop configuration files (core-site.xml,hdfs-site.xmlandyarn-site.xml). These are used to query the HDFS for folder locations.- MongoDB 4.0+ used as a storage
- OPTIONAL Spline 0.3.X for viewing of the lineage from Menas. Even without Spline, Standardization and Conformance will log lineage to Mongo.
Deploying REST API
The easiest way to deploy REST API is to copy the rest-api-VERSION.war to $TOMCAT_HOME/webapps. This will create <tomcat IP>/rest-api-VERSION path on your local server.
Deploying Menas
Similarly, to deploy Menas, copy the menas-VERSION.war to $TOMCAT_HOME/webapps. This will create <tomcat IP>/menas-VERSION path on your local server.