Github user nihakue commented on the issue:
https://github.com/apache/zeppelin/pull/673
I'm finding that using %dep interpreter no longer works for me on Zeppelin
0.6.0. Am I alone? `z.reset();z.load()` does not throw an error, but I find
that the dependencies are not available in the spark interpreter
e.g.
```
%dep
z.reset()
z.load("org.uaparser:uap-scala_2.11:0.1.0")
```
```
%spark
org.uaparser.scala.Parser.get
<console>:26: error: object uaparser is not a member of package org
org.uaparser.scala.Parser.get
```
Whereas this works: `spark-shell --packages
"org.uaparser:uap-scala_2.11:0.1.0"`
```
scala> org.uaparser.scala.Parser.get
res0: org.uaparser.scala.Parser =
Parser(UserAgentParser(List(UserAgentPattern((CFNetwork)(?:/(\d+)\.(\d+)\.?(\d+)?)?,Some(CFNetwork),None,None,None),
UserAgentPattern((Pingdom.com_bot_version_)(\d+)\.(\d+),Some(PingdomBot),None,None,None),
UserAgentPattern((facebookexternalhit)/(\d+)\.(\d+),Some(FacebookBot),None,None,None),
UserAgentPattern(Google.*/\+/web/snippet,Some(GooglePlusBot),None,None,None),
UserAgentPattern((Twitterbot)/(\d+)\.(\d+),Some(TwitterBot),None,None,None),
UserAgentPattern(/((?:Ant-)?Nutch|[A-z]+[Bb]ot|[A-z]+[Ss]pider|Axtaris|fetchurl|Isara|ShopSalad|Tailsweep)[
\-](\d+)(?:\.(\d+)(?:\.(\d+))?)?,None,None,None,None),
UserAgentPattern((008|Altresium|Argus|BaiduMobaider|BoardReader|DNSGroup|DataparkSearch|EDI|Goodzer|Grub|INGRID|Infohelfer|LinkedInBot|LOOQ|Nutch|PathD...
```
---
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.
---