LitteCandy0511
LitteCandy0511
@yihua @danny0405 could help ?
@yihua yes , thanks for your reply ` public static HoodieWriteConfig buildCfg(String tablePath, String tableSchema, String tableName) { return HoodieWriteConfig.newBuilder().withPath(tablePath) .withSchema(tableSchema) .withFileSystemViewConfig(FileSystemViewStorageConfig.newBuilder() .withStorageType(FileSystemViewStorageType.MEMORY) .build()) .withEmbeddedTimelineServerEnabled(false) .withAutoCommit(true) .withWriteConcurrencyMode(WriteConcurrencyMode.SINGLE_WRITER) .withMarkersType(MarkerType.DIRECT.toString()) .withEngineType(EngineType.JAVA) .forTable(tableName)...
@yihua i am trying to develop a hudi writer plugin into DATAX, but i found that java client have some performance issue, besides the above one issue, do you have...
目前开源社区没有集成 hive读写驱动, 尚不支持直读hive
ok, i will review it later
> > ok, i will review it later > > thxs,If you find any problems, I can make changes at any time Can you reply to the comment and make...
@yqzdy1207 Currently datax does not support paimon reader plugin, are you willing to contribute a pr?
please merge master