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

add 3rd-party jars via python #10

Open
bjuergens opened this issue Apr 13, 2018 · 0 comments
Open

add 3rd-party jars via python #10

bjuergens opened this issue Apr 13, 2018 · 0 comments
Labels
refactor improve code quality

Comments

@bjuergens
Copy link
Collaborator

currently you need to call this with something like this:

pyspark --jars $HOME/dev/dirhash/target/sparkhacks-0.0.1-SNAPSHOT.jar dirhash.py /smartdata/ugfam/dev/test_data/raw/

But it would be better with something like this:

pyspark dirhash.py /smartdata/ugfam/dev/test_data/raw/

You can add the jars via python, as suggested here.

@bjuergens bjuergens added the refactor improve code quality label Jul 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor improve code quality
Projects
None yet
Development

No branches or pull requests

1 participant