Jelajahi Sumber

AMBARI-2986. Should turn on predicate pushdown by default. (mahadev)

Mahadev Konar 11 tahun lalu
induk
melakukan
3aa7ef1916

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

@@ -250,4 +250,12 @@ limitations under the License.
     <value>true</value>
   </property>
 
+  <property>
+    <name>hive.optimize.index.filter</name>
+    <value>true</value>
+    <description>
+    Whether to enable automatic use of indexes
+    </description>
+  </property>
+
 </configuration>

+ 8 - 0
ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HIVE/configuration/hive-site.xml

@@ -250,4 +250,12 @@ limitations under the License.
     <value>true</value>
   </property>
 
+  <property>
+    <name>hive.optimize.index.filter</name>
+    <value>true</value>
+    <description>
+    Whether to enable automatic use of indexes
+    </description>
+  </property>
+
 </configuration>