Chen Dai

Results 124 comments of Chen Dai

@longzhendong @iamazy 可以看看这,提供另一个选择:https://github.com/NLPchina/elasticsearch-sql/issues/1006#issuecomment-558347934

大家好! 我是AWS的OpenDistro SQL开发者,借这个机会给大家提供另一个选择。我们的SQL项目一直在积极开发中,在AWS有专门的开发小组维护。因为我们的代码库是基于ES-SQL的,尽管一年来我们做了很大改动,我们仍保持了对ES-SQL绝大部分功能的兼容。此外我们提供了很多新功能,并且在不断支持最新的Elasticsearch版本。具体OpenDistro SQL与NLPchina ES-SQL的关系,请参看[这里](https://github.com/opendistro-for-elasticsearch/sql/blob/master/docs/attributions.md)。我们项目组还在不断壮大,未来还规划了很多新东西。如有任何疑问,欢迎给我们提Issue,中文英文皆可。谢谢! 项目主页:https://opendistro.github.io/for-elasticsearch JDBC代码库:https://github.com/opendistro-for-elasticsearch/sql-jdbc Plugin代码库:https://github.com/opendistro-for-elasticsearch/sql 论坛:https://discuss.opendistrocommunity.dev

@german23 I suppose it should work in ES-SQL. Not sure what happened in your case. Anyway you can try out my project https://github.com/opendistro-for-elasticsearch/sql which I believe has the support.

Hi @german23 Yes, you can either install our plugin just as other normal plugin or build the zip file from source and unzip it to es/plugins folder directly. Here is...

@junbao520 https://github.com/NLPchina/elasticsearch-sql/issues/1006#issuecomment-554754589

> > @junbao520 [#1006 (comment)](https://github.com/NLPchina/elasticsearch-sql/issues/1006#issuecomment-554754589) > > 谢谢,有详细的安装配置文档么? 因为NLPchina不再维护了,所以这个路径冲突应该不会解决了。你可以试一下我正在做的https://github.com/opendistro-for-elasticsearch/sql 这是我之前发的声明:https://github.com/NLPchina/elasticsearch-sql/issues/1006#issuecomment-558347934

> 好的! 我试试 您这个项目! 有不明白的在请教您!  > […](#) > ------------------ 原始邮件 ------------------ 发件人: "Chen Dai"

有的,我们提供了不同的分发包,你可以直接下载:https://opendistro.github.io/for-elasticsearch/downloads.html 和 https://opendistro.github.io/for-elasticsearch-docs/docs/install/plugins/#sql 再有问题欢迎给我们开Issue。

@imback82 Did you figure out the solution? I'm having same error even if the DataFrame is created from tableName directly. I'm using latest code with Spark 3.1.2.

Is this issue already fixed in the PR above? I can see the index name (without v__=?) in Indexes Used section.