Member since
09-30-2021
20
Posts
0
Kudos Received
0
Solutions
07-31-2024
07:41 AM
Thanks a lot Matt for the answer.
... View more
10-14-2021
02:32 PM
can you share the jolt script so I can take a look?
... View more
10-12-2021
07:24 AM
1 Kudo
@CodeLa Giving detailed responses on such a use case would be very difficult in the community. This would take considerable effort and time and would require you to provide a lot more detail to include sample source json files, schemas, etc... Cloudera offers professional services for its customers to help them with their use case solutions. If you have a support contract with Cloudera, please reach out to your account owner about this service. At a very high level, I would suggest you take a look at the PutDatabaseRecord processor and perhaps configure it to use one of the json readers: JsonPathReader JsonTreeReader The processor would also need a DBCPConnectionPool for connecting to your MySQL DB. If you found this response assisted with your query, please take a moment to login and click on "Accept as Solution" below this post. Thank you, Matt
... View more
10-06-2021
12:53 PM
Hi Matt, Thank you for your suggestion I've recovered it by using flow.xml.gz file.
... View more
10-06-2021
06:02 AM
1 Kudo
@CodeLa It is difficult for me to help determine issue in your dataflows without your complete dataflow. My guess is somewhere in the process of splitting your xml files the structure has change in such a way that the Java regex I provided no longer matches.
... View more