-
Notifications
You must be signed in to change notification settings - Fork 32
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
Mango using Partitioned parquet ADAM #358
Conversation
Test FAILed. |
@@ -297,6 +297,9 @@ class VizReadsArgs extends Args4jBase with ParquetArgs { | |||
@Args4jOption(required = false, name = "-preload", usage = "Chromosomes to prefetch, separated by commas (,).") | |||
var preload: String = null | |||
|
|||
@Args4jOption(required = false, name = "-parquetIsBinned", usage = "This turns on binned parquet pre-fetch warmup step") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
@@ -667,6 +670,11 @@ class VizReads(protected val args: VizReadsArgs) extends BDGSparkCommand[VizRead | |||
VizReads.genes = Some(args.genePath) | |||
} | |||
|
|||
// initialize binned parquet by doing a small query to force warm-up | |||
if (args.parquetIsBinned) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to foreach(readsFile -> if isPartitioned(readsFile) then VizReads.materializer.getReads()....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or if one of them is partitioned
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
This version of Mango works with the "partitioned" ADAM PR:
bigdatagenomics/adam#1878
at commit 23a3bcc as of testing just now.
Example mango run
The problem with "chr" fix was resolved by querying both with and without "chr" prefix