-
Notifications
You must be signed in to change notification settings - Fork 171
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
Custom Writers (CSV, JSON, SQL, XML, etc) #213
Comments
@mauricio1990silva how is this going? Please feel free to send a PR. |
As a thought, I propose looking at webhdfs and writing an output stream wrapper to it. |
@mauricio1990silva, @bryantrobbins and Andriy is looking at this. |
Discussed this today, and decided to add an interface like this to dg-commons: interface DataWriter< T >: For example, the current DefaultWriter: DefaultWriter implements DataWriter<Map<String, String>>: void writeOutput(Map< String, String > data): |
Andriy and @mauricio1990silva were looking into this. Are we still on track with getting this into dg-commons by the end of the year? |
@mauricio1990silva is it reasonable to assume that this will not happen before the end of the month ? I just want to plan for what features are going in Dec 15th |
I have done the code, I just need to correct a feww things, but sure this
|
@mauricio1990silva any updates on that ? |
@mauricio1990silva can you please send a PR if we're changing code ? |
DataGen should be able at least to export the final output as CSV, JSON, SQL, XML, etc, chosen by the user
The text was updated successfully, but these errors were encountered: