Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-1708

Import of 3rd party library symbol doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 0.6.2
    • None
    • None
    • None
    • AWS EMR
      Spark interpreter configured with 3rd party library: net.sf.trove4j:trove4j:3.0.3

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            brhutchison@gmail.com Ben Hutchison
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: