Wiki edit rights

2022-02-07 Thread László Pintér
Hi Team, Could you please grant me edit rights to the hive wiki? My username is lpinter. Thanks, Laszlo

RE: [DISCUSS] Properties for scheduling compactions on specific queues

2022-02-07 Thread Janos Kovacs
Hi Stamatis, I agree that the [compactor.]*hive.compactor.queue.name * is a better solution as hive now also supports query based compaction, not only MR. ...although I think this needs to be backward compatible! What do you think about a logic similar to this:

Re: Hive: Request for Dataset

2022-02-07 Thread Owen O'Malley
I believe it was just intended as an example with your own data. For an example that uses data available on every linux machine, you can do: create table passwd ( name string, not_used string, uid int, gid int, full_name string, home_dir string, shell string ) row format delimited fi

Re: [DISCUSS] Properties for scheduling compactions on specific queues

2022-02-07 Thread Stamatis Zampetakis
Thanks Janos for the feedback. If I understand well your suggestion is support all of the properties below for table level compactions and treat them as equivalent: * compactor.mapred.job.queue.name * compactor.mapreduce.job.queuename * compactor.hive.compactor.job.queue It is something that cros