Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm trying to update the hive-exec-2.1.1-cdh6.3.2 module to hive-exec-shade-2.1.1-cdh6.3.2-talend-1.1.
I change the Maven URI and seems to be working ok.
But when I restart, the module goes back the way it was before and the newly installed jar goes to an unknown module.
Any help would be appreciated. Thanks.
Little update.
It DOES update, but the studio generates a new maven uri for this module as an encryption key, therefore overriding the prior. How do I stop this from happening?
Hello,
Unfortunately I don't have an answer but would like to explain how these UI changes are stored / managed.
Inside the workspace there's a .settings folder that holds a custom_uri_mapping.json file. This is the file that stores all the overrides.
I'm afraid here you end up storing the encrypted password in the maven URL and as that changes it invalidates your previous changes. During the pom generation this key-value list is used to substitute uris.
With Talend 8 there was an option to exclude these jars and rely on the jars provided by the cluster. I'd explore in this direction. (I'm not sure how can this be enabled.)
I think this behaviour deserves a support ticket as likely this re-encryption of the password in the URL is something we should do only if necessary.
Thank you for the answer.
Mind telling the exact route? I've searched on \studio\configuration\.settings but there is no such file.
This file is under your workspace, meaning it can be different for every branch of every project.
Got it, thanks.