-
Notifications
You must be signed in to change notification settings - Fork 42
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
Hadoop state non-functional #83
Comments
@gregory-marton question for you :) |
Sounds like you've done some investigation already. Can you share the details? In what way did it not work, which settings did you find, etc.? |
Oh, I thought it was intentional. Line 27 in d7765df
There appears to not be a crosscat.settings since v0.1.25 |
I'm actually not sure of the history. I came onboard around v0.1.40, and this was not on my radar. @kadwanev, pull requests are always welcome! |
Nobody has touched the Hadoop code in years, and it apparently requires various moving parts that were customized for one developer's setup years ago, with some private network layout and Amazon S3 account and local Hadoop installation &c. I expect it would be easier to start from scratch than to try to revive what's there. |
Given that context, I expect the appropriate "fix" would be to remove HadoopEngine. @kadwanev, if you want to take this on instead, we would absolutely welcome it. If interested, let me know a time frame to check back with you? |
Understood. Thanks for the responses. Just want to ask: I ask this because the only reducer reference I see is /bin/cat, which leads me to question if it collected results back into a single response. I want to know if the current implementation is a good starting point or not. |
There is no 'reduce' step because Crosscat's job is just to apply a transition operator to each of a number of independent states -- it's all 'map', and it is embarrassingly parallelizable, so any parallelism you throw at it should stick, no matter how trivial. The MultiprocessingEngine is just LocalEngine with Python |
Thanks. That definitely answers my question. I'll be looking to contribute some code as soon as possible. |
It looks like the HadoopEngine isn't currently in an executable state. There are references to settings that have been removed fairly recently. Is the implementation here something that could be made to work?
The text was updated successfully, but these errors were encountered: