Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
8f9236a6
Commit
8f9236a6
authored
Jul 18, 2017
by
pjvan_thof
Browse files
Remove local jar for testing
parent
e82756e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-tools/src/main/scala/nl/lumc/sasc/biopet/tools/vcfstats/VcfStatsSpark.scala
View file @
8f9236a6
...
...
@@ -59,10 +59,7 @@ object VcfStatsSpark extends ToolCommand {
val
jars
=
ClassLoader
.
getSystemClassLoader
.
asInstanceOf
[
URLClassLoader
]
.
getURLs
.
map
(
_
.
getFile
)
++
List
(
"/home/pjvan_thof/src/biopet/biopet-utils/target/BiopetUtils-0.10.0-SNAPSHOT.jar"
,
"/home/pjvan_thof/src/biopet/biopet-tools/target/BiopetTools-0.10.0-SNAPSHOT.jar"
)
.
map
(
_
.
getFile
)
val
conf
=
new
SparkConf
()
.
setAppName
(
this
.
getClass
.
getSimpleName
)
.
setMaster
(
cmdArgs
.
sparkMaster
.
getOrElse
(
s
"local[${cmdArgs.localThreads}]"
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment