Member since
11-01-2021
3
Posts
0
Kudos Received
0
Solutions
10-27-2022
07:38 AM
Running some tests. I find that when I make requests with few records, the processor works fine. But when I sent all the data that I require it shows the error shared above. Is there any parameter that I can modify the number of records/data in the request? Thanks
... View more
10-26-2022
08:48 AM
Hi everyone, I'm geting the next error in NiFi: InvokeHTTP[] Routing to Failure due to exception: IOException thrown from InvokeHTTP[]: IOException -> okhttp3.internal.http2.StreamResetException: stream was reset: NO_ERROR: org.apache.nifi.processor.exception.ProcessException: IOException thrown from InvokeHTTP[]: okhttp3.internal.http2.StreamResetException: stream was reset: NO_ERROR I already teste it in Postman and works fine! Any help to try to fix it? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
01-26-2022
11:45 AM
I'm trying to insert data into a partitioned table. However, after some data inserted successfully, arise an exception: The partitioned field is a date format (2021-01-26). Even more, the error change in some cases: E.g. for some data the Exception is: Error while compiling statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. Exception when loading 334 partitions in table data_wview_release with loadPath=hdfs://haprod/warehouse/tablespace/managed/hive/datam.db/data_w And for other data the Exception is: Error while compiling statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. Exception updating metastore for acid table datam.data_autorizaciones_wview_release with partitions [data_wview_release(fc_dia=2021-06-24), data_wview_release(fc_dia=2021-06-14), Any idea how to fix it? Thanks
... View more
Labels:
- Labels:
-
Apache Hive
-
HDFS