Member since
11-03-2021
3
Posts
2
Kudos Received
0
Solutions
10-24-2024
07:56 AM
1 Kudo
Hello, We have done this before but now we are trying to make a change on a table column and we are getting the follow error: Error while compiling statement: FAILED: Execution Error, return code 40013 from org.apache.hadoop.hive.ql.ddl.DDLTask. Unable to alter table. Cannot change stats state for a transactional table pro_con.dmcrp001_th_importe_consolidado_contrato without providing the transactional write state for verification (new write ID 327, valid write IDs null; current state null; new state {} The statement that we are executing is: alter table `pro_con`.`dmcrp001_th_importe_consolidado_contrato` change column `fecha_movimiento` `fecha_proceso_dia` timestamp comment 'Fecha de referencia de los datos.';
... View more
Labels:
- Labels:
-
Apache Hive
07-24-2024
12:16 AM
Hello @Saurabhatiyal, Is there a guide or some tips we can follow to tune Impala Admision Control? Thanks in advance,
... View more
07-23-2024
04:41 AM
1 Kudo
Hi, I’m experiencing an issue when multiple queries are executed simultaneously. When I run the query by itself, it succeeds. However, when multiple queries run concurrently, I encounter problems. Does anyone know how I should configure Impala to avoid this issue? I’ve attached the profile of the failed query. My mem_limit is set to 60GB for 5 workers and 90GB for the other 8. Thanks,
... View more
Labels: