You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/05/28 06:44:11 UTC

incubator-kylin git commit: KYLIN-783 hive using mr instead of tez

Repository: incubator-kylin
Updated Branches:
  refs/heads/0.8.0 746d4adc5 -> d6c2576d0


KYLIN-783 hive using mr instead of tez


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/d6c2576d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/d6c2576d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/d6c2576d

Branch: refs/heads/0.8.0
Commit: d6c2576d048e18053a3fa0aae53d23951fe0e425
Parents: 746d4ad
Author: honma <ho...@ebay.com>
Authored: Thu May 28 12:44:00 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Thu May 28 12:44:00 2015 +0800

----------------------------------------------------------------------
 examples/test_case_data/sandbox/hive-site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/d6c2576d/examples/test_case_data/sandbox/hive-site.xml
----------------------------------------------------------------------
diff --git a/examples/test_case_data/sandbox/hive-site.xml b/examples/test_case_data/sandbox/hive-site.xml
index f07a290..21fc81a 100644
--- a/examples/test_case_data/sandbox/hive-site.xml
+++ b/examples/test_case_data/sandbox/hive-site.xml
@@ -228,7 +228,7 @@
 
     <property>
         <name>hive.execution.engine</name>
-        <value>tez</value>
+        <value>mr</value>
     </property>
 
     <property>