dolphindb / DolphinDBPlugin

Apache License 2.0
49 stars 33 forks source link

load plugin error #13

Closed yuuuxt closed 1 year ago

yuuuxt commented 2 years ago

dolphindb: dolphindb/dolphindb:v2.00.7 plugin: downloaded from release200 branch

hbase plugin: successfully loaded (2nd time load notification: The module [hbase] is already in use.)

parquet plugin: Couldn't load the dynamic library [/dolphindb/etc/libPluginParquet.so]: /dolphindb/etc/libPluginParquet.so: undefined symbol: _ZN6Domain8addTableERKSsS1_RSt6vectorI10ColumnDescSaIS3_EERS2_IiSaIiEE

xgboost plugin: Couldn't load the dynamic library [/dolphindb/etc/libPluginXgboost.so]: libgomp.so.1: cannot open shared object file: No such file or directory

hzwale commented 1 year ago

I deployed a single node on centos7 and then loaded the plugin, and it worked。

loadPlugin("plugins/parquet/PluginParquet.txt");
(extractParquetSchema,loadParquet,loadParquetHdfs,loadParquetEx,parquetDS,saveParquet,saveParquetHdfs)
yuuuxt commented 1 year ago

could you provide more information, like what docker image you used?

if "deploy" means you are not using docker, it's very likely you can reproduce what I met using docker.

hzwale commented 1 year ago

I didn't use docker. I try deploying dolphindb with docker