Setting a max value for the Y Axis on Zeppelin vizualisation

2017-02-06 Thread kevin giroux
How can i  fix a max value for my Y Axis when a use some graphical chart on
my notebook.

I didn't find anything about that on the setting.

Sincerely,


-- 
Kévin Giroux


Re: why not provide 'test' function in the interpreter

2017-02-06 Thread Rick Moritz
Having gone through configuring Spark 1.6 for Z 0.6.2 without bein able to
use the installer, and using "provided" Spark and Hadoop, I do understand
the appaeal of a test functionality for an interpreter.

The challenge of scoping the test functionality is evident, but I think not
insurmountable.

In particular with the Spark interpreter, I mostly wanted to know whetger I
would be able to instantiate a SparkContext at all. That test is probably
applicable to all interpreter types. Be it a connection test for jdbc, or
other basic functionality test. This should be part of the interpreter API
and - perhaps most importantly - be triggered right when you restart an
interpreter. The current procesure of switching between a failing notebook
and the interpreter settings is quite cludgy.

In the end, each interpreter should implement its own testing logic, and
focus on core functionality. As an example for Spark: Provide a
SparkContext, and a HiveContext, if requested/enabled. This checks whether
we can fit the interpreter into Yarn, and the basic classpath/dependency
requirements.

For a start that kind of functionality would be sufficient, further
requirements can then be added at a later time.

This would also make the per-notebook interpreter settings more concise,
since non-functioning interpreters could be hidden. A next step would be to
do per-user-testing, for example if a ressource manager with quotas is
used, large spark interpreters should not appear fornusers who can't
allocate that many ressources.

Having diagnostic features inside Zeppelin should be part of the next push
to make it more end-user friendly, and could even be offered as a service
to a monitoring tool: for example the Ambari-page could show currently
failing interpreters as a warning/error.

Best regards,

Rick


On 7 Feb 2017 06:47, "Jeff Zhang"  wrote:

It is hard to figure out what user want to test.
Do they want to test whether the interpreter works or whether the changed
interpreter setting take effect. It makes the test function hard to be
implemented.


Windy Qin 于2017年2月7日周二 下午1:22写道:

> hi,
>   why not provide 'test' function in the interpreter.
>   After I cfg the interpreter ,I want to test whether it is ok now, and I
> can't fount where to test in the page of interpreter.
>   How about adding a function to test the interpreter in the page of
> interpreter cfg?
>


Re: why not provide 'test' function in the interpreter

2017-02-06 Thread Jeff Zhang
It is hard to figure out what user want to test.
Do they want to test whether the interpreter works or whether the changed
interpreter setting take effect. It makes the test function hard to be
implemented.


Windy Qin 于2017年2月7日周二 下午1:22写道:

> hi,
>   why not provide 'test' function in the interpreter.
>   After I cfg the interpreter ,I want to test whether it is ok now, and I
> can't fount where to test in the page of interpreter.
>   How about adding a function to test the interpreter in the page of
> interpreter cfg?
>


Re: Updating a Zeppelin graph remotely/programmatically?

2017-02-06 Thread Edgar Orendain
Excellent, that helps tremendously.  Updating via REST will do the trick - 
thanks!

From: Jun Kim 
Reply-To: "users@zeppelin.apache.org" 
Date: Monday, February 6, 2017 at 5:05 AM
To: "users@zeppelin.apache.org" 
Subject: Re: Updating a Zeppelin graph remotely/programmatically?

Zeppelin has REST APIs!

In your case, run a paragraph 
asynchronously
 might help :)

2017년 2월 6일 (월) 오후 10:02, Edgar Orendain 
>님이 작성:
Hi,

I’m considering Zeppelin for a visualization project that requires a graph to 
be updatable remotely (or at least programmatically without having UI access to 
the notebook).  The updates would be gradual (new plot points every X seconds).

Is this a Zeppelin use case, and if so is there a good reference that I could 
check out?

Thanks!
Edgar Orendain

--
Taejun Kim

Data Mining Lab.
School of Electrical and Computer Engineering
University of Seoul


Re: Updating a Zeppelin graph remotely/programmatically?

2017-02-06 Thread Jun Kim
Zeppelin has REST APIs!

In your case, run a paragraph asynchronously

might
help :)

2017년 2월 6일 (월) 오후 10:02, Edgar Orendain 님이 작성:

> Hi,
>
>
>
> I’m considering Zeppelin for a visualization project that requires a graph
> to be updatable remotely (or at least programmatically without having UI
> access to the notebook).  The updates would be gradual (new plot points
> every X seconds).
>
>
>
> Is this a Zeppelin use case, and if so is there a good reference that I
> could check out?
>
>
>
> Thanks!
>
> Edgar Orendain
>
>
>
-- 
Taejun Kim

Data Mining Lab.
School of Electrical and Computer Engineering
University of Seoul


Updating a Zeppelin graph remotely/programmatically?

2017-02-06 Thread Edgar Orendain
Hi,

I’m considering Zeppelin for a visualization project that requires a graph to 
be updatable remotely (or at least programmatically without having UI access to 
the notebook).  The updates would be gradual (new plot points every X seconds).

Is this a Zeppelin use case, and if so is there a good reference that I could 
check out?

Thanks!
Edgar Orendain



Re: [ANNOUNCE] Apache Zeppelin 0.7.0 released

2017-02-06 Thread Khalid Huseynov
Congratulations and thanks Mina and all community for effort!

On Mon, Feb 6, 2017 at 9:40 PM, DuyHai Doan  wrote:

> Congratulations for the team, great release!
>
> On Mon, Feb 6, 2017 at 1:34 PM, Vinay Shukla 
> wrote:
>
>> Congratulations Zeppelin users, contributors and committers.
>>
>> This is a great milestone.
>>
>> Before the dust settles on 0.7.0, let's put together our heads together
>> to define features for the next release.
>>
>>
>>
>> On Mon, Feb 6, 2017 at 7:00 AM, Hyung Sung Shim 
>> wrote:
>>
>>> Congratulations!
>>> and Thank you all Zeppelin users and devs!!
>>> 2017년 2월 6일 (월) 오후 8:48, Md. Rezaul Karim 님이 작성:
>>>
 Congratulations! Thanks for the great news. I appreciate your hard work
 for every release.

 On Feb 6, 2017 7:07 AM, Mina Lee  wrote:

 The Apache Zeppelin community is pleased to announce the availability of
 the 0.7.0 release.

 Zeppelin is a collaborative data analytics and visualization tool for
 distributed, general-purpose data processing system such as Apache
 Spark,
 Apache Flink, etc.

 The community put significant effort into improving Apache Zeppelin
 since
 the last release, focusing on multi-user support, pluggable
 visualization,
 better interpreter support. More than 100+ contributors provided 700+
 patches
 for new features, improvements and bug fixes. More than 480+ issues have
 been resolved.

 We encourage you to download the latest release from
 http://zeppelin.apache.org/download.html

 Release note is available at
 http://zeppelin.apache.org/releases/zeppelin-release-0.7.0.html

 We welcome your help and feedback. For more information on the project
 and
 how to get involved, visit our website at http://zeppelin.apache.org/

 Thank you all users and contributors who have helped to improve Apache
 Zeppelin.

 Regards,
 The Apache Zeppelin community



>>
>


Re: [ANNOUNCE] Apache Zeppelin 0.7.0 released

2017-02-06 Thread DuyHai Doan
Congratulations for the team, great release!

On Mon, Feb 6, 2017 at 1:34 PM, Vinay Shukla  wrote:

> Congratulations Zeppelin users, contributors and committers.
>
> This is a great milestone.
>
> Before the dust settles on 0.7.0, let's put together our heads together to
> define features for the next release.
>
>
>
> On Mon, Feb 6, 2017 at 7:00 AM, Hyung Sung Shim  wrote:
>
>> Congratulations!
>> and Thank you all Zeppelin users and devs!!
>> 2017년 2월 6일 (월) 오후 8:48, Md. Rezaul Karim 님이 작성:
>>
>>> Congratulations! Thanks for the great news. I appreciate your hard work
>>> for every release.
>>>
>>> On Feb 6, 2017 7:07 AM, Mina Lee  wrote:
>>>
>>> The Apache Zeppelin community is pleased to announce the availability of
>>> the 0.7.0 release.
>>>
>>> Zeppelin is a collaborative data analytics and visualization tool for
>>> distributed, general-purpose data processing system such as Apache Spark,
>>> Apache Flink, etc.
>>>
>>> The community put significant effort into improving Apache Zeppelin since
>>> the last release, focusing on multi-user support, pluggable
>>> visualization,
>>> better interpreter support. More than 100+ contributors provided 700+
>>> patches
>>> for new features, improvements and bug fixes. More than 480+ issues have
>>> been resolved.
>>>
>>> We encourage you to download the latest release from
>>> http://zeppelin.apache.org/download.html
>>>
>>> Release note is available at
>>> http://zeppelin.apache.org/releases/zeppelin-release-0.7.0.html
>>>
>>> We welcome your help and feedback. For more information on the project
>>> and
>>> how to get involved, visit our website at http://zeppelin.apache.org/
>>>
>>> Thank you all users and contributors who have helped to improve Apache
>>> Zeppelin.
>>>
>>> Regards,
>>> The Apache Zeppelin community
>>>
>>>
>>>
>


Re: [ANNOUNCE] Apache Zeppelin 0.7.0 released

2017-02-06 Thread Vinay Shukla
Congratulations Zeppelin users, contributors and committers.

This is a great milestone.

Before the dust settles on 0.7.0, let's put together our heads together to
define features for the next release.



On Mon, Feb 6, 2017 at 7:00 AM, Hyung Sung Shim  wrote:

> Congratulations!
> and Thank you all Zeppelin users and devs!!
> 2017년 2월 6일 (월) 오후 8:48, Md. Rezaul Karim 님이 작성:
>
>> Congratulations! Thanks for the great news. I appreciate your hard work
>> for every release.
>>
>> On Feb 6, 2017 7:07 AM, Mina Lee  wrote:
>>
>> The Apache Zeppelin community is pleased to announce the availability of
>> the 0.7.0 release.
>>
>> Zeppelin is a collaborative data analytics and visualization tool for
>> distributed, general-purpose data processing system such as Apache Spark,
>> Apache Flink, etc.
>>
>> The community put significant effort into improving Apache Zeppelin since
>> the last release, focusing on multi-user support, pluggable visualization,
>> better interpreter support. More than 100+ contributors provided 700+
>> patches
>> for new features, improvements and bug fixes. More than 480+ issues have
>> been resolved.
>>
>> We encourage you to download the latest release from
>> http://zeppelin.apache.org/download.html
>>
>> Release note is available at
>> http://zeppelin.apache.org/releases/zeppelin-release-0.7.0.html
>>
>> We welcome your help and feedback. For more information on the project and
>> how to get involved, visit our website at http://zeppelin.apache.org/
>>
>> Thank you all users and contributors who have helped to improve Apache
>> Zeppelin.
>>
>> Regards,
>> The Apache Zeppelin community
>>
>>
>>


Re: [ANNOUNCE] Apache Zeppelin 0.7.0 released

2017-02-06 Thread Hyung Sung Shim
Congratulations!
and Thank you all Zeppelin users and devs!!
2017년 2월 6일 (월) 오후 8:48, Md. Rezaul Karim 님이 작성:

