Skip to content
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

[Do not merge] Appenderator stuff #1907

Closed
wants to merge 7 commits into from
Closed

Conversation

gianm
Copy link
Contributor

@gianm gianm commented Nov 4, 2015

stuff related to #1642 -- PR for discussion, not yet suitable for merging. based off of #1896, as this PR depends on that one.

@gianm gianm added the Discuss label Nov 4, 2015
@gianm gianm force-pushed the appenderator branch 2 times, most recently from ca4e732 to 54d628d Compare November 4, 2015 03:01
@@ -67,6 +73,8 @@ public static MetadataStorageTablesConfig fromBase(String base)
@JsonCreator
public MetadataStorageTablesConfig(
@JsonProperty("base") String base,
@JsonProperty("dataSource") String dataSourceTable,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This list is getting kind of silly... we may want to consider a better way of handling this.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

((not intended to be a blocker here))

@himanshug
Copy link
Contributor

thanks, this clarifies some of the doubts I had while reviewing #1896

@gianm gianm force-pushed the appenderator branch 3 times, most recently from ff7c917 to af54ed0 Compare November 15, 2015 20:20
@gianm gianm force-pushed the appenderator branch 3 times, most recently from 1e9f934 to 0e49b67 Compare November 24, 2015 16:38
Appenderators are a way of getting more control over the ingestion process
than a Plumber allows. The idea is that existing Plumbers could be implemented
using Appenderators, but you could also implement things that Plumbers can't do.

Also:
- RealtimeTuningConfig: Default basePersistDirectory now different per instance.
- Sink: Ability to consider itself "finished" vs "still writable".
This is for push-based externally-coordinated ingestion, tranquility-style.
@gianm
Copy link
Contributor Author

gianm commented Jan 7, 2016

superseded by #2220

@gianm gianm deleted the appenderator branch January 7, 2016 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants