Closed galaxy001 closed 5 years ago
Well, after install hadoop 3.1.1 with Linuxbrew, I managed to run CreateReadCountPanelOfNormals
.
Still, I think it is better not to copy input files to hadoop when running on single machine.
Glad you were able to resolve your issue. Not sure if this is specific to the CNV tool or if the exception caused by the Spark configuration is more general. Tagging engine team @droazen, but closing for now.
Bug Report
Affected tool(s) or class(es)
CreateReadCountPanelOfNormals
Affected version(s)
Description
When you run it on a single machine, it trys to use hadoop and failed.
Steps to reproduce
On a Linux machine without Hadoop, run
java -jar ../gatk-package-4.1.0.0-local.jar CreateReadCountPanelOfNormals --input in.counts.hdf5 --output out.pon.hdf5
locally.Expected behavior
Produce out.pon.hdf5
Actual behavior
Exit with error.