commit | f13678d4a866e9cb9e4eeefb6e446bee4004ba9b | [log] [tgz] |
---|---|---|
author | kereno <kereno@gmail.com> | Tue Jul 15 15:57:39 2014 -0700 |
committer | Ian Maxon <imaxon@uci.edu> | Tue Jul 15 17:08:23 2014 -0800 |
tree | 9fc1aca177a8f259bcf25083468356df64e765b5 | |
parent | db37f661061b2df42d3e211d611b4d0a5f851b93 [diff] |
Adding plot of Algebricks plan Change-Id: I917d92b1ca6f0161d67fbddd0182d5062939b558 Reviewed-on: http://fulliautomatix.ics.uci.edu:8443/106 Reviewed-by: Inci Cetindil <icetindil@gmail.com> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/asterix-installer/src/main/resources/conf/asterix-configuration.xml b/asterix-installer/src/main/resources/conf/asterix-configuration.xml index 6f96191..76c00db 100644 --- a/asterix-installer/src/main/resources/conf/asterix-configuration.xml +++ b/asterix-installer/src/main/resources/conf/asterix-configuration.xml
@@ -235,4 +235,12 @@ <description>The minimum log level to be displayed. (Default = INFO) </description> </property> + + <property> + <name>plot.activate</name> + <value>false</value> + <description>Enabling plot of Algebricks plan to tmp folder. (Default = false) + </description> + </property> + </asterixConfiguration>