Kim
Kim
公司:/ 网址:/ 地点:中国杭州 联系方式:[email protected] 场景:个人学习
> 你的impala查询出现了什么问题?上万张表所占用的空间远远达不到longtext的容量限制。 容量还好,就是所有表的元数据都放到一个JSON里面,会导致更新元数据时:必须等待要获取完全部库的元数据时,才能更新到`source_schemas `。这样如果,表很多,整个过程比较长,几十分钟或者更长。
Compiling on master: ``` Could not find artifact io.confluent:kafka-schema-registry-client:pom:5.5.2 in aliyunmaven (https://maven.aliyun.com/repository/public) ```
You should use ```createChatCompletion()```.
> @HendSame can send me example please Refer to the API documentation: https://platform.openai.com/docs/api-reference/chat/create Code example: ``` String token = System.getenv("OPENAI_TOKEN"); OpenAiService service = new OpenAiService(token); List chatMessageList = new ArrayList();...
> It looks like this has not been pushed to maven repo yet. Yes, current version(0.19.0) is required. You can package it by yourself.
Your job mode is `batch`? Try run it use `STREAMING`: ``` env { .... job.mode = "STREAMING" .... ```
@fyzn12 Which seaTunnel version did you use ?
@fyzn12 I have reappeared.  You can temporarily put the related packages of `org.slf4j:jul-to-slf4j:1.7.25` into flink/lib or seatunnel/lib and try again
@hailin0 Received, I will submit a pr to solve it.