Simon Cheung

Results 20 comments of Simon Cheung

> Looks like this is a bug. > > we can update AbstractCacheNotifier: > > ``` > event.checkArgs(String.class, HugeType.class); > => > event.checkArgs(String.class, HugeType.class, Object.class); > ``` > > https://github.com/apache/incubator-hugegraph/blob/6861f12662aa0e5ffada9cbdfb0bc8af1b38a23e/hugegraph-core/src/main/java/com/baidu/hugegraph/StandardHugeGraph.java#L1566...

> 如果使用hbase后端搭建集群,也需要启用rpc族配置项,具体配置可参考:[#1760 (comment)](https://github.com/apache/incubator-hugegraph/issues/1760#issuecomment-1042863992) 关于 hbase 后端 + 多 hg-server 的部署方式我也有个疑问,在 server-1 创建的图,server-2 无法查询到,需要在 server-2 也创建该图后才能查询到,这是正常的吗还是bug?

@2867021781 HBase 正常,可否分享一下 `rest-server.properties` 的配置?

These Plugins have been done. `spark:file-sink、file-source、transform-split、transform-sql` `flink:file-sink、file-source、transform-split、transform-sql`

- [百度图数据库实践.pdf](https://github.com/apache/incubator-hugegraph-doc/files/11292012/DTCC-.pdf) - [虎牙基于图数据库的应用元数据平台实践.pdf](https://github.com/apache/incubator-hugegraph-doc/files/11292013/DTCC-.-.pdf) - [HugeGraph 应用案例与存储原理.pdf](https://github.com/apache/incubator-hugegraph-doc/files/11292014/DTCC-HugeGraph.pdf) - [HugeGraph大规模并行图计算实践与架构.pdf](https://github.com/apache/incubator-hugegraph-doc/files/11292015/DTCC-HugeGraph.pdf)

> Hi, @imbajin, can this newest article: [mp.weixin.qq.com/s/MOl6FghQ3c-uYbztAaYbHg](https://mp.weixin.qq.com/s/MOl6FghQ3c-uYbztAaYbHg) be added too? But I didn't find any relevant review videos except: [shangzhibo.tv/watch/10996632](https://shangzhibo.tv/watch/10996632). @liuxiaocs7 of course. I can't find videos too, i'll...

> 我们开发了一个封装了RESTful API的Python包,支持Python2/3。欢迎联系与使用。不知道怎么样可以贡献出来。 @shangrilaxie Great feature, welcome to contribute! The contribution process can refer to: https://hugegraph.apache.org/docs/contribution-guidelines/contribute/ If you need any help, you can contact me by WeChat: `shirnig`

How is it going ,in my opinion it's better to be compatible with both spark2 and spark3,spark version can be passed in maven as a parameter,and I can take some...

hi @zpw-123 , is it still in progress?

Hi @rewangz , I think you can first commit your code according to your own mind. During the code review, the reviewers will provide more reasonable suggestions and then you...