Skip to content

Commit

Permalink
looked over tickets for v0.4.3 release, updated CHANGES.txt accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
David Marin committed Mar 17, 2015
1 parent b216ae1 commit e624dc1
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,36 @@
v0.4.3, 2014-03-?? -- mostly cleanup and bugfixes
* jobs:
* exclude hadoop source jars from lookup (#861)
* MRStep's constructor treats kwarg=None same as not setting it (#970)
* parse_counters() and parse_output() are deprecated (#829)
* self.mr is deprecated in favor of MRStep (#815)
* runners:
* All runners:
* You can now set strict_protocols from mrjob.conf (#726)
* new --no-strict-protocols command-line option
* streaming output from closed runner shows a warning (#853)
* --job-name option lets you set a specific name for the job (#956)
* --job-name option lets you set a specific name for the job (#955)
* --export-job-name option exports the job name to the MRJOB_JOB_NAME
environment variable (#916)
* EMR:
* --check-input-paths and --no-check-input-paths options (#864)
* check buckets on S3 using validate=True only if boto >= 2.25.0 (#865)
* Handle space in output of hadoop job -list in terminate_idle_job_flows
script (#933)
* Job flows are visible to all IAM users by default (#930)
* --emr-api-params allows users to pass additional parameters to boto's
* skip (very slow) validation of s3 buckets if boto < 2.25.0 (#865)
* Fix for max_hours_idle bug that was terminating job flows early (#932)
* Job flows are visible to all IAM users by default (#922)
* --emr-api-param allows users to pass additional parameters to boto's
EMR API (#879)
* --no-emr-api-params to unset parameters being passed to EMR API (#879)
* Use apt-get and yum to bootstrap python packages on EMR AMIs (#863)
* Use TERMINATE_CLUSTER instead of TERMINATE_JOB_FLOW (#974)
* --no-emr-api-param to unset parameters being passed to EMR API (#879)
* Use yum, not apt-get to bootstrap python packages on 3.x EMR AMIs (#863)
* Use TERMINATE_CLUSTER instead of deprecated TERMINATE_JOB_FLOW (#974)
* Hadoop:
* exclude hadoop source jars when looking for streaming jar (#861)
* Fixed mkdir_on_hdfs for Hadoop version 2.x (#923)
* Fixed hadoop_bin on Windows (#843)
* Use pytest in tests (#898)
* collect-emr-active-stats tool collects stats on active job flows and
instance counts and prints it to stdout (#947)
* Inline
* fix for add_file_option() (#851)
* Use pytest to run tests (#898)
* collect-emr-active-stats subcommand (#947)
* Using xtrace flag to get more output during bootstrap (#943)
* Ensure logging from tools writes out properly (#901)
* Fixed log printouts for command line tools (#901)
* Fix to avoid interpreting windows paths as URIs (#880)
* Better error message when ssh keyfile is missing (#858)
* Update EMR tool ISO8601 parsing to be consistent with EMR runner (#869)
Expand Down

0 comments on commit e624dc1

Please sign in to comment.