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

Fix our maven artifact so that projects importing hellbender can find spark dependencies #779

Open
lbergelson opened this issue Aug 4, 2015 · 4 comments

Comments

@lbergelson
Copy link
Member

@davidbenjamin Discovered that importing hellbender as a dependency fails now that we have add spark dependencies. This is easily fixed by including the following (or it's non-gradle equivalent) in your build file, but it shouldn't be necessary.

    maven {
        url "https://repository.cloudera.com/artifactory/cloudera-repos/" // spark-dataflow
    }

We should update our artifact so that it includes the necessary information to download the spark dependencies.

@lbergelson lbergelson added this to the beta milestone Aug 4, 2015
@lbergelson lbergelson self-assigned this Aug 4, 2015
@lbergelson
Copy link
Member Author

I'm a maven neophyte so if we have any maven mavens around here I'd be happy to accept help on this one.

@droazen droazen modified the milestones: alpha-1, beta Jan 5, 2016
@droazen droazen modified the milestones: alpha-2, alpha-1 Mar 28, 2016
@akiezun akiezun added the pool label Jun 9, 2016
@akiezun akiezun removed this from the alpha-2 milestone Jun 9, 2016
@akiezun akiezun removed the pool label Jun 10, 2016
@droazen
Copy link
Contributor

droazen commented Mar 20, 2017

Could be solved with documentation for downstream projects

@droazen droazen added this to the 4.0 release milestone Mar 20, 2017
@magicDGS
Copy link
Contributor

Is this already solved?

@droazen droazen removed this from the Engine-4.0 milestone Oct 17, 2017
@davidbenjamin
Copy link
Contributor

@lbergelson is this still an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants