Skip to content

Commit

Permalink
just add hadoop
Browse files Browse the repository at this point in the history
  • Loading branch information
WangTaoTheTonic committed Aug 5, 2015
1 parent 3abe66c commit cdfbe24
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ private[hive] class IsolatedClientLoader(
name.startsWith("org.apache.hadoop.") ||
name.startsWith("scala.") ||
(name.startsWith("com.google") && !name.startsWith("com.google.cloud")) ||
name.startsWith("java.") ||
name.startsWith("java.lang.") ||
name.startsWith("java.net") ||
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 cdfbe24

Please sign in to comment.