Re: Spark-CSV - Zeppelin tries to read CSV locally in Standalon mode

2017-05-10 Thread Sofiane Cherchalli
gt; > > Meethu Mathew > > > On Wed, May 10, 2017 at 3:36 PM, Sofiane Cherchalli <sofian...@gmail.com> > wrote: > >> Yes, I already tested with spark-shell and pyspark , with the same result. >> >> Can't I use Linux filesystem to read CSV, such as

Spark-CSV - Zeppelin tries to read CSV locally in Standalon mode

2017-05-07 Thread Sofiane Cherchalli
Hi, I have a standalone cluster, one master and one worker, running in separate nodes. Zeppelin is running is in a separate node too in client mode. When I run a notebook that reads a CSV file located in the worker node with Spark-CSV package, Zeppelin tries to read the CSV locally and fails

Re: Running a notebook in a standalone cluster mode issues

2017-05-03 Thread Sofiane Cherchalli
anks, > moon > > On Wed, May 3, 2017 at 2:28 PM Sofiane Cherchalli <sofian...@gmail.com> > wrote: > >> Hi Moon, >> >> So in my case, if II have standalone or yarn cluster, the workaround >> would be to install zeppelin along every worker, proxy them, and run

Re: Running a notebook in a standalone cluster mode issues

2017-05-03 Thread Sofiane Cherchalli
; Zeppelin does not support cluster mode deploy at the moment. Fortunately, > there will be a support for cluster mode, soon! > Please keep an eye on https://issues.apache.org/jira/browse/ZEPPELIN-2040. > > Thanks, > moon > > On Wed, May 3, 2017 at 11:00 AM Sofiane Cher

Re: Running a notebook in a standalone cluster mode issues

2017-05-03 Thread Sofiane Cherchalli
What port does the remote interpreter use? On Wed, May 3, 2017 at 2:14 PM, Sofiane Cherchalli <sofian...@gmail.com> wrote: > Hi Moon and al, > > I have a standalone cluster with one master, one worker. I submit jobs > through zeppelin. master, worker, and zeppelin run in a

Running a notebook in a standalone cluster mode issues

2017-05-03 Thread Sofiane Cherchalli
Hi Moon and al, I have a standalone cluster with one master, one worker. I submit jobs through zeppelin. master, worker, and zeppelin run in a separate container. My zeppelin-env.sh: # spark home export SPARK_HOME=/usr/local/spark # set hadoop conf dir export

zeppelin 0.7.1 and Spark cluster standalone - Reading and writing csv

2017-04-28 Thread Sofiane Cherchalli
Hi, I have a spark cluster in standalone mode with one worker. Each of Zeppelin, spark master, and spark slave run in its own docker container. I am trying to read and write a csv from a notebook, but I'm having issues. First, my zeppelin-env.sh: # spark home export SPARK_HOME=/opt/spark-2.1.0

Re: Helium - Algorithm

2017-04-18 Thread Sofiane Cherchalli
apache.org/confluence/display/ZEPPELIN/Helium+proposal > > On Tue, Apr 18, 2017 at 7:49 AM Sofiane Cherchalli <sofian...@gmail.com> > wrote: > >> Hi, >> >> Is it possible to use Helium to just implement algorithms without views? >> My idea is to have a catalog of

Helium - Algorithm

2017-04-18 Thread Sofiane Cherchalli
Hi, Is it possible to use Helium to just implement algorithms without views? My idea is to have a catalog of algorithms that could be chained together. Each algorithm would read input from hdfs, process, and write output to hdfs. This could be very useful for data preprocessing. Any thought or

Re: Zeppelin Notebook API - reporting errors

2017-04-03 Thread Sofiane Cherchalli
Hi Moon, I just created the issue: ZEPPELIN-2345 <https://issues.apache.org/jira/browse/ZEPPELIN-2345> Best regards, Sofiane On Sat, Apr 1, 2017 at 1:53 AM, Sofiane Cherchalli <sofian...@gmail.com> wrote: > No problem. I'll film the issue. > > Thanks > > > El E

Re: Zeppelin Notebook API - reporting errors

2017-03-31 Thread Sofiane Cherchalli
Any taker? Is this an issue or expected behaviour? Thanks. On Thu, Mar 30, 2017 at 9:52 PM, Sofiane Cherchalli <sofian...@gmail.com> wrote: > Hi, > > I am running notebooks through the Notebook API by running synchronously > every paragraph of the notebook, but it seems that

Angular FrontEnd API - Drag and Drop

2017-03-28 Thread Sofiane Cherchalli
Hi, Would it be possible to use angular front-end api to for example list the notebooks and display them in a zeppelin paragraph. Also, would it be possible to use drag and drop? Thanks Sofiane

Re: Release on 0.7.1 and 0.7.2

2017-03-15 Thread Sofiane Cherchalli
Hi Zeppelin team, What's the release forecast? Shall we expect 0.7.1 or 0.7.2 by Friday? Thanks. On Tue, 14 Mar 2017 at 13:09, Jianfeng (Jeff) Zhang wrote: +1 Best Regard, Jeff Zhang From: Jun Kim Reply-To: "users@zeppelin.apache.org"

Re: Running all paragraphs with dynamic form's value parameters

2017-02-28 Thread Sofiane Cherchalli
After playing around running notes and paragraphs, it seems passing dynamic form's values works only with paragraphs but not with a notes. It would be nice to run a note with dynamic form's value and allowing paragraphs to override them. On Tue, Feb 28, 2017 at 8:33 PM, Sofiane Cherchalli <sof

Running all paragraphs with dynamic form's value parameters

2017-02-28 Thread Sofiane Cherchalli
The API allows to run a paragraph with dynamic form's value. example: curl -sL -X POST -d "{'form_field': 'value'}" http://localhost:8080/api/notebook/run// Is it possible to run all paragraphs with dynamic form's value? For instance: curl -sL -X POST -d "{'form_field': 'value'}"