10000 Make the --hadoop-home command line option work by alejandro-rivera · Pull Request #1037 · Yelp/mrjob · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Make the --hadoop-home command line option work #1037

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

Conversation

alejandro-rivera
Copy link
Contributor

The --hadoop-home command line option was not working for me (using v0.4.4).

A simple fix to mrjob/options.py did the trick.

Best regards!

< 8000 a href="/Yelp/mrjob/pull/1037/commits/62ab1643d99feac1d92856a9cc15e73ad92452f5" class="Link--secondary">62ab164
@coyotemarin coyotemarin added the Bug label Jun 6, 2015
@coyotemarin coyotemarin added this to the v0.4.5 milestone Jun 6, 2015
@coyotemarin
Copy link
Collaborator

Oh, good grief, thanks for catching this! Going to merge this by way of the v0.4.x branch.

@coyotemarin
Copy link
Collaborator

Cherry-picked this into v0.4.x and master. Thanks!

coyotemarin pushed a commit to coyotemarin/mrjob that referenced this pull request Aug 6, 2015
…-v0.4.5

DescribeJobFlows begone
 * boto>=2.6.0 is required (used to be 2.2.0)
 * runners:
   * EMR:
     * moved off deprecated DescribeJobFlows API (Yelp#876)
       * time-to-end-of-hour now uses creation time, not "start" time
     * aws_security_token for temporary credentials (Yelp#1003)
     * Use AWS managed policies when creating IAM objects (Yelp#1026)
     * Fall back to default role/instance profile when no IAM access (Yelp#1008)
     * added emr_tags option (Yelp#1058)
     * added get_ami_version() method
     * hadoop_version option no longer has any effect (Yelp#1017)
   * Hadoop:
     * --hadoop-home switch now works (Yelp#1037)
 * EMR tools:
   * added switches for AWS connection options etc. (Yelp#1087)
   * mrboss is available from command line tool: mrjob boss [args]
   * terminate_idle_job_flows:
     * less prone to race condition (Yelp#910)
     * prints results to stdout in dry_run mode (Yelp#1102)
     * job flows stuck in STARTING state no longer considered idle
   * report_long_jobs reports job flows stuck in STARTING state
   * collect_emr_stats and job_flow_pool are deprecated
 * more efficient decoding of bz2 files
 * mrjob.retry.RetryWrapper raises exception when out of tries (Yelp#1093)

Conflicts:
	mrjob/__init__.py
	mrjob/launch.py
	mrjob/options.py
	tests/mockboto.py
	tests/test_emr.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0