You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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)?
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]
The text was updated successfully, but these errors were encountered: