From 5fd255cb963da94069aae97e31b645219801e140 Mon Sep 17 00:00:00 2001 From: Ashutosh Chauhan Date: Thu, 1 Oct 2015 15:41:40 -0700 Subject: [PATCH] HIVE-12010 : Tests should use FileSystem based stats collection mechanism --- data/conf/hive-site.xml | 6 ------ data/conf/tez/hive-site.xml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/data/conf/hive-site.xml b/data/conf/hive-site.xml index a58017e..acb7569 100644 --- a/data/conf/hive-site.xml +++ b/data/conf/hive-site.xml @@ -206,12 +206,6 @@ - hive.stats.dbclass - jdbc:derby - The storage for temporary stats generated by tasks. Currently, jdbc, hbase and counter types are supported - - - hive.stats.key.prefix.reserve.length 0 diff --git a/data/conf/tez/hive-site.xml b/data/conf/tez/hive-site.xml index c4c2a12..57c5a2a 100644 --- a/data/conf/tez/hive-site.xml +++ b/data/conf/tez/hive-site.xml @@ -213,12 +213,6 @@ - hive.stats.dbclass - counter - The default storatge that stores temporary hive statistics. Currently, jdbc, hbase and counter type is supported - - - hive.execution.engine tez Whether to use MR or Tez -- 1.7.12.4 (Apple Git-37)