Pluggable module list(Helium) on website list user package (3rd party) in npm registry. Each plugin can have it's own license which may/may not compatible to Apache 2 License, while zeppelin is not including them in the release.
So, accepting the plugin license is up to individual user when enabling the plugin. Map is not on the list yet, hope anyone create a map visualization plugin and publish it in the npm, so everyone can use it through Helium menu. License issue of leaflet used in https://github.com/apache/zeppelin/pull/765/files is similar. Leaflet library itself is BSD2, but it also matters with license that data provider you use. I think easiest way dealing with is make map visualization as Helium plugin package and let individual user accept license when enabling the package. Thanks, moon On Tue, Mar 21, 2017 at 9:05 AM mingda li <limingda1...@gmail.com> wrote: > Dear moon, > Thanks for your explain. But I don't find map visualization in the > pluggable list. > What is the map visualization without license issue? Is it this one > https://github.com/apache/zeppelin/pull/765/files? > Or you can provide me your link. > If I pull from that one to my source tree, do I need to use mvn build > again to let it run ? > > Thanks so much. We really need the map visualization function. > > > Hi Mingda, > > Zeppelin had map visualization once in it's source tree, but unfortunately > it's removed because of license issue[1]. > > Of course we can try find another map visualization without license issue > to embed it in the source tree. > > Or there's another way. > Visualization became pluggable since 0.7.0. Zeppelin 0.8.0 (snapshot) even > supports online catalogue for all available zeppelin visualization in npm > registry, so user can just click a button and use. > > You can see there're already some plugins for visualizations[2], and it'll > not be very difficult to create one and publish to npm [3]. > > Thanks, > moon > > [1] https://github.com/apache/zeppelin/pull/1501 > [2] http://zeppelin.apache.org/helium_packages.html > [3] > http://zeppelin.apache.org/docs/snapshot/development/writingzeppelinvisualization.html > > On Mon, Mar 20, 2017 at 11:06 PM mingda li <limingda1...@gmail.com> wrote: > > Dear all, > > Now, I wan to let Zeppelin 0.7.0 and 0.6.0 support the map visualization. > Is that function support by the official version? Or we need to do > something like here > https://github.com/apache/zeppelin/pull/152 > https://github.com/apache/zeppelin/pull/765 > > Thanks, > Mingda > >