Member since
02-01-2022
270
Posts
96
Kudos Received
59
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2192 | 06-12-2024 06:43 AM | |
3320 | 04-12-2024 06:05 AM | |
2224 | 12-07-2023 04:50 AM | |
1350 | 12-05-2023 06:22 AM | |
2274 | 11-28-2023 10:54 AM |
09-27-2022
10:44 AM
1 Kudo
@GireeshP No, cloudera does not support iceberg in on-prem. It is for CDP Public Cloud only. There are no details or timelines at this time for on-prem availability.
... View more
09-04-2022
10:29 PM
@Omarb, Has any of the replies helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
08-30-2022
05:25 AM
Excellent work @carrossoni . I really see value in the time travel feature!!
... View more
08-28-2022
10:11 PM
@clouderonur, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
08-26-2022
05:39 AM
1 Kudo
@Angelvillar I would recommend that you create a SSL Context Service using javas cacerts as the keystore and truststore. If that doesnt work, THEN, try to make your own with the certs from the ELK server. Here is a similar post with a lot more details of how that looks with cacerts and details for alternative custom keystore/trustore. https://community.cloudera.com/t5/Support-Questions/Configure-StandardSSLContextService-for-Elasticsearch/m-p/302719
... View more
08-26-2022
05:32 AM
@Olivia_4692 users usually screen shot, then blur anything you need to hide. Just capture the property/value settings modal, not entire screen of your computer. Not being able to see what you see, i will continue to make some suggestions. Since you are using Kerberos, the doc page i referenced has this property: Property DescriptionAuthenticationMethod {kerberos or userIdPassword}. Determines which authentication method the driver uses when establishing a connection. If set to kerberos, the driver uses Kerberos authentication. The driver ignores any user ID or password specified. If you set this value, you also must set the ServicePrincipalName property. If set to userIdPassword (the default), the driver uses user ID/password authentication. If a user ID and password is not specified, the driver throws an exception. The User property provides the user ID. The Password property provides the password. See Authentication for more information about using authentication with the Sybase driver. The default is userIdPassword. based on this i believe you should have AuthenticationMethod=kerberos in your jdbc url. There are further details for How to Configure Kerberos, please be sure to follow them all: https://docs.oracle.com/cd/E12839_01/web.1111/e13753/sybase.htm#JDBCD390
... View more
08-14-2022
03:51 PM
1 Kudo
Hi @LorencH , I'm of the opinion that if security is a concern (as it should be for any deployment) you should never rely on the permissions that come within the tarball. Your deployment procedure, automated or not, should always extract the files and explicitly "chown" and "chmod" the appropriate files to set the desired ownership and permissions. I don't know of the reasons to eliminate the tarball, though. Cheers, André
... View more
08-02-2022
07:03 AM
1 Kudo
I've created a simple processor on my own => https://github.com/mbraunerDE/nifi-plugins/blob/4cd76e047af88e2ec84f51c883b40f74d1bb9ef0/nifi-mbrauner-plugins-processors/src/main/java/de/mbrauner/nifiplugins/processors/ListSFTPWithInput.java
... View more
07-27-2022
01:46 PM
1 Kudo
@shashikumar Although I do not recommend this, due to creating confusion, you certainly can symlink the file paths on any linux system. Just be sure the permissions are correct on the final new path, then create the symlink back to the old paths.
... View more
07-26-2022
08:18 AM
Thank you @steven-matison This is really helpful.. /\ And If you allow me, I have a different question regarding Nifi CaptureChangeMySQL.. the username in this processor, should be the one with highest privileges/ root user ? because it is not mentioned anywhere in the help section (https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-cdc-mysql-nar/1.5.0/org.apache.nifi.cdc.mysql.processors.CaptureChangeMySQL/ ) And when i provide a user credentials who has GRANT ALL PRIVILEGES ON *.* then it is able to access CDC bin logs But getting permission denied when trying to access with a user who has only read permissions on *.* Since the processor has nothing to do with write, i thought only read permissions were enough, but looks like its not the case.. Can you please throw some light in this regard..
... View more