Github user brkyvz commented on a diff in the pull request:
https://github.com/apache/spark/pull/17947#discussion_r119226290
--- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
@@ -964,8 +964,9 @@ private[spark] object SparkSubmitUtils {
// We need to specify each component explicitly, otherwise we miss
spark-streaming-kafka-0-8 and
// other spark-streaming utility components. Underscore is there to
differentiate between
// spark-streaming_2.1x and spark-streaming-kafka-0-8-assembly_2.1x
- val components = Seq("catalyst_", "core_", "graphx_", "hive_",
"mllib_", "repl_",
- "sql_", "streaming_", "yarn_", "network-common_",
"network-shuffle_", "network-yarn_")
+ val components = Seq("catalyst_", "core_", "graphx_", "launcher_",
"mllib_", "mllib-local_",
--- End diff --
can we also make this a static variable and re-use in tests?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]