Member since
02-07-2019
2690
Posts
235
Kudos Received
30
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1088 | 04-15-2025 10:34 PM | |
3276 | 10-28-2024 12:37 AM | |
1409 | 09-04-2024 07:38 AM | |
3241 | 06-10-2024 10:24 PM | |
1374 | 02-01-2024 10:51 PM |
09-24-2025
08:11 PM
Hello Copying a parcel to a node and adding the node to the cluster does not mean Cloudera Manager will recognize that the parcel is already present and skip distribution. Cloudera Manager manages parcel distribution through its centralized management system. When a node is added to the cluster, Cloudera Manager will handle the parcel distribution process according to its internal procedures, ensuring that the correct and complete parcel metadata and components are properly configured and unpacked on the node. This process ensures consistency and reliability in the cluster configuration. Therefore, even if a parcel is manually copied to a node, Cloudera Manager is likely to still perform its distribution process for verification and consistency purposes. Copying the parcels to the nodes before adding them to the cluster is not the proper or suggested way to do it, therefore not supported. The recommended method would be to distribute the parcels by using the Wizard as usual as Cloudera supports the parcel distribution through the UI only. I hope this helps.
... View more
09-20-2025
09:15 AM
If "Infer Schema" isn't working this is likely a bug. Could you provide an example JSON and the error message that happens during schema inference?
... View more
09-19-2025
04:57 PM
wow great information you have there, i really love the manner in which you explained it well.
... View more
09-08-2025
09:01 PM
1 Kudo
Thank you for the response.
... View more
09-07-2025
11:04 PM
@lbourgeois, Did the response assist in resolving your query? If it did, please mark the relevant reply as the solution, as it will help others locate the answer more easily in the future.
... View more
09-07-2025
10:49 PM
@AEAT, Did the response assist in resolving your query? If it did, please mark the relevant reply as the solution, as it will help others locate the answer more easily in the future.
... View more
09-05-2025
05:16 AM
1 Kudo
@yoonli This thread is growing in to multiple queries that are not directly related. Please start a new community question so the information is easier for our community members to follow when they have similar issues. Thank you, Matt
... View more
09-01-2025
05:59 AM
Hello dear support team, I’m experiencing the same issue as the original poster and others in the thread. Could you please assist me in updating the email address associated with my account? Thank you very much !
... View more
08-28-2025
09:19 PM
@Pratibha123 ORA-12705 - This is the key error. The Oracle JDBC driver needs to set up a language and character set session with the Oracle database. To do this, it attempts to read NLS configuration data from files on the local filesystem of the machine where Sqoop is running. This error occurs because it cannot find or access those NLS data files, or the environment variable that points to them is invalid. ORA-00604: This is a cascading error. It means an internal, recursive SQL statement that Oracle runs during the connection/session setup failed, because the session setup itself was incomplete. References: https://docs.oracle.com/en/error-help/db/ora-12705/?r=23ai https://stackoverflow.com/questions/7700330/ora-12705-cannot-access-nls-data-files-or-invalid-environment https://docs.oracle.com/en/error-help/db/ora-00604/?r=23ai https://stackoverflow.com/questions/30478070/how-to-solve-sql-error-ora-00604-error-occurred-at-recursive-sql-level-1 "oracle.jdbc.NLS_LANG" Is not seems to be valid property. Can you export it before running the job and check? > export NLS_LANG="AMERICAN_AMERICA.AL32UTF8" Ensure libjars has the correct ojdbc8.jar and it's compatible with your Oracle DB version. Regards, Chethan YM
... View more
08-25-2025
09:18 PM
You did it! I changed my tracking strategy to "Tracking timestamps" and it now populated the "View State" window. Thank you very much for your assistance!
... View more