Updated Branches: refs/heads/trunk d8afa8672 -> 3aa7ef191
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/3aa7ef19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/3aa7ef19 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/3aa7ef19 Branch: refs/heads/trunk Commit: 3aa7ef1916275e97f776c05221dfc3bbc95b05d7 Parents: d8afa86 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:18 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/3aa7ef19/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/3aa7ef19/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>
