Creating Configuration Files
On all offload nodes, create configuration files for the OmniData service: airliftconfig.properties, config.properties, and crontab.job.
cd /home/omm/omnidata-install/omnidata/deploy sh generate_config.sh -o Register_HOSTNAME:Register_Port -s Register_HOSTNAME:Register_Port
- If the big data engine is Spark, run sh generate_config.sh -s Register_IP:Register_Port.
- The -o and -s script parameters specify the IP address/domain name and port of the third-party registration service used by OmniData.
- -s indicates Spark, which is used to specify the registration address of the Spark engine. The default IP address and port of the ZooKeeper node are 2181.
Parent topic: Deploying OmniData Locally