ChaiBapchya commented on a change in pull request #14020: Fix jar path and add
missing ones for spark jobs
URL: https://github.com/apache/incubator-mxnet/pull/14020#discussion_r252330607
##########
File path:
scala-package/spark/src/test/scala/org/apache/mxnet/spark/SharedSparkContext.scala
##########
@@ -81,17 +81,15 @@ trait SharedSparkContext extends FunSuite with
BeforeAndAfterEach with BeforeAnd
}
private def getJarFilePath(root: String): String = {
- for (platform <- List("linux-x86_64-cpu", "linux-x86_64-gpu",
"osx-x86_64-cpu")) {
Review comment:
by removing this for loop; does it mean the path is independent of platform?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services