You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by mingda li <li...@gmail.com> on 2017/03/21 06:05:18 UTC

How to let Zeppelin have map visulization function

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

Re: How to let Zeppelin have map visulization function

Posted by mingda li <li...@gmail.com>.
Thanks, I follow the https://github.com/apache/zeppelin/pull/765/files to
install map successfully on my local machine.
But it can't be shown on my cluster. Do I need to npm install leaflet or
something to make it work?

Thanks,
Mingda

On Tue, Mar 21, 2017 at 2:58 PM, Neil Derraugh <
neil.derraugh@intellifylearning.com> wrote:

> This is fairly easy to follow along and get working.
> https://gist.github.com/granturing/a09aed4a302a7367be92
>
> On Tue, Mar 21, 2017 at 2:15 PM, mingda li <li...@gmail.com> wrote:
>
>> Oh, I see. Thanks.
>> Could someone help to publish the map visualization to npm?
>>
>> Bests,
>> Mingda
>>
>> On Tue, Mar 21, 2017 at 10:56 AM, moon soo Lee <mo...@apache.org> wrote:
>>
>>> 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/z
>>> eppelin/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 <li...@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/wri
>>>> tingzeppelinvisualization.html
>>>>
>>>> On Mon, Mar 20, 2017 at 11:06 PM mingda li <li...@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
>>>>
>>>>
>>
>

Re: How to let Zeppelin have map visulization function

Posted by Neil Derraugh <ne...@intellifylearning.com>.
This is fairly easy to follow along and get working.
https://gist.github.com/granturing/a09aed4a302a7367be92

On Tue, Mar 21, 2017 at 2:15 PM, mingda li <li...@gmail.com> wrote:

> Oh, I see. Thanks.
> Could someone help to publish the map visualization to npm?
>
> Bests,
> Mingda
>
> On Tue, Mar 21, 2017 at 10:56 AM, moon soo Lee <mo...@apache.org> wrote:
>
>> 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/z
>> eppelin/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 <li...@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/wri
>>> tingzeppelinvisualization.html
>>>
>>> On Mon, Mar 20, 2017 at 11:06 PM mingda li <li...@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
>>>
>>>
>

Re: How to let Zeppelin have map visulization function

Posted by mingda li <li...@gmail.com>.
Oh, I see. Thanks.
Could someone help to publish the map visualization to npm?

Bests,
Mingda

On Tue, Mar 21, 2017 at 10:56 AM, moon soo Lee <mo...@apache.org> wrote:

> 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 <li...@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 <li...@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
>>
>>

Re: How to let Zeppelin have map visulization function

Posted by moon soo Lee <mo...@apache.org>.
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 <li...@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 <li...@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
>
>

Re: How to let Zeppelin have map visulization function

Posted by mingda li <li...@gmail.com>.
Dear moon,

Is the  https://github.com/apache/zeppelin/pull/765/files the right one?


On Tue, Mar 21, 2017 at 9:04 AM, mingda li <li...@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/wri
>> tingzeppelinvisualization.html
>>
>> On Mon, Mar 20, 2017 at 11:06 PM mingda li <li...@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
>>>
>>

Re: How to let Zeppelin have map visulization function

Posted by mingda li <li...@gmail.com>.
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/wri
> tingzeppelinvisualization.html
>
> On Mon, Mar 20, 2017 at 11:06 PM mingda li <li...@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
>>
>

Re: How to let Zeppelin have map visulization function

Posted by moon soo Lee <mo...@apache.org>.
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 <li...@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
>