Skip to content
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

adding the ability to define a local_output_dir so one can use hadoop cl... #109

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

jassinm
Copy link

@jassinm jassinm commented Apr 30, 2012

simple change : ability to output sc hadoop config files to local_output_dir.
user can define local_output_dir in the plugin
export HADOOP_CONF_DIR=local_output_dir
and run hadoop jobs from local machine as long as he runs the same client as sc.

@jtriley
Copy link
Owner

jtriley commented May 1, 2012

This looks good. I'm wondering if we should just find the jars on the master node and copy them to the user's local machine for them automatically? We can do this using:

master.ssh.get('/path/to/jar", '/local/path/')

This way users don't have to scramble to find the proper hadoop version, etc. What do you think?

Also can you provide an example of running some hadoop jobs using the local HADOOP_CONF_DIR? Even if it seems obvious it may not be straightforward to all users...

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.

None yet

2 participants