Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

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

More
07 Aug 2019 12:08 - 07 Aug 2019 12:09 #1 by sefi
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
Replied by Adrian MATYSIAK on 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 ?