Re: Zeppelin on Windows

2024-08-03 Thread Jongyoul Lee
It sounds good for you to do it. For Mongo interpreter, I think it would be good to share your error logs and how we can reproduce it with a jira ticket. Then, someone can solve the problem. If you made it, please share it with this thread. For handing Kafka messages, In my understanding, we prov

Re: Zeppelin on Windows

2024-08-02 Thread Andrés Ivaldi
Thanks for the explanation, I was able to create a docker image able to access the network of my services. Regarding mongo interpreter, I’m connecting to an Atlas cluster, it was not possible to use it properly, different kind on issues, I ended up doing a script that calls mongosh with my atlas ur

Re: Zeppelin on Windows

2024-07-28 Thread Jongyoul Lee
Hello, As Joo mentioned, Zeppelin doesn't support Windows officially (of course, we are trying to run it on Windows but there's no CI/CD for Windows) I recommend using WSL2 or Docker for Windows. Best regards, Jongyoul Lee 2024년 7월 28일 (일) 오전 11:56, Joo Hyuk Kim 님이 작성: > > AFAIK Zeppelin system

Re: Zeppelin on Windows

2024-07-27 Thread Joo Hyuk Kim
AFAIK Zeppelin system design scope doesn’t cover Windows, so it is possible to not run and you shoud expect much trouble ahead of u ( unless u found an end to end guide) 2024년 7월 28일 (일) 오전 6:21, Andrés Ivaldi 님이 작성: > Hello, I’m new using zeppelin, I’ve tried to make it run in windows but > seem

Zeppelin on Windows

2024-07-27 Thread Andrés Ivaldi
Hello, I’m new using zeppelin, I’ve tried to make it run in windows but seems like is not working. I downloaded 0.11.1 version, I was able to use the Ui but seems like the interpreter never runs, given the logs seems like interpreter is called but never response Any idea? Ing. Ivaldi Andres

Re: How to stop Zeppelin on Windows?

2017-06-08 Thread Raffaele S
On Windows you can just kill the process from task manager or command line: -taskkill /IM _processname_ Raffaele 2017-05-15 11:41 GMT+02:00 Muhammad Rezaul Karim : > Hi All, > > I understand that I can start the Zeppelin server on Windows using the > following command: > > bin\zeppelin.cmd

How to stop Zeppelin on Windows?

2017-05-15 Thread Muhammad Rezaul Karim
Hi All, I understand that I can start the Zeppelin server on Windows using the following command:bin\zeppelin.cmd How could I stop it afterwords? It#s pity that there's no such instruction: Apache Zeppelin 0.7.1 Documentation: Quick Start | | | | || | | | | | Apac

Install Zeppelin on Windows to connect to remote Hadoop cluster

2017-03-13 Thread Abhi Basu
Can you please point me to documentation to set up an install of Zeppelin on Windows to connect to remote Hadoop cluster? Thanks, Abhi -- Abhi Basu

Re: Zeppelin on windows

2016-08-12 Thread moon soo Lee
Hi Guillaume, I think https://issues.apache.org/jira/browse/SPARK-2356 is related issue. Could you try set HADOOP_HOME env variable? Thanks, moon On Sat, Aug 6, 2016 at 3:22 AM tog wrote: > Hi > > I have access to a HDP platform running on RedHat. I would like to install > Zeppelin on my Windo

Zeppelin on windows

2016-08-06 Thread tog
Hi I have access to a HDP platform running on RedHat. I would like to install Zeppelin on my Windows 7 laptop and configure it to connect to the cluster. I possibly see one issue which is the As a first quick and dirty test, I have downloaded the 0.6 binary version and configured the "conf/zeppeli

Re: Connecting to a Linux Spark from Zeppelin on Windows

2016-06-08 Thread Jongyoul Lee
e to connect to spark cluster running on a linux machine works? >> >> Then Zeppelin supposed to work with 'export SPARK_HOME' configuration in >> your conf/zeppelin-env.sh >> >> Thanks, >> moon >> >> >> On Wed, Jun 8, 2016 at 12:48 PM

Re: Connecting to a Linux Spark from Zeppelin on Windows

2016-06-08 Thread Pedro Reta
about a problem I >> am having. >> It might sound silly to you but here it goes: >> >> I built a Zeppelin on Windows, and also a Spark standalone server in the >> same machine. >> Now, I am able to connect to my Windows Spark server using Zeppelin. >> I have a

Re: Connecting to a Linux Spark from Zeppelin on Windows

2016-06-08 Thread moon soo Lee
8 PM Pedro Reta wrote: > Hi, > > I was wondering if you could help me with some insight about a problem I > am having. > It might sound silly to you but here it goes: > > I built a Zeppelin on Windows, and also a Spark standalone server in the > same machine. > Now, I a

Connecting to a Linux Spark from Zeppelin on Windows

2016-06-08 Thread Pedro Reta
Hi, I was wondering if you could help me with some insight about a problem I am having. It might sound silly to you but here it goes: I built a Zeppelin on Windows, and also a Spark standalone server in the same machine. Now, I am able to connect to my Windows Spark server using Zeppelin. I have