Quellcode durchsuchen

AMBARI-6469. hive.limit.optimize.enable should be set by default. (Alejandro Fernandez via swagle)

Siddharth Wagle vor 11 Jahren
Ursprung
Commit
9ee720be2d

+ 6 - 0
ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml

@@ -376,6 +376,12 @@ limitations under the License.
     </description>
   </property>
 
+  <property>
+    <name>hive.limit.optimize.enable</name>
+    <value>true</value>
+    <description>Whether to enable the optimization of trying a smaller subset of data for simple LIMIT first.</description>
+  </property>
+
   <property>
     <name>hive.limit.pushdown.memory.usage</name>
     <value>0.04</value>

+ 6 - 0
ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml

@@ -376,6 +376,12 @@ limitations under the License.
     </description>
   </property>
 
+  <property>
+    <name>hive.limit.optimize.enable</name>
+    <value>true</value>
+    <description>Whether to enable the optimization of trying a smaller subset of data for simple LIMIT first.</description>
+  </property>
+
   <property>
     <name>hive.limit.pushdown.memory.usage</name>
     <value>0.04</value>