You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/10/15 10:24:10 UTC

[GitHub] [incubator-superset] chen-ABC opened a new issue #11288: elasticSearch query error

chen-ABC opened a new issue #11288:
URL: https://github.com/apache/incubator-superset/issues/11288


   A clear and concise description of what the bug is.
   ![image](https://user-images.githubusercontent.com/30097790/96110904-18cfd100-0f13-11eb-923c-0bb92990713b.png)
   error log:
   ![image](https://user-images.githubusercontent.com/30097790/96110977-2f762800-0f13-11eb-9321-94de0eaadf8e.png)
   
   How should I connect es correctly?
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `0.37.0`
   - python version: `3.7.9`
   - node.js version: `12.18.3`
   - npm version: `6.14.6`
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] nytai commented on issue #11288: elasticSearch query error

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #11288:
URL: https://github.com/apache/incubator-superset/issues/11288#issuecomment-709673353


   @chen-ABC I think you can only use Elasticsearch >= 7 as anything lower lacks sql support


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] junlincc commented on issue #11288: elasticSearch query error

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #11288:
URL: https://github.com/apache/incubator-superset/issues/11288#issuecomment-709765191


   thank you both @zhaoyongjie and @nytai. closing issue for now. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] junlincc closed issue #11288: elasticSearch query error

Posted by GitBox <gi...@apache.org>.
junlincc closed issue #11288:
URL: https://github.com/apache/incubator-superset/issues/11288


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #11288: elasticSearch query error

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #11288:
URL: https://github.com/apache/incubator-superset/issues/11288#issuecomment-709105968


   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.64. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] junlincc commented on issue #11288: elasticSearch query error

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #11288:
URL: https://github.com/apache/incubator-superset/issues/11288#issuecomment-709423602


   @zhaoyongjie 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] nytai edited a comment on issue #11288: elasticSearch query error

Posted by GitBox <gi...@apache.org>.
nytai edited a comment on issue #11288:
URL: https://github.com/apache/incubator-superset/issues/11288#issuecomment-709673353


   @chen-ABC I think you can only use Elasticsearch >= 7 as anything lower lacks sql support. You need to upgrade your elasticsearch cluster 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] zhaoyongjie commented on issue #11288: elasticSearch query error

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on issue #11288:
URL: https://github.com/apache/incubator-superset/issues/11288#issuecomment-709426210


   hi @chen-ABC , this seems like ES drivers error. would you tell me **1)** which ES driver you use and **2)** SQLAlchemy ES driver version ?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] zhaoyongjie edited a comment on issue #11288: elasticSearch query error

Posted by GitBox <gi...@apache.org>.
zhaoyongjie edited a comment on issue #11288:
URL: https://github.com/apache/incubator-superset/issues/11288#issuecomment-709426210


   hi @chen-ABC , this seems like ES drivers error. would you tell me **1)** which ES driver you use and **2)** SQLAlchemy ES driver version ?
   
   if using https://github.com/preset-io/elasticsearch-dbapi . this dirver only support Elasticsearch 7.X versions.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] chen-ABC commented on issue #11288: elasticSearch query error

Posted by GitBox <gi...@apache.org>.
chen-ABC commented on issue #11288:
URL: https://github.com/apache/incubator-superset/issues/11288#issuecomment-709670118


   hi @zhaoyongjie   I'm using  elasticsearch-dbapi 0.1.2,   and  my Elasticsearch is 6.7 versions
   this dirver only support Elasticsearch 7.X versions.  What driver should I use to connect?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org