Hi all,

I use dfs.tmp as my schema and when I use CTAS create some tables over
10000 rows the result parquet was created in like 2 nodes in the cluster.
However when I query the table, I only get the portion in that node. So, I
get 700 rows in one node when I use "select * from T1" and 10000 rows in
another.

May I ask is that behavior correct? How to create or let Drill get all
tuples when I create or query in one node using dfs.tmp local?

Else the exists query doesn't work.

Thanks!

George

Reply via email to