Closed Pavan637 closed 8 years ago
I am getting follwoing error, when i run variantspark.sh file without building.
./variantspark.sh
Warning: Master yarn-client is deprecated since 2.0. Please use master "yarn" with specified deploy mode instead.
MASTER: local
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 16
at au.csiro.obr17q.variantspark.PopulationMap$$anonfun$2.apply(PopulationMap.scala:33)
at au.csiro.obr17q.variantspark.PopulationMap$$anonfun$2.apply(PopulationMap.scala:29)
at scala.collection.immutable.List.map(List.scala:273)
at au.csiro.obr17q.variantspark.PopulationMap.
Kindly suggest
Hello Instead of "mvn build", try "mvn package" You will be able to see jar files created in target folder.
Hello all, I have followed steps given here for buildng Variant Spark. But i am not able to see any SNAPSHOT.jar file being created in target folder. Kindly suggest in this regard.