Hi, Hasan
Yes as moon has explained, current zeppelin built-in chart doesn't meet
your requirement.
But just have look on 'setD3Chart()' function[1] in paragraph.controller.js
In there you can find how this axis and chart is handle in zeppelin. You
can introduce this feature for zeppelin even if
Hi,
I'm not sure what could be wrong.
can you see any existing notebook?
Best,
moon
On Mon, Aug 31, 2015 at 8:48 PM Piyush Mukati (Data Platform) <
piyush.muk...@flipkart.com> wrote:
> Hi,
> we have passed the InterpreterContext to completion() , it is working
> good on my local dev setup.
> b
Hi,
I think changes are come from
https://github.com/apache/incubator-zeppelin/pull/244.
https://github.com/apache/incubator-zeppelin/pull/270 is not yet merged,
but i suggest try this. It uses spark-submit if you have SPARK_HOME
defined. You'll just need define your spark.files in
SPARK_HOME/con
Hi,
+1 for Auto completion
It improves the UE in zeppelin. Since zeppelin supports interpreters, each
could have different languages and grammar. So depending upon the
interpreter the auto-completion must able to switch between.
On Wed, Sep 2, 2015 at 10:53 AM, moon soo Lee wrote:
> Hi,
>
> I
Hi,
Currently, i think built-in chart doesn't meet your requirement.
You can either render your own chart using javascript and html,
Or you can use matplotlib of pyspark to draw something, for example
%pyspark
# helper function to display in Zeppelin
import StringIO
def show(p):
img = StringI
Downloaded and compiled latest zeppelin.
in my conf/zeppelin-env.sh file I have the following line:
export
ZEPPELIN_JAVA_OPTS="-Dspark.files=/home/hduser/lib/sparklib.zip,/home/hduser/lib/service.cfg,/home/hduser/lib/helper.py"
This used to work, but when I inspect the folder using
SparkFile.get
Hi,
I recently read one article about Zeppelin that mentioning weak support of
keyboard shortcuts. I think overall keyboard shortcuts need to be improved
for user experience. Improving auto completion command can be part of it.
Notebook with different privileges and DAG is quite interesting.
I ca
Hi,
I just pushed patch for ZEPPELIN-262 at
https://github.com/apache/incubator-zeppelin/pull/270.
It'll take some time to be reviewed and merged into master.
Before that, you can try the branch of the PullRequest.
I believe it'll solve your problem, but let me know when you still have
problem af
Hi,
I have created one patch that you can try,
https://github.com/apache/incubator-zeppelin/pull/270
It uses spark-submit to run spark interpreter process. So the behavior
should be exactly the same to when you use spark-shell.
While z.load() internally uses sc.addJar(), if your code works in
s
I run scala code from zeppelin notebook, when I look at spark log from
spark/work/app-20150901193944-0015/0/stderr
Log file looks like:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/home/zhaoxq/Downloads/zeppelin2/incubator-zeppelin/interpreter/spark/zeppeli
Hi,
I'm testing patch for ZEPPELIN-262 with some environments that i have.
I think i can create pullrequest tonight.
Thanks,
moon
On Tue, Sep 1, 2015 at 1:34 PM Steven Kirtzic <
steven.kirtzic.f...@statefarm.com> wrote:
> Hi Moon,
>
>
>
> When are you guys targeting the release for Zeppelin-262
Hi Moon,
When are you guys targeting the release for Zeppelin-262? Thanks,
-Steven
From: moon soo Lee [mailto:m...@apache.org]
Sent: Tuesday, September 01, 2015 12:38 AM
To: users@zeppelin.incubator.apache.org
Subject: Re: Closure issue with spark 1.4.1
Hi David, Jerry,
There're series of effo
UNSUBSCRIBE
I have not tried the other branch,because it run normal period of time when
link into server directly until we change the way link to server (usenginx as a
websocket reverse proxy).
SoI suspect that the problem is on the websocket we set.
原始邮件
发件人:Corneau damiencornead...@gmail.com
收件人:usersus.
Do you have any way of trying with master branch?
There has been quite some changes on the websocket on it.
(Websocket doesn't need additional port anymore for example)
On Tue, Sep 1, 2015 at 6:17 PM, yupeng wrote:
> It can not be used when the status is disconnected ,unless I press F5 to
> fres
It can not be used when the status is disconnected ,unless I press F5 to fresh
the page.
the zeppelin version is branch-0.5 from github.
can we see that commitabout fixing that before that i can not find it .
thx.
原始邮件
发件人:Corneau damiencornead...@gmail.com
收件人:usersus...@zeppelin.incubator.apa
Hi,
Can you try to run some paragraphs when the status is disconnected?
It could be a bug from the disconnected status on the UI.
Also which version are you using? (since there was a commit about fixing
that before)
On Tue, Sep 1, 2015 at 5:54 PM, yupeng wrote:
> Hi Team:
>
>
> Zeppelin is OK in
Hi Team:
Zeppelin is OK in localhost. But when I open it in another machine, it shows
disconnected every few seconds.
we use nginx as a websocket reverse proxytoconnection between a client and
server. Zeppelin in server and I open a c
Inzeppelin-site.xml,I set:
export MASTER=spark://BJ-BIGDAT
18 matches
Mail list logo