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/config
directory and open theapplication.properties
file.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-integration
directory.Set the hadoopConfDir property to the directory containing the
*site.xml
files.
Save and close the file.
Navigate to the
data-integration/adaptive-execution
folder and run thedaemon.sh
command from the command line interface.
Last updated
Was this helpful?