You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2015/02/11 21:58:14 UTC

[jira] [Created] (HIVE-9654) initialize LLAP IO during service startup, with service configuration

Sergey Shelukhin created HIVE-9654:
--------------------------------------

             Summary: initialize LLAP IO during service startup, with service configuration
                 Key: HIVE-9654
                 URL: https://issues.apache.org/jira/browse/HIVE-9654
             Project: Hive
          Issue Type: Sub-task
            Reporter: Sergey Shelukhin
            Assignee: Gunther Hagleitner


Right now LLAP IO is a singleton that is initialized on first use with configuration of the caller (first query).
It needs to be initialized once before queries are accepted instead... see LlapIoProxy.java
{noformat}
  // TODO: temporary interface. LLAP daemon should init this once during
  //       startup then others should use get w/o configuration.
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)