[ 
https://issues.apache.org/jira/browse/DRILL-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jinfeng Ni updated DRILL-450:
-----------------------------

    Attachment: DRILL-450.1.patch.txt

The exchange rules in this patch require to use the optiq 0.6-SNAPSHOT version, 
in stead of optiq 0.4-18 version. 

Please use the following link to get optiq 0.6-SNAPSHOT: 
    https://github.com/julianhyde/optiq


> Insert Exchange operators automically in physical plan, in order to execute 
> query in distributed way. 
> ------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-450
>                 URL: https://issues.apache.org/jira/browse/DRILL-450
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Jinfeng Ni
>            Assignee: Jinfeng Ni
>            Priority: Critical
>         Attachments: DRILL-450.1.patch.txt
>
>
> Today, the only way to run a query in distributed way in Drill is to manually 
> insert exchange operators into a physical plan, and submit the physical plan 
> to Drill.  
> We will add a set of  new optiq rules to insert exchange operators to the 
> physical plan automatically.  The end user can submit a SQL statement 
> directly to Drill, and the Drill optiq rules will insert the exchange 
> operators when certain conditions are met. The resulting physical plan will 
> be executed in distributed way on multiple Drillbits. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to