Start ES in ElasticsearchQueryRunner.main#3322
Start ES in ElasticsearchQueryRunner.main#3322findepi wants to merge 1 commit intotrinodb:masterfrom
Conversation
Otherwise main() obviously fails.
|
Not if you’re running ES externally... It’s intentional that main() doesn’t start it. |
|
This makes this class usable for everyone, and consistent with Support for localhost:9200 ES should be an opt-in. |
Consistency was never a goal. Being able to quickly develop and test changes to the ES connector is.
That's precisely what I wanted to avoid when rewrote the connector -- carrying a set of changes as I'm developing just to be able to connect to a separate instance gets cumbersome and painful quickly.
It most definitely is. TPC-H is woefully inadequate to be able to develop and test everything ES and the connector needs to be able to do. You need to load custom data, call ES APIs, etc. |
|
@martint i am closign this can you tell me how should i use this |
I will do that. I'm also ok with adding a switch -- I just don't want to have to modify code every time I'm testing something. |
Otherwise main() obviously fails.