Re: Cannot INSERT OVERWRITE on clustered table with > 8 buckets

2018-07-14 Thread Gopal Vijayaraghavan
​​> Or a simple insert will be automatically sorted as the table DDL mention ? Simple insert should do the sorting, older versions of Hive had ability to disable that (which is a bad thing & therefore these settings are now just hard-configed to =true in Hive3.x) -- set hive.enforce.bucketin

Re: Cannot INSERT OVERWRITE on clustered table with > 8 buckets

2018-07-14 Thread Nicolas Paris
​Hi Gopal​ Can you try running with (& see what your query read-perf looks like) > https://gist.github.com/t3rmin4t0r/087b61f79514673c307bb9a88327a4db > > CREATE TABLE IF NOT EXISTS passaggi1718 > ( > ... > ) > PARTITIONED BY (DATAPASSAGGIO string) > CLUSTERED BY (ORAPASSAGGIO) INTO