-
Notifications
You must be signed in to change notification settings - Fork 73
Added loading configuration from S3 #1
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
base: master
Are you sure you want to change the base?
Conversation
|
Anthony I saw the change. My suggestion will be to add S3 related code to the existing setConfiguration() method as below instead of a separate method. That way the job driver could call just one setConfiguration() method This how I would like to integrate the change. Let me know if there is any issue. You could send another pull request. Or I could directly change the code |
|
Pranab, I didn't add the setConfiguration(Configuration) method. That was the one used and ran into an exception because of reco.properties in S3. I noticed setConfiguration(Configuration, String) was similar but since we didn't see errors I didn't change that. On Nov 2, 2012, at 11:05 PM, Pranab Ghosh notifications@github.com wrote:
|
|
Anthony The method setConfiguration(Configuration) is deprecated. I will mark it so. Please add your code to the other setConfiguration() method as I suggested |
|
I have made the changes and based on pull request and my suggestion and committed the changes |
Hi Pranab, this is Anthony from Algorithms IO.
In order for the job to run in the Amazon MapReduce, we had to allow the configuration to be loaded from S3. Added the code and thought it would be a good thing to contribute.