The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
"Cannot reserve JVM while holding global locks"
When using UDL, sometimes I meet "JVM while holding global locks". Why this happend?
Here is the SQL used:
create flex external table aim_track_20190210() as copy with source OssSource(path='oss://xxxxxxx20190210*') parser fjsonparser(flatten_maps=false, record_terminator=E'\n');
create table aim_track_test4 as select m1 from aim_track_20190210 limit 2000;
0