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)

Reply via email to