Skip to content

Commit

Permalink
treat hadoop classes as shared one
Browse files Browse the repository at this point in the history
  • Loading branch information
WangTaoTheTonic committed Aug 4, 2015
1 parent b211cbc commit 3abe66c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ private[hive] class IsolatedClientLoader(
name.contains("slf4j") ||
name.contains("log4j") ||
name.startsWith("org.apache.spark.") ||
name.startsWith("org.apache.hadoop.") ||
name.startsWith("scala.") ||
(name.startsWith("com.google") && !name.startsWith("com.google.cloud")) ||
name.startsWith("java.lang.") ||
name.startsWith("java.net") ||
name.startsWith("java.") ||
sharedPrefixes.exists(name.startsWith)

/** True if `name` refers to a spark class that must see specific version of Hive. */
Expand Down

0 comments on commit 3abe66c

Please sign in to comment.