Skip to content
Snippets Groups Projects
Commit 3abc0d51 authored by WangTaoTheTonic's avatar WangTaoTheTonic Committed by Michael Armbrust
Browse files

[SPARK-9596] [SQL] treat hadoop classes as shared one in IsolatedClientLoader

https://issues.apache.org/jira/browse/SPARK-9596

Author: WangTaoTheTonic <wangtao111@huawei.com>

Closes #7931 from WangTaoTheTonic/SPARK-9596.
parent 67580f1f
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ private[hive] class IsolatedClientLoader(
name.contains("slf4j") ||
name.contains("log4j") ||
name.startsWith("org.apache.spark.") ||
(name.startsWith("org.apache.hadoop.") && !name.startsWith("org.apache.hadoop.hive.")) ||
name.startsWith("scala.") ||
(name.startsWith("com.google") && !name.startsWith("com.google.cloud")) ||
name.startsWith("java.lang.") ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment