Skip to content
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

Deflater not found on spark with gatk-launch #1930

Closed
jamesemery opened this issue Jun 21, 2016 · 8 comments
Closed

Deflater not found on spark with gatk-launch #1930

jamesemery opened this issue Jun 21, 2016 · 8 comments
Assignees
Milestone

Comments

@jamesemery
Copy link
Collaborator

When I tried to run the latest build of the spark gatk I got the following error message on both dataproc and the onprem cluster.
File Not Found: [/Users/emeryj/IdeaProjects/gatk/build/libIntelDeflater.so]

Making the following changes to gatk-launch seems to fix it.

@@ -23,14 +23,13 @@ BUILD_LOCATION = script +"/build/install/" + projectName + "/bin/"
 GATK_RUN_SCRIPT = BUILD_LOCATION + projectName
 BIN_PATH = script + "/build/libs"

-EXTRA_JAVA_OPTIONS="-Dsamjdk.intel_deflater_so_path=libIntelDeflater.so -Dsamjdk.compression_level=1 -DGATK_STACKTRACE_ON_USER_EXCEPTION=true "
+EXTRA_JAVA_OPTIONS="-DGATK_STACKTRACE_ON_USER_EXCEPTION=true "

 DEFAULT_SPARK_ARGS = ["--conf", "spark.kryoserializer.buffer.max=512m",
 "--conf", "spark.driver.maxResultSize=0",
 "--conf", "spark.driver.userClassPathFirst=true",
 "--conf", "spark.io.compression.codec=lzf",
 "--conf", "spark.yarn.executor.memoryOverhead=600",
-"--conf", "spark.yarn.dist.files=" + script + "/build/libIntelDeflater.so",
 "--conf", "spark.driver.extraJavaOptions=" + EXTRA_JAVA_OPTIONS,
 "--conf", "spark.executor.extraJavaOptions=" + EXTRA_JAVA_OPTIONS]
@jamesemery
Copy link
Collaborator Author

@akiezun can you look at this?

@akiezun akiezun added this to the alpha-2 milestone Jun 22, 2016
@akiezun akiezun assigned gspowley and unassigned akiezun Jun 23, 2016
@akiezun
Copy link
Contributor

akiezun commented Jun 23, 2016

the way this will be solved is going to change when we move to using intel gkl. assigning to @gspowley because he's already done most of the work here.

@droazen
Copy link
Contributor

droazen commented Jul 1, 2016

@gspowley Is this one done?

@droazen
Copy link
Contributor

droazen commented Jul 1, 2016

Also, how does this relate to #1969

@gspowley
Copy link
Collaborator

gspowley commented Jul 1, 2016

This File Not Found issue should be resolved with #1964. However, IntelDeflater will not be used on Spark, which is captured in #1969.

@droazen
Copy link
Contributor

droazen commented Jul 12, 2016

@gspowley Should this be closed as resolved?

@gspowley
Copy link
Collaborator

Yes, this should be resolved now.

@droazen
Copy link
Contributor

droazen commented Jul 13, 2016

Closing -- this is fixed

@droazen droazen closed this as completed Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants