-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fix jar path and add missing ones for spark jobs #14020
Fix jar path and add missing ones for spark jobs #14020
Conversation
Fix path of jars / add missing jars in spark job remove print, reduce clutter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I can see an issue created.
Can merge once the CI tests pass.
Just want the clarification on 1 comment.
Thanks for the contribution. 👍
scala-package/spark/src/test/scala/org/apache/mxnet/spark/SharedSparkContext.scala
Show resolved
Hide resolved
@mxnet-label-bot add [pr-awaiting-review, Scala] @aashudwivedi could you re-trigger the CI? |
I've re-triggered the CI, all tests have passed now. |
scala-package/spark/src/test/scala/org/apache/mxnet/spark/SharedSparkContext.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks okay to me!
Thanks for fixing this and welcome to the MXNet community :)
|
scala-package/spark/src/test/scala/org/apache/mxnet/spark/SharedSparkContext.scala
Outdated
Show resolved
Hide resolved
@lanking520 ping for review/merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for fixing the Spark example
* Fix jar path and add missing ones for spark jobs Fix path of jars / add missing jars in spark job remove print, reduce clutter * fixes scalastyle violations * exclude all of javadoc, sources, bundle, and src while searching for jars * simplfied the exclude experession
* Fix jar path and add missing ones for spark jobs Fix path of jars / add missing jars in spark job remove print, reduce clutter * fixes scalastyle violations * exclude all of javadoc, sources, bundle, and src while searching for jars * simplfied the exclude experession
* Fix jar path and add missing ones for spark jobs Fix path of jars / add missing jars in spark job remove print, reduce clutter * fixes scalastyle violations * exclude all of javadoc, sources, bundle, and src while searching for jars * simplfied the exclude experession
* Fix jar path and add missing ones for spark jobs Fix path of jars / add missing jars in spark job remove print, reduce clutter * fixes scalastyle violations * exclude all of javadoc, sources, bundle, and src while searching for jars * simplfied the exclude experession
* Fix jar path and add missing ones for spark jobs Fix path of jars / add missing jars in spark job remove print, reduce clutter * fixes scalastyle violations * exclude all of javadoc, sources, bundle, and src while searching for jars * simplfied the exclude experession
Fix path of jars / add missing jars in spark job
remove print, reduce clutter
Description
Path of jar files in tests for MXNet on Spark are incorrect. This PR fixes it.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments