Disable Client Server authentication in Hue

0 votes
I am using a VM setup that has a Hive cluster. I got this from a friend with pre-existing cluster and configurations. The cluster is set to have Client/Server authentication and I want to disable it. How can I do it?
Jun 3, 2019 in Big Data Hadoop by Rajul
756 views

1 answer to this question.

0 votes

To disable the Client/Server authentication, you have to set the hive.server2.authentication property to NONE. For example:

<property>
  <name>hive.server2.authentication</name>
  <value>NONE</value>
  <description>
    Client authentication types.
       NONE: no authentication check
       LDAP: LDAP/AD based authentication
       KERBEROS: Kerberos/GSSAPI authentication
       CUSTOM: Custom authentication provider
               (Use with property hive.server2.custom.authentication.class)
  </description>
</property>
answered Jun 3, 2019 by Preetham

Related Questions In Big Data Hadoop

0 votes
1 answer

How to set Sqoop server in Hue?

I am not exactly sure what you ...READ MORE

answered May 27, 2019 in Big Data Hadoop by Karna
977 views
0 votes
1 answer

Set Hbase Server in Hue.

The Hbase thrift servers for clusters are ...READ MORE

answered May 27, 2019 in Big Data Hadoop by Esha
416 views
0 votes
1 answer

How to set LDAP server in Hue?

You have to set the Hue server url ...READ MORE

answered May 28, 2019 in Big Data Hadoop by Kumar
398 views
0 votes
1 answer

Setting certificate for authentication in Hue

To set the path to TLS certificate, open ...READ MORE

answered May 29, 2019 in Big Data Hadoop by Tina
409 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,555 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,184 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,187 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,260 views
0 votes
1 answer

How to set authentication for Kerberos in Hue?

To set the authentication for Solr clients ...READ MORE

answered May 27, 2019 in Big Data Hadoop by Jimmy
601 views
0 votes
11 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP