You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2017/02/02 01:56:37 UTC

hive git commit: HIVE-15787 : Make druid jars available for llap (Ashutosh Chauhan via Prasanth J)

Repository: hive
Updated Branches:
  refs/heads/master 76d3ac5a1 -> 3f5f3ed62


HIVE-15787 : Make druid jars available for llap (Ashutosh Chauhan via Prasanth J)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/3f5f3ed6
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/3f5f3ed6
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/3f5f3ed6

Branch: refs/heads/master
Commit: 3f5f3ed62094b570eda53ac2893a5a6c02898827
Parents: 76d3ac5
Author: Ashutosh Chauhan <ha...@apache.org>
Authored: Wed Feb 1 16:01:50 2017 -0800
Committer: Ashutosh Chauhan <ha...@apache.org>
Committed: Wed Feb 1 17:56:06 2017 -0800

----------------------------------------------------------------------
 .../java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/3f5f3ed6/llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java
----------------------------------------------------------------------
diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java b/llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java
index eba4401..f0e7b6b 100644
--- a/llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java
+++ b/llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java
@@ -87,7 +87,7 @@ public class LlapServiceDriver {
   protected static final Logger LOG = LoggerFactory.getLogger(LlapServiceDriver.class.getName());
 
   private static final String[] DEFAULT_AUX_CLASSES = new String[] {
-  "org.apache.hive.hcatalog.data.JsonSerDe" };
+  "org.apache.hive.hcatalog.data.JsonSerDe","org.apache.hadoop.hive.druid.DruidStorageHandler" };
   private static final String HBASE_SERDE_CLASS = "org.apache.hadoop.hive.hbase.HBaseSerDe";
   private static final String[] NEEDED_CONFIGS = LlapDaemonConfiguration.DAEMON_CONFIGS;
   private static final String[] OPTIONAL_CONFIGS = LlapDaemonConfiguration.SSL_DAEMON_CONFIGS;