Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question obtenir le "principal kerberos", via XPATH

More
07 Aug 2019 12:08 - 07 Aug 2019 12:09 #1 by sefi
sefi created the topic: obtenir le "principal kerberos", via XPATH
Bonjour,

Je suis entrain de modifier une template qui fait l'integration de donnnées entre deux tables Hive.
Dans cette template je veux utiliser un composant OS qui va utiliser à son tours KERBEROS.

Ma question:
Comment je peux obtenir le principal kerberos et le fichier keytab qui seront utilisés par les métadonnées Hive via XPATH.

J'ai utilisé:
%x{$REF/ref:source()/ref:schema()/ref:kerberos()/tech:kerberosKeytabFile()}x%
Mais ça marche pas.

D'avance merci.
Last Edit: 07 Aug 2019 12:09 by sefi.
More
09 Aug 2019 10:57 #2 by Adrian MATYSIAK
Adrian MATYSIAK replied the topic: obtenir le "principal kerberos", via XPATH
Bonjour,

voici deux syntaxes XPATH qui permettent de récupérer ces propriétés :
%x{$REF/ref:source()/mdj:xpath('$KERBEROS')/tech:kerberosKeytabFile()}x%
%x{$REF/ref:source()/mdj:xpath('$KERBEROS')/tech:kerberosPrincipal()}x%

Pouvez-vous essayer d'utiliser ces syntaxes et nous dire si cela fonctionne ?