Member since
02-27-2020
173
Posts
42
Kudos Received
48
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2413 | 11-29-2023 01:16 PM | |
| 2956 | 10-27-2023 04:29 PM | |
| 2416 | 07-07-2023 10:20 AM | |
| 4933 | 03-21-2023 08:35 AM | |
| 1671 | 01-25-2023 08:50 PM |
06-18-2021
11:12 AM
@Stefi , could you please provide an example of what one input record looks like and what you want the output CSV record to look like, and also what output you are getting right now? That will help us understand what the problem you are facing is.
... View more
06-18-2021
10:15 AM
Hi @Stefi , It could be as simple as setting the Include Trailing Delimiter parameter to False in your NiFi processor. Then NiFi should not include any delimiter at the end of each CSV record. See this documentation page for ConvertExcelToCSVProcessor. Hope this helps you out. Regards, Alex
... View more
06-17-2021
01:35 PM
Hi @drgenious , I believe this is possible by providing impala-shell with the following parameter: impala-shell -f /path/ --query_option='mem_limit=3gb' Let me know if that works. Regards, Alex
... View more
06-16-2021
10:13 AM
Hi @sakitha , What version of CDH/HDP/CDP are you using? If you are using Cloudera Manager (CM), please check the MirrorMaker parameter values for presence of any "}" characters. The error, as shown, indicates there is something wrong with Whitelist parameter or the like. Regards, Alex Akulov
... View more
06-15-2021
01:04 PM
2 Kudos
Hi Roshan, This is a good starting guide on Impala admission control management. Please review it first and see if you still have questions after. https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/impala-manage/topics/impala-admission.html Kind regards, Alex
... View more
06-15-2021
01:00 PM
1 Kudo
Ok, so now it's a "connection refused error". Can you try without --ssl option, since you said Impala is not enabled with TLS/SSL. Are you able to ping the IP of your impalad server from the host where you are running impala-shell?
... View more
06-14-2021
10:12 PM
1 Kudo
Hi @sass, To use sqoop, you will need to combine the two columns, your CREATED_ON column and UPDATED_ON column. Unfortunately, sqoop is only able to look at one timestamp column as the control for incremental load. As for the error you are getting, that is expected due to SQOOP-2986. The alternative strategy is to do a regular sqoop import (without hive-import) and provide --target-dir to scoop that coincides with the Hive table location. Hope this helps, Alex
... View more
06-14-2021
12:00 PM
1 Kudo
Hello Roshan, THe official documentation for using impala-shell to connect to impala is available here for your version of CDP: https://docs.cloudera.com/cdp-private-cloud-base/7.1.3/impala-manage/topics/impala-shell-connecting.html Note that the default port to connect to impalad is 21000 (not 27000). Please check which port you are using in your deployment (can be done by running netstat -tulpn | grep impalad on the host that's running impalad). Another thing to check if SSL is enabled on in Impala on your cluster, you'll need to use --ssl option when connecting via impala-shell. Regards, Alex
... View more
06-11-2021
08:54 AM
Would be helpful to know which version of CDH or CDP you are using.
... View more
06-11-2021
08:41 AM
1 Kudo
Update, as promised, NiFi on IBM Power System is not currently supported. The legacy HDF product does support it, so there is possibility to use NiFi. Worth a chat with your account team. If this answers all of your questions. Please accept answer as a solution. Regards, Alex
... View more