You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Prasad Wagle (JIRA)" <ji...@apache.org> on 2015/12/22 23:13:46 UTC

[jira] [Created] (ZEPPELIN-529) Make query parallelism configurable instead of hardcoding to 10 in HiveInterpreter.java

Prasad Wagle created ZEPPELIN-529:
-------------------------------------

             Summary: Make query parallelism configurable instead of hardcoding to 10 in HiveInterpreter.java
                 Key: ZEPPELIN-529
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-529
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Prasad Wagle
            Priority: Minor


In HiveInterpreter.java, maximum query parallelism is hardcoded to 10.
  public Scheduler getScheduler() {
    return SchedulerFactory.singleton().createOrGetParallelScheduler(
        HiveInterpreter.class.getName() + this.hashCode(), 10);
  }

I tried adding an interpreter property but getScheduler is called before properties are read.



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