-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doubts on foxtrot APIs and internal architecture #259
Comments
There are actually a whole bunch of things that are not yet documented. For example:
Fell free to close the issue if your queries have been answered. |
Thanks. That pretty much answers most of the doubts. Will reopen this if required. |
@santanusinha I have patched foxtrot in my local to support below functionalities: Let me know if there are any issues supporting these above features. If not, I will raise a pull request to review. |
Send the pr. We can look into it, if it is consistent with rest of the
actions. Make sure tests are passing.
Regards,
SS
…On Mon, Sep 23, 2019, 23:35 Suman ***@***.***> wrote:
Reopened #259 <#259>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#259?email_source=notifications&email_token=AAME5Z2H2LFO2APBAHMQBITQLEAQFA5CNFSM4HTRQBL2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOTZDBMAA#event-2655393280>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAME5Z7ECFX7GBNYT4BBOVLQLEAQFANCNFSM4HTRQBLQ>
.
|
I started using foxtrot from last few days. Wanted to understand more about it. I am running it locally.
We have some concerns/doubts about the same:
If yes, how? Right now document with same id and same timestamp gets updated as the row key is designed with that combination. But document with the same id and different/no timestamp creates a new entry(row key).
Data inserted is:
ES output:
Is there anything I am missing here?
This makes it difficult to get the actual ES document using ES APIs.
Ex: Table created with seggregatedBackend=true and ttl=3 and forceCreate=true is having TTL as forever in hbase.
As per the documentation, it says
Nested data type: https://www.elastic.co/guide/en/elasticsearch/reference/7.1/nested.html
Nested Query: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-nested-query.html
Does every query always contact hbase to get the recent data as well or is it directly served from ES?
If yes, can you please update it in the wiki.
@santanusinha @r0goyal
Thanks
The text was updated successfully, but these errors were encountered: