Member since
02-27-2020
173
Posts
42
Kudos Received
48
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1090 | 11-29-2023 01:16 PM | |
1172 | 10-27-2023 04:29 PM | |
1156 | 07-07-2023 10:20 AM | |
2518 | 03-21-2023 08:35 AM | |
922 | 01-25-2023 08:50 PM |
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
09:55 PM
You are not doing anything wrong. These are warnings, not necessarily errors. Please see this discussion for how to get rid of them, if that's what you are aiming for: https://community.cloudera.com/t5/Support-Questions/Hive-CLI-session-warnings/td-p/242988
... 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:50 AM
This error indicates that impalad daemon was not able to secure a processing thread on the node. Could be because the node is struggling under heavy load. What services are running in parallel with Impala on this host? What is the hardware configuration? What is the CPU utilization on the host?
... 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
06-09-2021
01:18 PM
1 Kudo
Hi @subrkann Short answer is this: Spark (including Streaming) on IBM PowerPC Yes. Part of CDP Base cluster. Sqoop on IBM PowerPC. Yes. Part of CDP Base cluster. Impala on IBM PowerPC. Not supported. NiFi on IBM PowerPC (will get back to you on this) Also CDP 7.1.6 runtime also includes Power Systems support. All future releases will too. The 7.1.4 release is when the support was first added to the product. Hope that helps, Alex
... View more
06-09-2021
09:17 AM
Were you able to have Hive clean up the obsolete files? Just checking in.
... View more