We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
adam-core master $ mvn clean compile ... [INFO] [INFO] --- build-helper-maven-plugin:1.12:add-source (add-source) @ adam-core-spark2_2.11 --- [INFO] Source directory: adam/adam-core/src/main/scala added. [INFO] Source directory: adam/adam-core/target/generated-sources/src/main/scala added. [INFO] [INFO] --- exec-maven-plugin:1.5.0:java (generate-scala-products) @ adam-core-spark2_2.11 --- [INFO] [INFO] --- exec-maven-plugin:1.5.0:java (generate-scala-projection-fields) @ adam-core-spark2_2.11 --- [INFO] ... [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ adam-core-spark2_2.11 --- ... [ERROR] adam/adam-core/src/main/scala/org/bdgenomics/adam/rdd/variant/VariantRDD.scala:42: error: object Variant is not a member of package org.bdgenomics.adam.sql [ERROR] import org.bdgenomics.adam.sql.{ Variant => VariantProduct } [ERROR] ^ ... adam-core master $ cd .. adam master $ mvn clean compile ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: