osmondy

Results 17 comments of osmondy

> 原因如下:https://blog.csdn.net/zhaofuqiangmycomm/article/details/88535690 在kafka-server-start.sh中开放jmx端口处增加-Djava.rmi.server.hostname参数可解决 > > ``` > export KAFKA_HEAP_OPTS="-Xms2G -Xmx2G -Djava.rmi.server.hostname=域名\ip" > export JMX_PORT="9999" > ``` 多谢,解决我的问题

> 这个 PR 可能解决了这个问题:#34146 已经合入 master、2.0、2.1. 可以试试最新版本吗? 谢谢! 使用了2.1.2最新版,已经可以了

请问这个问题是被解决了吗? 可以支持 Hive3.x 了吗?

MongoDB shell version v3.6.23 can work。(https://fastdl.mongodb.org/linux/mongodb-shell-linux-x86_64-rhel70-3.6.23.tgz) * Mongo Server:6.0.6 / 5.0.5

Thank you for your reply ! My hive version: 3.1.3 I use `JSON_TUPLE` without `LATERAL VIEW` successful 😂 , Maybe I should use official recommended grammar. ![image](https://github.com/reata/sqllineage/assets/29267453/53e66093-babd-4e98-b558-7d9b490fe74c)

> This is already supported in master branch via #501 @reata you mean the next version is ok?

> Yes, or you can install from master branch if you need it now. Hello, I have maked install from master, but it can't support `set hive.execution.engine=mr;` ```python # -*-...

v1 版本还支持数据源插件和视图插件,v2却没了