Member since
03-01-2021
385
Posts
3
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
662 | 10-06-2023 06:36 AM | |
6664 | 06-22-2023 06:24 AM |
08-08-2024
03:42 AM
1 Kudo
@Brunno In ExecuteSQL , Query result will be converted to Avro format. Therefore , use the Convert Avro* or related processors to have the avro data converted to correct formatted file and then update to the target DB https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/2.0.0/org.apache.nifi.processors.standard.ExecuteSQL/index.html
... View more
10-06-2023
06:36 AM
1 Kudo
You can check this CDP API references docs . https://docs.cloudera.com/cdp-public-cloud/cloud/api/topics/mc-api-overview.html#mc-api-overview Specific to Datahub : https://cloudera.github.io/cdp-dev-docs/api-docs/datahub/index.html#_healthcheck If this answers your query, please accept this post as Solution.
... View more
06-22-2023
06:24 AM
spark.kryoserializer.buffer.max limit is fixed to 2GB . It cannot be extended. You can try to repartition() the dataframe in the spark code.
... View more