Skip to main content
0 votes
3 answers
10k views

I create a class SecureImpalaDataSource that extends DriverManagerDataSource, and use UserGroupInformation.doAs() to get a Connection to impala with keytab file. But I get the error as follow: java....
SimbaHuang's user avatar
12 votes
2 answers
12k views

Recently I enabled kerberos in my cluster, everything works great until my kerberos login expires, at say, 12 hours. At that point any connections I have created, any tables created with those ...
user avatar
28 votes
1 answer
17k views

In my server application I'm connecting to Kerberos secured Hadoop cluster from my java application. I'm using various components like the HDFS file system, Oozie, Hive etc. On the application startup ...
Jan Zyka's user avatar
  • 18k
37 votes
2 answers
42k views

I'm having some trouble calling a web service from within a web application and I was hoping someone here might be able to help. From what I can tell, this seems to have something to do with the ...
Steve Platz's user avatar
  • 2,283
30 votes
4 answers
41k views

We are having trouble getting Spring Security/Kerberos/AD to work for our web app. Our diagnosis is that our AD server sending an NTLM token (we can tell as it starts with "TlRMTVNT.....") to IE and ...
Andrew Harmel-Law's user avatar
6 votes
1 answer
7k views

I am submitting a job to YARN (on spark 2.1.1 + kafka 0.10.2.1) which connects to a secured hbase cluster. This job, performs just fine when i am running in "local" mode (spark.master=local[*]). ...
Raghav's user avatar
  • 2,277
26 votes
2 answers
34k views

I am using the Connect() method in the Ssh Java class below in order to connect to a server using SSH (JSch) and running a command in the server. The problem is that when running Connect() the server ...
Haritz's user avatar
  • 1,752
6 votes
2 answers
7k views

I have a Java web application which do SPNEGO authentication of clients in a Windows Active Directory environment. To authenticate the user we use code from the good old SPNEGO SourceForge project. ...
Henrik's user avatar
  • 95
48 votes
3 answers
115k views

The documentation describing how to connect to a kerberos secured endpoint shows the following: curl -i --negotiate -u : "http://<HOST>:<PORT>/webhdfs/v1/<PATH>?op=..." The -u flag ...
Chris Snow's user avatar
46 votes
9 answers
101k views

Applications such a Google's Chrome and IE can transparently handle Kerberos authentication; however I can not find a "simple" Java solution to match this transparency. All of the solutions I have ...
Andrew White's user avatar
  • 53.7k
32 votes
3 answers
139k views

I am using Weblogic, Ejb3.0. Java 1.6 I need to access Active Directory via Java code. I read about several ways (Kerberos, LDAP) Anyone could advice me on comfortable way of doing so? where could I ...
rayman's user avatar
  • 21.8k
20 votes
8 answers
40k views

Is it possible to get the currently logged in user's username with Silverlight? You can assume that user has Windows OS and the Silverlight application is hosted in Internet Explorer. Getting the ...
huseyint's user avatar
  • 15.1k
10 votes
1 answer
11k views

I am trying to connect to a hive metastore that has been configured to use Kerberos for authentication. This works for me when I am not trying to use a keytab file, i.e. when the program prompts me ...
Thomas Larsson's user avatar
8 votes
2 answers
6k views

Are there examples which show how Delphi invokes the Active Directory Kerberos server to request a ticket granting ticket / normal ticket? Background: the ticket is required for authentification to a ...
mjn's user avatar
  • 36.8k
5 votes
2 answers
16k views

Objective: I am trying to build Proof Of Concept client app to implement Single Sign On by using SSPI. I am new to C# and I am getting confused. What I know and have done so far: All users are part ...
Felix Kholmatov's user avatar

15 30 50 per page
1
2 3 4 5
28