> Congratulations! Thanks for the great news. I appreciate your hard work
> for every release.
>
> On Feb 6, 2017 7:07 AM, Mina Lee  wrote:
>
> The Apache Zeppelin community is pleased to announce the availability of
> the 0.7.0 release.
>
> Zeppelin is a collaborative data analytics and visualization tool for
> distributed, general-purpose data processing system such as Apache Spark,
> Apache Flink, etc.
>
> The community put significant effort into improving Apache Zeppelin since
> the last release, focusing on multi-user support, pluggable visualization,
> better interpreter support. More than 100+ contributors provided 700+
> patches
> for new features, improvements and bug fixes. More than 480+ issues have
> been resolved.
>
> We encourage you to download the latest release from
> http://zeppelin.apache.org/download.html
>
> Release note is available at
> http://zeppelin.apache.org/releases/zeppelin-release-0.7.0.html
>
> We welcome your help and feedback. For more information on the project and
> how to get involved, visit our website at http://zeppelin.apache.org/
>
> Thank you all users and contributors who have helped to improve Apache
> Zeppelin.
>
> Regards,
> The Apache Zeppelin community
>
>
>


Re: [ANNOUNCE] Apache Zeppelin 0.7.0 released

2017-02-06 Thread Mich Talebzadeh
excellent news

Dr Mich Talebzadeh



LinkedIn * 
https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw
*



http://talebzadehmich.wordpress.com


*Disclaimer:* Use it at your own risk. Any and all responsibility for any
loss, damage or destruction of data or any other property which may arise
from relying on this email's technical content is explicitly disclaimed.
The author will in no case be liable for any monetary damages arising from
such loss, damage or destruction.



On 6 February 2017 at 11:18, Windy Qin  wrote:

> Congratulations,but now where could I download the Apache Zeppelin 0.7.0
> bin.
> I can't found her in the http://zeppelin.apache.org/download.html .
>
> On 2017-02-06 15:07 (+0800), Mina Lee  wrote:
> > The Apache Zeppelin community is pleased to announce the availability of
> > the 0.7.0 release.
> >
> > Zeppelin is a collaborative data analytics and visualization tool for
> > distributed, general-purpose data processing system such as Apache Spark,
> > Apache Flink, etc.
> >
> > The community put significant effort into improving Apache Zeppelin since
> > the last release, focusing on multi-user support, pluggable
> visualization,
> > better interpreter support. More than 100+ contributors provided 700+
> > patches
> > for new features, improvements and bug fixes. More than 480+ issues have
> > been resolved.
> >
> > We encourage you to download the latest release from
> > http://zeppelin.apache.org/download.html
> >
> > Release note is available at
> > http://zeppelin.apache.org/releases/zeppelin-release-0.7.0.html
> >
> > We welcome your help and feedback. For more information on the project
> and
> > how to get involved, visit our website at http://zeppelin.apache.org/
> >
> > Thank you all users and contributors who have helped to improve Apache
> > Zeppelin.
> >
> > Regards,
> > The Apache Zeppelin community
> >
>


Re: [ANNOUNCE] Apache Zeppelin 0.7.0 released

2017-02-06 Thread Windy Qin
Congratulations,but now where could I download the Apache Zeppelin 0.7.0 bin.
I can't found her in the http://zeppelin.apache.org/download.html .

On 2017-02-06 15:07 (+0800), Mina Lee  wrote: 
> The Apache Zeppelin community is pleased to announce the availability of
> the 0.7.0 release.
> 
> Zeppelin is a collaborative data analytics and visualization tool for
> distributed, general-purpose data processing system such as Apache Spark,
> Apache Flink, etc.
> 
> The community put significant effort into improving Apache Zeppelin since
> the last release, focusing on multi-user support, pluggable visualization,
> better interpreter support. More than 100+ contributors provided 700+
> patches
> for new features, improvements and bug fixes. More than 480+ issues have
> been resolved.
> 
> We encourage you to download the latest release from
> http://zeppelin.apache.org/download.html
> 
> Release note is available at
> http://zeppelin.apache.org/releases/zeppelin-release-0.7.0.html
> 
> We welcome your help and feedback. For more information on the project and
> how to get involved, visit our website at http://zeppelin.apache.org/
> 
> Thank you all users and contributors who have helped to improve Apache
> Zeppelin.
> 
> Regards,
> The Apache Zeppelin community
>