Ben Hutchison created ZEPPELIN-1708:
---------------------------------------
Summary: Import of 3rd party library symbol doesn't work
Key: ZEPPELIN-1708
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1708
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.6.2
Environment: AWS EMR
Spark interpreter configured with 3rd party library:
net.sf.trove4j:trove4j:3.0.3
Reporter: Ben Hutchison
Notebook:
case class OK(hash: gnu.trove.map.hash.TIntIntHashMap)
import gnu.trove.map.hash.TIntIntHashMap
case class Fail(hash: TIntIntHashMap)
Output:
defined class OK
import gnu.trove.map.hash.TIntIntHashMap
<console>:11: error: not found: type TIntIntHashMap
case class Fail(hash: TIntIntHashMap)
^
Expected output: Compiles successfully as the short-name `TIntIntHashMap` has
been imported
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)