We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202c731 commit 927aadeCopy full SHA for 927aade
schema/update-schema_2.8.2.10_to_3.2.0.0.sql
@@ -86,3 +86,7 @@ ALTER TABLE hdfs_retry_cache_entry DROP PRIMARY KEY;
86
ALTER TABLE hdfs_retry_cache_entry ADD PRIMARY KEY (`client_id`,`call_id`,`epoch`) PARTITION BY KEY (`epoch`);
87
88
insert into hdfs_variables (id, value) select 39, 0x0000000000000000 where (select count(*) from hdfs_variables)>0;
89
+
90
+TRUNCATE TABLE hdfs_le_descriptors;
91
92
+TRUNCATE TABLE yarn_le_descriptors;
0 commit comments