Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache Zeppelin - zeppelin.cmd shows no result

I unpacked the full version on 0.81 Apache Zeppelin on windows 10. I navigated to the C:\Zeppelin\bin and typed in zeppelin.cmd

I do not get any output after that C:\Zeppelin\bin" just gets repeated. And i can clearly see zeppelin.cmd in the dir/p of the folder

How do i debug this

like image 228
Leothorn Avatar asked Nov 29 '22 08:11

Leothorn


1 Answers

I recently encountered this problem as well. After going through the cmd files in the bin folder, I found that there is an accidental '}' where there should be a ')'. It came after set ZEPPELIN_JMX_PORT="9996" in the common.cmd file. Once I changed this it worked fine.

like image 197
Haig Bernard Avatar answered Mar 29 '23 09:03

Haig Bernard