Hi all,
i am pretty new to hive and would like to consult one issue that whether the
hiveserver2 can run with no authentication mode. i have tried to configure the
hive-site.xml file as below(this is the only one hiveserver2 related in my
config file): <property> <name>hive.server2.authentication</name>
<value>none</value> </property>
but i can't connect to server when trying attempts with beeline. and if no
username/password is specified, always there is an prompt asking for them.could
anyone give any comment on this? does hive support no authentication mode for
hiveserver2? and whether there is a way to achieve this.
thanks in advance.
uknow.