Modified: hive/branches/cbo/data/conf/hive-site.xml URL: http://svn.apache.org/viewvc/hive/branches/cbo/data/conf/hive-site.xml?rev=1622587&r1=1622586&r2=1622587&view=diff ============================================================================== --- hive/branches/cbo/data/conf/hive-site.xml (original) +++ hive/branches/cbo/data/conf/hive-site.xml Fri Sep 5 00:13:34 2014 @@ -25,6 +25,12 @@ <description>Internal marker for test. Used for masking env-dependent values</description> </property> +<property> + <name>hive.cbo.enable</name> + <value>true</value> + <description>Enable CBO for Unit Tests</description> +</property> + <!-- Hive Configuration can either be stored in this file or in the hadoop configuration files --> <!-- that are implied by Hadoop setup variables. --> <!-- Aside from Hadoop setup variables - this file is provided as a convenience so that Hive -->
