I know of course about reproducible example and piece of code but for this question I have to be (I can't be otherwise) obscure.
I am trying to connect R and Impala. Putting aside the problems ("officially", I cannot install software on this PC... but I have used portable versions of R and RStudio)
I've tried the RImpala package.
rimpala.connect(IP = myip,
port = the port where Impala sees,
principal = maybe this is not clear)
I am pretty sure that the causes of my problems is the principal
argument, the documentation is not clear to me. Anyway, I've tried several combinations of what the documentations says it should be placed there.
In any case I get the same error:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.lang.IllegalArgumentException: Kerberos principal should have 3 parts: 10.60.10.22:8888/impala/@tempuser
I've searched online for this error and it seems to be related to some java things, but I have zero knowledge of that language.
It can be useful to know that I have no access to my PC, say, I cannot install any software or do a thing that only an administrator can do.
I know the question is not well written but as I've said for this time a reproducible example is impossible.
More details
Now that I am thinking about it, I filled the IP
argument with the address I saw in the navigation bar of my browser to connect to Hue. I guessed it was the same but maybe I did wrong on this point too anyway as I've said I am pretty sure the error is not due to that.