Re: Hive Metastore Authorization

2023-01-02 Thread Sai Hemanth Gantasala
Hi Colin Williams, Hive metastore natively supports storage-based authorization (SBA). SBA provides a decent amount of control/authorization level at a broader level on the metadata objects like databases, tables, partitions e.t.c If your use case requires more fine-grain access levels like column

Re: how to disable these kinds of logs in beeline output

2023-01-02 Thread Sai Hemanth Gantasala
Hi ypeng, Have you tried --showWarnings=false argument? On Thu, Dec 29, 2022 at 1:03 AM ypeng wrote: > Hello, > > I issued the simple query in beeline to Hive 3.1, which always gets > multi-lines of unuseful logs such as the following. > > 0: jdbc:hive2://> select * from books order by price de