Member since
06-26-2015
515
Posts
138
Kudos Received
114
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2271 | 09-20-2022 03:33 PM | |
| 6048 | 09-19-2022 04:47 PM | |
| 3259 | 09-11-2022 05:01 PM | |
| 3734 | 09-06-2022 02:23 PM | |
| 5822 | 09-06-2022 04:30 AM |
03-21-2022
03:05 PM
1 Kudo
@BerniHacker , I noticed that your JDBC URL starts with "jdbc:postgres:". The correct is "jdbc:postgresql:". Could you please make this change and try again? Cheers, André -- Was your question answered? Please take some time to click on "Accept as Solution" below this post. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-21-2022
02:54 PM
1 Kudo
@pandu2022 , Where did you configure the customized service name for Impala? Did you configure this since Impala was installed or was it initially using the default name and you later changed it? Cheers, André
... View more
03-21-2022
02:50 PM
@AguniCat , Please try restarting the agent with the command below and then try again. systemctl restart cloudera-scm-agent If it fails again, please share the agent log here (using pastebin): /var/log/cloudera-scm-agent/cloudera-scm-agent.log Cheers, André -- Was your question answered? Please take some time to click on "Accept as Solution" below this post. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-17-2022
06:15 PM
Hi @AguniCat , Could you please provide the full stdout and stderr outputs? André
... View more
03-17-2022
02:33 PM
1 Kudo
Hi @Tra , When you start NiFi in cluster mode (no-standalone), besides configuring ZooKeeper properties in nifi.properties you also need to configure it for State Management in the conf/state-management.xml file. Make sure your zk-provider in that file looks like the example below: <cluster-provider>
<id>zk-provider</id>
<class>org.apache.nifi.controller.state.providers.zookeeper.ZooKeeperStateProvider</class>
<property name="Connect String">nifi-inf-02:2181,nifi-inf-03:2181</property>
<property name="Root Node">/nifi</property>
<property name="Session Timeout">10 seconds</property>
<property name="Access Control">Open</property>
</cluster-provider> Cheers, André -- Was your question answered? Please take some time to click on "Accept as Solution" below this post. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-17-2022
06:36 AM
@Ankit88 , For a Java application you need to add the following Kafka property to your producer/consumer configuration: sasl.jaas.config=com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true keyTab="./myuser.keytab" principal="myuser@XYZ.SITE"; Where myuser.keytab is your user's Kerberos keytab. Cheers, André
... View more
03-15-2022
11:59 PM
@Nikky , Could you please explain what you need in more details? Could you give us an example? Cheers, André
... View more
03-15-2022
11:48 PM
Hi, @abvincita , Please ignore my last post. I did a quick test using dynamic properties arguments and confirmed that it works well, regardless of the content of the attributes. Please give this a try: André -- Was your question answered? Please take some time to click on "Accept as Solution" below this post. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-15-2022
11:21 PM
@abvincita , Yes, if ERROR_DETAIL has double-quotes in it, it will have adverse effects. Does it have single-quotes too? If not, you can try using: '${ERROR_DETAIL}'~'${ERROR_CODE}' Cheers, André -- Was your question answered? Please take some time to click on "Accept as Solution" below this post. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-15-2022
02:58 PM
1 Kudo
@JohnnyC , No worries. For the very latest update of the latest product you do need subscription. But there's a trial available for a reasonably new version of CDP 7.1.7: https://www.cloudera.com/downloads/cdp-private-cloud-trial.html Regards, André -- Was your question answered? Please take some time to click on "Accept as Solution" below this post. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more