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

Move to ADAM 0.14.1-SNAPSHOT #19

Open
heuermh opened this issue Nov 17, 2014 · 1 comment
Open

Move to ADAM 0.14.1-SNAPSHOT #19

heuermh opened this issue Nov 17, 2014 · 1 comment

Comments

@heuermh
Copy link
Member

heuermh commented Nov 17, 2014

Attempting to update dependencies Scala to version 2.10.4, Spark to version 1.1, and ADAM to version 0.14.1-SNAPSHOT fails to compile

$ mvn clean install
...
[INFO] Compiling 6 Scala sources to working/bdg-services/bdgs-core/target/scala-2.10.4/classes...
[ERROR] working/bdg-services/bdgs-core/src/main/scala/org/bdgenomics/services/ServiceContext.scala:39: value createSparkContext is not a member of object org.bdgenomics.adam.rdd.ADAMContext
[ERROR]     ADAMContext.createSparkContext(
[ERROR]                 ^
[ERROR] one error found
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] BDG Services: Service setup and management for BDG Projects SUCCESS [  4.238 s]
[INFO] BDGS: Core ......................................... FAILURE [ 12.321 s]
@heuermh
Copy link
Member Author

heuermh commented Nov 17, 2014

I thought I might take this one on, but I'm not really sure what ServiceContext is after here.

Should it be creating a SparkContext using Spark and then wrapping that in ADAMContext via its constructor (or via sparkContextToADAMContext which is more explicit I suppose)?

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

No branches or pull requests

1 participant