Skip to content

Commit

Permalink
Fixed java benchmark failing error by fixing the classpath (apache#13891
Browse files Browse the repository at this point in the history
)
  • Loading branch information
piyushghai authored and haohuw committed Jun 23, 2019
1 parent 06182a1 commit 0dea961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
set -e

MXNET_ROOT=$(cd "$(dirname $0)/../../../.."; pwd)
CLASS_PATH=$MXNET_ROOT/scala-package/assembly/target/*:$MXNET_ROOT/scala-package/examples/target/*
CLASS_PATH=$MXNET_ROOT/scala-package/assembly/target/*:$MXNET_ROOT/scala-package/examples/target/*:$MXNET_ROOT/scala-package/examples/target/classes/lib/*

java -Xmx8G -Dmxnet.traceLeakedObjects=true -cp $CLASS_PATH \
org.apache.mxnetexamples.javaapi.benchmark.JavaBenchmark $@
Expand Down

0 comments on commit 0dea961

Please sign in to comment.