Updated Branches: refs/heads/branch-1.4 065270d20 -> acbcb9df6
AMBARI-2986. Should turn on predicate pushdown by default. (mahadev) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/acbcb9df Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/acbcb9df Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/acbcb9df Branch: refs/heads/branch-1.4 Commit: acbcb9df6b10616394f017c2f85665f305bb30fd Parents: 065270d Author: Mahadev Konar <[email protected]> Authored: Wed Aug 21 23:34:18 2013 -0700 Committer: Mahadev Konar <[email protected]> Committed: Wed Aug 21 23:34:45 2013 -0700 ---------------------------------------------------------------------- .../HDP/2.0.5/services/HIVE/configuration/hive-site.xml | 8 ++++++++ .../HDPLocal/2.0.5/services/HIVE/configuration/hive-site.xml | 8 ++++++++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/acbcb9df/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HIVE/configuration/hive-site.xml index cd72625..f8ad94a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HIVE/configuration/hive-site.xml +++ b/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> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/acbcb9df/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HIVE/configuration/hive-site.xml index cd72625..f8ad94a 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HIVE/configuration/hive-site.xml +++ b/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>
