Re: zeppelin url append '/#/'

2019-03-26 Thread Weilan Wu
Hey Anthony,
Thanks for the pointer! appreciate it. however my request is the other way, so, 
instead of add ‘#/‘ for each zeppelin url, can we make it so that it always 
appends ‘/‘ for each url does NOT have trailing slash?

e.g.  https://host.zeppelin.com/instance  =>  
https://host.zeppelin.com/instance/

for host only url, there is no problem, all browsers will append ‘/‘ for url 
with pattern: 'https://host.zeppelin.com’  (by HTTP protocol, the URI cannot be 
null, so ‘/‘ is automatically added).

Thanks in advance!

Cheers,
Weilan

> On Mar 22, 2019, at 3:41 AM, Anthony Corbacho  
> wrote:
> 
> Hi weilan,
> This behavior comes from angular (we are using angular 1.5.7)
> You can find imformation here: 
> https://scotch.io/tutorials/pretty-urls-in-angularjs-removing-the-hashtag 
> 
> 
> On Fri, 22 Mar 2019 at 4:59 PM Jongyoul Lee  > wrote:
> It means Front End.
> 
> On Fri, Mar 22, 2019 at 3:42 PM Weilan Wu  > wrote:
> Hi Jongyoul,
> Could you explain what “FE” means? It’s an important question for us to solve 
> when running Zeppelin it in Kubernetes...
> 
> Thanks,
> Weilan
> 
> Sent from my iPhone 6s
> 
> On Mar 21, 2019, at 7:18 PM, Jongyoul Lee  > wrote:
> 
>> It's not 100% sure but mainly because of the behaviours of FE.
>> 
>> On Fri, Mar 22, 2019 at 7:25 AM Weilan Wu > > wrote:
>> Hi, I am observing that the zeppelin web server always append ‘/#/‘ to end 
>> of the url, what’s the purpose of this? (and which code/module is 
>> responsible for it)
>> 
>> e.g. if i type in browser: http://host.myzeppelin.com/ 
>>  the browser ends up showing (in address bar): 
>> http://host.myzeppelin.com/#/ 
>> 
>> Thanks in advance,
>> 
>> Weilan
>> 
>> 
>> 
>> -- 
>> 이종열, Jongyoul Lee, 李宗烈
>> http://madeng.net 
> 
> 
> -- 
> 이종열, Jongyoul Lee, 李宗烈
> http://madeng.net 



Re: zeppelin url append '/#/'

2019-03-22 Thread Anthony Corbacho
Hi weilan,
This behavior comes from angular (we are using angular 1.5.7)
You can find imformation here:
https://scotch.io/tutorials/pretty-urls-in-angularjs-removing-the-hashtag

On Fri, 22 Mar 2019 at 4:59 PM Jongyoul Lee  wrote:

> It means Front End.
>
> On Fri, Mar 22, 2019 at 3:42 PM Weilan Wu  wrote:
>
>> Hi Jongyoul,
>> Could you explain what “FE” means? It’s an important question for us to
>> solve when running Zeppelin it in Kubernetes...
>>
>> Thanks,
>> Weilan
>>
>> Sent from my iPhone 6s
>>
>> On Mar 21, 2019, at 7:18 PM, Jongyoul Lee  wrote:
>>
>> It's not 100% sure but mainly because of the behaviours of FE.
>>
>> On Fri, Mar 22, 2019 at 7:25 AM Weilan Wu  wrote:
>>
>>> Hi, I am observing that the zeppelin web server always append ‘/#/‘ to
>>> end of the url, what’s the purpose of this? (and which code/module is
>>> responsible for it)
>>>
>>> e.g. if i type in browser: http://host.myzeppelin.com/ the browser ends
>>> up showing (in address bar): http://host.myzeppelin.com/#/
>>>
>>> Thanks in advance,
>>>
>>> Weilan
>>>
>>>
>>
>> --
>> 이종열, Jongyoul Lee, 李宗烈
>> http://madeng.net
>>
>>
>
> --
> 이종열, Jongyoul Lee, 李宗烈
> http://madeng.net
>


Re: zeppelin url append '/#/'

2019-03-22 Thread Jongyoul Lee
It means Front End.

On Fri, Mar 22, 2019 at 3:42 PM Weilan Wu  wrote:

> Hi Jongyoul,
> Could you explain what “FE” means? It’s an important question for us to
> solve when running Zeppelin it in Kubernetes...
>
> Thanks,
> Weilan
>
> Sent from my iPhone 6s
>
> On Mar 21, 2019, at 7:18 PM, Jongyoul Lee  wrote:
>
> It's not 100% sure but mainly because of the behaviours of FE.
>
> On Fri, Mar 22, 2019 at 7:25 AM Weilan Wu  wrote:
>
>> Hi, I am observing that the zeppelin web server always append ‘/#/‘ to
>> end of the url, what’s the purpose of this? (and which code/module is
>> responsible for it)
>>
>> e.g. if i type in browser: http://host.myzeppelin.com/ the browser ends
>> up showing (in address bar): http://host.myzeppelin.com/#/
>>
>> Thanks in advance,
>>
>> Weilan
>>
>>
>
> --
> 이종열, Jongyoul Lee, 李宗烈
> http://madeng.net
>
>

-- 
이종열, Jongyoul Lee, 李宗烈
http://madeng.net


Re: zeppelin url append '/#/'

2019-03-21 Thread Weilan Wu
Hi Jongyoul,
Could you explain what “FE” means? It’s an important question for us to solve 
when running Zeppelin it in Kubernetes...

Thanks,
Weilan

Sent from my iPhone 6s

> On Mar 21, 2019, at 7:18 PM, Jongyoul Lee  wrote:
> 
> It's not 100% sure but mainly because of the behaviours of FE.
> 
>> On Fri, Mar 22, 2019 at 7:25 AM Weilan Wu  wrote:
>> Hi, I am observing that the zeppelin web server always append ‘/#/‘ to end 
>> of the url, what’s the purpose of this? (and which code/module is 
>> responsible for it)
>> 
>> e.g. if i type in browser: http://host.myzeppelin.com/ the browser ends up 
>> showing (in address bar): http://host.myzeppelin.com/#/
>> 
>> Thanks in advance,
>> 
>> Weilan
>> 
> 
> 
> -- 
> 이종열, Jongyoul Lee, 李宗烈
> http://madeng.net


Re: zeppelin url append '/#/'

2019-03-21 Thread Jongyoul Lee
It's not 100% sure but mainly because of the behaviours of FE.

On Fri, Mar 22, 2019 at 7:25 AM Weilan Wu  wrote:

> Hi, I am observing that the zeppelin web server always append ‘/#/‘ to end
> of the url, what’s the purpose of this? (and which code/module is
> responsible for it)
>
> e.g. if i type in browser: http://host.myzeppelin.com/ the browser ends
> up showing (in address bar): http://host.myzeppelin.com/#/
>
> Thanks in advance,
>
> Weilan
>
>

-- 
이종열, Jongyoul Lee, 李宗烈
http://madeng.net


zeppelin url append '/#/'

2019-03-21 Thread Weilan Wu
Hi, I am observing that the zeppelin web server always append ‘/#/‘ to end of 
the url, what’s the purpose of this? (and which code/module is responsible for 
it)

e.g. if i type in browser: http://host.myzeppelin.com/ 
 the browser ends up showing (in address bar): 
http://host.myzeppelin.com/#/ 

Thanks in advance,

Weilan