Install ECL bundle on server and IMPORT
Hello!
Last conference I remember someone telling me it's possible to install an ECL Bundle on [forgot...but I'm thinking the node with the ECL Agent?] and being able to IMPORT that bundle in ECL Watch "Playground" (and consequently use it there).
For testing purposes, I'm using HPCC VM. I did install a bundle, for example:
and it seemed to have succeeded. The following does show that bundle:
but I can't IMPORT it in ECL Watch Playground (error "Import names unknown module DataPatterns").
Now my exact use case is a little different. I'm trying to run ECL code by calling eclplus but I'm thinking in the end it might be the same thing.
Is it possible to install ECL Bundles server-side (i.e. on (specific) node(s)) and to leverage those via eclplus/Playground vs. installing those bundles client-side (i.e. locally)?
Thanks!
Last conference I remember someone telling me it's possible to install an ECL Bundle on [forgot...but I'm thinking the node with the ECL Agent?] and being able to IMPORT that bundle in ECL Watch "Playground" (and consequently use it there).
For testing purposes, I'm using HPCC VM. I did install a bundle, for example:
- Code: Select all
ecl bundle install https://github.com/hpcc-systems/DataPatterns.git
and it seemed to have succeeded. The following does show that bundle:
- Code: Select all
ecl bundle list
but I can't IMPORT it in ECL Watch Playground (error "Import names unknown module DataPatterns").
Now my exact use case is a little different. I'm trying to run ECL code by calling eclplus but I'm thinking in the end it might be the same thing.
Is it possible to install ECL Bundles server-side (i.e. on (specific) node(s)) and to leverage those via eclplus/Playground vs. installing those bundles client-side (i.e. locally)?
Thanks!
- lpezet
- Posts: 85
- Joined: Wed Sep 10, 2014 3:14 am
To make a bundle available from the playground, you must install it to the ECLCCserver node.
Note: It must be installed as the hpcc user.
HTH,
Jim
Note: It must be installed as the hpcc user.
- sudo -s
- su - hpcc
- ecl bundle install https://github.com/hpcc-systems/Visualizer.git
HTH,
Jim
- JimD
- Posts: 160
- Joined: Wed May 18, 2011 1:35 pm
hi All,
while am trying to install ecl bundle install https://github.com/hpcc-systems/Visualizer.git
getting error : Visualizer cannot be parsed as a bundle
Access is denied
what is the issue?how can i resolve this.please update me on same.
while am trying to install ecl bundle install https://github.com/hpcc-systems/Visualizer.git
getting error : Visualizer cannot be parsed as a bundle
Access is denied
what is the issue?how can i resolve this.please update me on same.
- [email protected]
- Posts: 3
- Joined: Mon Mar 18, 2019 12:15 pm
This error is due to a denial of write access to the folder from which you are running it. You can run cmd prompt as an administrator.
http://cdn.hpccsystems.com/releases/CE- ... pdf#page=7
HTH,
Jim
http://cdn.hpccsystems.com/releases/CE- ... pdf#page=7
HTH,
Jim
- JimD
- Posts: 160
- Joined: Wed May 18, 2011 1:35 pm
hi All,
when i was trying to display graph in local am getting following issue :
eclcc 2081 Import names unknown module "Visualizer" 19 1
Error eclcc 2081 Import names unknown module "Demo" 13 2
Error eclcc 2167 Unknown identifier "Demo" 8 4
Error eclcc 2167 Unknown identifier before "." (expected :=)
when i was trying to display graph in local am getting following issue :
eclcc 2081 Import names unknown module "Visualizer" 19 1
Error eclcc 2081 Import names unknown module "Demo" 13 2
Error eclcc 2167 Unknown identifier "Demo" 8 4
Error eclcc 2167 Unknown identifier before "." (expected :=)
- [email protected]
- Posts: 3
- Joined: Mon Mar 18, 2019 12:15 pm
6 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests