-
Notifications
You must be signed in to change notification settings - Fork 55
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
Make indexer handle more RDD types #10
Comments
Hi, Is there any plan to make the project usable more as a library than a standalone job ? |
definitely agree with @drcrallen |
related branch: https://github.com/metamx/druid-spark-batch/compare/dataframes |
@drcrallen I would like to work on this. I think we can convert dataframe to smoosh format using this library. Although I was unable to figure out how would I let coordinator/overlord know that I have created smoosh files please pick it up, upload & update metadata. Any directions on that ? |
In general, it would be preferable if the RDD were passed as a parameter to the indexer, that way the indexing process can be separate from the initial formatting of the RDD and allow this code to be used as a library more easily.
The text was updated successfully, but these errors were encountered: