You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Hoon Park (JIRA)" <ji...@apache.org> on 2017/02/10 06:09:41 UTC

[jira] [Created] (ZEPPELIN-2097) artifact field in Helium JSON doens't support the relative path

Hoon Park created ZEPPELIN-2097:
-----------------------------------

             Summary: artifact field in Helium JSON doens't support the relative path
                 Key: ZEPPELIN-2097
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2097
             Project: Zeppelin
          Issue Type: Bug
          Components: helium
            Reporter: Hoon Park


{code}
{
  "type" : "VISUALIZATION",
  "name" : "zeppelin-highcharts-heatmap",
  "version" : "local",
  "description": "Heatmap chart using highcharts library",
  "artifact" : "~/github/1ambda/zeppelin-highcharts-heatmap",
  "icon": "<i class=\"fa fa-th\"></i>",
  "license": "Highcharts (https://shop.highsoft.com/faq/licensing)"
}
{code}

Error message looks like 

{code}
Running 'npm install --loglevel=error --registry=http://registry.npmjs.org/' in /Users/lambda/github/apache-zeppelin/zeppelin-feature/local-repo/helium-bundle
npm ERR! addLocal Could not install /Users/lambda/github/apache-zeppelin/zeppelin-feature/local-repo/helium-bundle/~/github/1ambda/zeppelin-highcharts-heatmap@
npm ERR! Darwin 15.6.0
npm ERR! argv "/Users/lambda/github/apache-zeppelin/zeppelin-feature/local-repo/helium-bundle/node/node" "/Users/lambda/github/apache-zeppelin/zeppelin-feature/local-repo/helium-bundle/node/node_modules/npm/bin/npm-cli.js" "install" "--loglevel=error" "--registry=http://registry.npmjs.org/"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! path /Users/lambda/github/apache-zeppelin/zeppelin-feature/local-repo/helium-bundle/~/github/1ambda/zeppelin-highcharts-heatmap@
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open

npm ERR! enoent ENOENT: no such file or directory, open '/Users/lambda/github/apache-zeppelin/zeppelin-feature/local-repo/helium-bundle/~/github/1ambda/zeppelin-highcharts-heatmap@'
npm ERR! enoent ENOENT: no such file or directory, open '/Users/lambda/github/apache-zeppelin/zeppelin-feature/local-repo/helium-bundle/~/github/1ambda/zeppelin-highcharts-heatmap@'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! Please include the following file with any support request:
npm ERR! /Users/lambda/github/apache-zeppelin/zeppelin-feature/local-repo/helium-bundle/npm-debug.log
{code}




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