hu Mathew
>
>
> On Wed, May 10, 2017 at 3:36 PM, Sofiane Cherchalli
> 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 file:///data/file.csv.
>> My understandin
ngyoul Lee
escribió:
> Could you test if it works with spark-shell?
>
> On Sun, May 7, 2017 at 5:22 PM, Sofiane Cherchalli
> wrote:
>
>> Hi,
>>
>> I have a standalone cluster, one master and one worker, running in
>> separate nodes. Zeppelin is running is in a sepa
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 beca
t;
> On Wed, May 3, 2017 at 2:28 PM Sofiane Cherchalli
> 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 each
>> zeppelin in client mode ?
>
t 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 Cherchalli
> wrote:
>
>&
Shall I configure a remote interpreter to my notebook to run on the worker?
Mayday!
On Wed, May 3, 2017 at 4:18 PM, Sofiane Cherchalli
wrote:
> What port does the remote interpreter use?
>
> On Wed, May 3, 2017 at 2:14 PM, Sofiane Cherchalli
> wrote:
>
>> Hi Moon a
What port does the remote interpreter use?
On Wed, May 3, 2017 at 2:14 PM, Sofiane Cherchalli
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 separate container.
>
>
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 HADOOP_CONF_DIR=/opt/hadoop-2.7.3/e
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
.org/confluence/display/ZEPPELIN/Helium+proposal
>
> On Tue, Apr 18, 2017 at 7:49 AM Sofiane Cherchalli
> wrote:
>
>> 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 cha
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 su
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
wrote:
> No problem. I'll film the issue.
>
> Thanks
>
>
> El El vie, 31 mar 2
No problem. I'll film the issue.
Thanks
El El vie, 31 mar 2017 a las 22:32, moon soo Lee escribió:
> Thanks for the suggestion.
>
> As far as i know, there's no related issue in JIRA.
> Do you mind create one?
>
> Thanks,
> moon
>
>
> On Fri, Ma
Any taker? Is this an issue or expected behaviour?
Thanks.
On Thu, Mar 30, 2017 at 9:52 PM, Sofiane Cherchalli
wrote:
> Hi,
>
> I am running notebooks through the Notebook API by running synchronously
> every paragraph of the notebook, but it seems that if something fails
Hi,
I am running notebooks through the Notebook API by running synchronously
every paragraph of the notebook, but it seems that if something fails
during the execution of a paragraph due to an exception for instance, the
API returns a 500 Server Error. To get more detail of the exception, one
has
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
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"
Date: Tuesday, March 14, 2017 at 11:38 AM
To: "users@
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 Chercha
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'}"
http://localhost
19 matches
Mail list logo