ddf-project / DDF

Distributed DataFrame: Productivity = Power x Simplicity For Scientists & Engineers, on any Data Engine
http://ddf.io
Apache License 2.0
167 stars 42 forks source link

[BIGAPPS-6226] Fix not being able to run SQL on DDF #356

Closed lebinh closed 8 years ago

lebinh commented 8 years ago

Description and related tickets, documents

Hot fix for not being able to run SQL API on DDF. This is needed because DDFCoordinator keeps a mapping between DDF <-> DDFManager and SQL API uses that map to figure out which DDFManager should be used to run given a query.

Reviewers: @Huandao0812 @hai-adatao @nhanitvn

Breaking changes & backward compatible issues

NA

How to test

NA

PR Progress

Make sure all checkboxes below are checked before merged