Skip to content

Commit

Permalink
micro.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidadamsphd committed Sep 18, 2015
1 parent bdaa670 commit 2ce5550
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ public static void main(String[] args) throws Exception {
.setMaster("spark://davidada-macbookpro2.roam.corp.google.com:7077")
.setConf(SparkLauncher.EXECUTOR_EXTRA_CLASSPATH, path + ":" + jarLibPath)
.setConf(SparkLauncher.DRIVER_EXTRA_CLASSPATH, path + ":" + jarLibPath)
//.setConf(SparkLauncher.DRIVER_EXTRA_LIBRARY_PATH, path + ":" + jarLibPath)
//.setConf(SparkLauncher.EXECUTOR_EXTRA_LIBRARY_PATH, path + ":" + jarLibPath)
.addAppArgs("ReadsPipelineSpark",
"-I", inputBam,
"-O", outputBam,
Expand Down

0 comments on commit 2ce5550

Please sign in to comment.