You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Christian Fries (JIRA)" <ji...@apache.org> on 2017/04/16 22:37:41 UTC

[jira] [Created] (ZEPPELIN-2410) Helium.java fails to create HeliumOnlineRegistry

Christian Fries created ZEPPELIN-2410:
-----------------------------------------

             Summary: Helium.java fails to create HeliumOnlineRegistry
                 Key: ZEPPELIN-2410
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2410
             Project: Zeppelin
          Issue Type: Bug
          Components: zeppelin-zengine
    Affects Versions: 0.8.0
         Environment: Windows
            Reporter: Christian Fries


I have to do further testing, but it appears as if the line
{code}
registry.add(new HeliumOnlineRegistry(uri, uri, registryCacheDir));
{code}
in Helium.java

https://github.com/apache/zeppelin/blame/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/helium/Helium.java#L112

causes a problem, because the uri is used as filename (first argument of HeliumOnlineRegistry). This will create a file of the name https://s3.amazonaws.com/helium-package/helium.json

(the full uri is the file name). The : after https will cause problems in windows.

Would it be sufficient to use helium.json as file name? I would prepare a pull request then.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)