You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2016/01/23 02:29:39 UTC

[jira] [Created] (IGNITE-2437) Zeppelin interperet doesn't import external dependencies

Konstantin Boudnik created IGNITE-2437:
------------------------------------------

             Summary: Zeppelin interperet doesn't import external dependencies
                 Key: IGNITE-2437
                 URL: https://issues.apache.org/jira/browse/IGNITE-2437
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 1.5
         Environment: zeppelin 0.5.5
ignite 1.5.0.final
            Reporter: Konstantin Boudnik


After configuring Ignite's interpreter for Zeppelin, tried to run the following 
{code}
%dep
z.load("/usr/lib/ignite/libs/ignite-cache-objects.jar")

%ignite
import io.company._
console>:23: error: object company is not a member of package io
       import io.company._
{code}

same code works just fine in spark interpreter though. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)