Configure the AEL daemon for local mode
You can configure the AEL daemon to run in Spark local mode for development or demonstration purposes. In local mode, you can build and test a Spark application on your desktop with sample data, then reconfigure the application to run on your clusters.
Note: Configuring the AEL daemon to run in Spark local mode is not supported, but can be useful for development and debugging.
To configure the AEL daemon for a local mode, complete the following steps:
Navigate to the
data-integration/adaptive-execution/configdirectory and open theapplication.propertiesfile.Set the following properties for your environment:
Set the sparkHome property to the Spark 2 filepath on your local machine.
Set the sparkApp property to the
data-integrationdirectory.Set the hadoopConfDir property to the directory containing the
*site.xmlfiles.
Save and close the file.
Navigate to the
data-integration/adaptive-executionfolder and run thedaemon.shcommand from the command line interface.
Last updated
Was this helpful?

