summaryrefslogtreecommitdiff
path: root/boto/emr
Commit message (Expand)AuthorAgeFilesLines
* Add test for EMR step config, fix bugDaniel G. Taylor2014-07-291-1/+1
* Fix parsing of EMR step summary response.Daniel G. Taylor2014-07-281-0/+4
* Added support for creating EMR clusters with a ServiceRoleDennis2014-07-101-1/+9
* emr module: add backward-compatible support for Python 3.3+Felix Yan2014-07-103-4/+8
* Be consistent about relative importsDaniel G. Taylor2014-06-271-3/+3
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-272-17/+18
* Merge pull request #2034 from pasc/describe_cluster_bugfixDaniel G. Taylor2014-02-041-1/+2
|\
| * Fixed EMR's describe_cluster_commandPascal Hakim2014-01-261-1/+2
* | Finished integrating the endpoints changes.Daniel Lindsley2014-01-281-29/+2
|/
* Merge remote-tracking branch 'webfanatic/develop' into emr_step_summaryPascal Hakim2014-01-221-1/+1
|\
| * Return the StepSummaryList from this callEric Estabrooks2013-12-231-1/+1
* | Support for multiple credential profiles.Zachary Musgrave2014-01-091-2/+3
* | Merge branch 'switch-to-super' into developDaniel Lindsley2013-12-232-6/+6
|\ \ | |/ |/|
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-232-6/+6
* | Added ``cn-north-1`` to the regions.Daniel Lindsley2013-12-201-0/+3
|/
* Add tags to EMR cluster object, implement remove tags call, add a test for re...Daniel G. Taylor2013-12-182-3/+32
* Add AddTags support for EMR connections.Tiago Alves Macambira2013-12-171-0/+32
* Modify EMR add_jobflow_steps to return a JobFlowStepList with a list of step ...Daniel G. Taylor2013-11-012-1/+19
* Merge pull request #1836 from danielgtaylor/emr-updateDaniel G. Taylor2013-10-312-3/+429
|\
| * Add support for new EMR APIsDaniel G. Taylor2013-10-312-3/+429
* | Fixing region endpoints for EMR to accomodate this bug (http://bugs.python.or...Mitch Garnaat2013-10-302-7/+15
|/
* Moved EMR to SigV4.Daniel Lindsley2013-08-122-8/+8
* don't require the price to be a string, and then report 'must be specified' i...Charlie Schluting2013-07-231-2/+2
* Fixed up sphinx warnings in emr inline docsPascal Hakim2013-02-021-1/+1
* Add job_flow_role param to run_jobflowJames Saryerwinnie2013-01-251-1/+11
* Add visible_to_all_users to run_jobflow methodJames Saryerwinnie2013-01-251-1/+17
* Add support for jobflow visibilityJeremy Katz2012-12-112-0/+19
* Add Sydney region for connect_to_* functionsJames Saryerwinnie2012-11-121-0/+3
* Changing --hive-script to --run-hive-script. Fixes #1071.Mitch Garnaat2012-10-221-13/+25
* Merge branch 'ssl_cert_verification' into developMitch Garnaat2012-09-192-3/+44
|\
| * Updating all connection classes to handle validate_certs parameter.Mitch Garnaat2012-09-051-2/+3
| * WIP: This should be a complete set of changes to enable testing of cert verif...Mitch Garnaat2012-09-051-3/+4
| * WIP commit. Changing default behavior, updating endpoints to match commonNam...Mitch Garnaat2012-09-041-6/+6
| * WIP commit.Mitch Garnaat2012-08-232-1/+40
* | Added support for Hive installation and stepsPedro Figueiredo2012-08-241-0/+37
|/
* Replace type() comparisons with isinstance()Garrett Holmstrom2012-06-081-7/+7
* Add security_token parameter to more constructors. Fixes #792.Mitch Garnaat2012-06-041-34/+33
* Add EMR steps for installing Pig and running Pig scripts.bsimpson632012-05-101-0/+39
* made log_uri parameter optional in run_jobflow()Kyle Mulka2012-03-281-2/+3
* Removed default Hadoop version. Updated docstring.blinsay2012-03-111-8/+2
* Updated AMI version to 'None'blinsay2012-03-091-1/+1
* Changed the default ami_version to "latest"blinsay2012-03-071-1/+1
* Tests need to be in the source distro but shouldn't be installed. Also, move...Mitch Garnaat2012-02-281-373/+0
* Fixing Sphinx warnings and errors.Greg Taylor2012-01-191-1/+1
* Merge branch 'master' of github.com:boto/boto into explicit_emr_api_paramsDavid Marin2011-12-292-6/+20
|\
| * maintain compatibility with previous versions of botoDavid Marin2011-12-131-1/+11
| * don't default ami_version to "latest"David Marin2011-12-131-2/+4
| * read AmiVersion from job flow descriptionsDavid Marin2011-12-131-0/+1
| * make it possible not to send AmiVersion/HadoopVersion to the EMR AMI. Default...David Marin2011-12-131-5/+6
* | add/override EMR API parameters set by run_jobflow()David Marin2011-12-131-2/+16
|/