Re: Bugs in Interpreter result display for table when result's length is a little bigger

2016-04-19 Thread Corneau Damien
Hi Dafeng, Can you provide a small query example? Normally the Table has a scrollbar. On Wed, Apr 20, 2016 at 12:17 PM, Dafeng Wang wrote: > Hi All, > > > > Today I found out a bug when review Zeppelin’s code: when table’s result > is bigger, sometimes the result can’t show them all. Let’s see

Re: Zeppelin 0.6.0

2016-04-18 Thread Corneau Damien
Hi Arturo Michel, The Shiro authentication is already part of the Master branch, however you will have to build it. There is no date for next release yet, however since we are trying to graduate as a top project, there might be one right after (to change names etc...) For infos on how to contribu

Re: Display in JDBC Interpreter

2016-04-06 Thread Corneau Damien
There is also this kind of behaviour for IDs which can be annoying. However I don't remember if its the server sending that, or the front-end making this transformation On Thu, Apr 7, 2016 at 8:32 AM, Christopher Matta wrote: > Yea this has always bothered me. Do commas even need to be displayed

Re: How can I refactor Zeppelin and take Zeppelin/Web to my project ?

2016-03-31 Thread Corneau Damien
Hi, Could you give more informations about what you are trying to accomplish, and which file you are currently exporting? It is a bit hard to follow right now :) On Thu, Mar 31, 2016 at 11:15 AM, zml张明磊 wrote: > Hello Experts, > > > > It's very nice to see you. You should know that Zeppelin/Web

Re: Problem with angular scope

2016-03-22 Thread Corneau Damien
Hi Damien > > I am not so familiar with the terms you mentioned (app vs paragraph), > so does that mean that we loose in term of functionality from 0.5.6 and > dev? > What is the plan to share variables between spark and angular ? > > Thanks > Guillaume > > On Tue, 22 M

Re: Problem with angular scope

2016-03-21 Thread Corneau Damien
compatibility > $scope.compiledScope = paragraphScope > > > > I thought the commit for backward compatibiity is merged with the master > and it should work if we use master now. No? > > regards > Bala > > On 21 March 2016 at 19:49, Corneau Damien wrote: > >> Hi

Re: Problem with angular scope

2016-03-21 Thread Corneau Damien
Hi, If you use master, this won't work. The scope storage was changed, and it is now kept in the paragraph controller only. (Scope can be applied to notebook or specific paragraphs from backend) One way to deal with this would be to have a div with an id in your paragraph 2, then access that dom e

Re: use of z.run

2016-03-19 Thread Corneau Damien
Do you need to run a paragraph from the %angular paragraph? >From what you described before, you wanted to do z.run() from spark. If you need to run from %angular, you can try this PR: https://github.com/apache/incubator-zeppelin/pull/742 On Fri, Mar 18, 2016 at 1:55 PM, Balachandar R.A. wrote:

Re: use of z.run

2016-03-19 Thread Corneau Damien
@tog: Recently the paragraph id was added at the top of the paragraph setting dropdown, to make it easy to retrieve and copy paste. (If that helps :) ) On Fri, Mar 18, 2016 at 6:38 AM, moon soo Lee wrote: > Hi, > > I think that's something you need to implement inside of notebook at the > moment

Re: REST API

2016-02-24 Thread Corneau Damien
Are you talking about Websocket or Rest Api? Websocket won't send you the result in the response, it will send you another websocket message. 'NOTE' or 'PARAGRAPH' or 'PARAGRAPH_APPEND_OUTPUT' or PARAGRAPH_UPDATE_OUTPUT' depending on the case On Wed, Feb 24, 2016 at 7:48 AM, vincent gromakowski <

Re: Incoming conference for Zeppelin

2016-02-23 Thread Corneau Damien
Lucky Guy, I didn't get in Devoxx France :) On Tue, Feb 23, 2016 at 9:18 AM, DuyHai Doan wrote: > Quick update, I'll be presenting Zeppelin with the Cassandra interpreter > in France for: > > - Devoxx France 2016 > - BreizhCamp 2016 > > The final dates are to be announced, the wiki page will be

Re: Zeppelin-web

2016-02-22 Thread Corneau Damien
Check the Readme that Skanda sent you, you will find all the informations related to zeppelin-web. Short answer would be for you to use './grunt serve' On Mon, Feb 22, 2016 at 9:49 AM, rohit choudhary wrote: > Just mvn package inside zeppelin-web. > > On Mon, Feb 22, 2016 at 4:26 AM, Ankur Jain

Re: Zeppelin Web UI Customizations

2016-02-22 Thread Corneau Damien
There is no external customization, So yes, if you want to change things, you will have to change the code On Mon, Feb 22, 2016 at 8:12 AM, Ankur Jain wrote: > Seems like you are talking abt below PR? > > https://github.com/apache/incubator-zeppelin/pull/6 > > > > Regards, > > Ankur > > > > *Fro

Re: Cytoscape-qtip and zeppelin

2016-02-18 Thread Corneau Damien
I took a shot at it, and improved the code to make sure things would go well. However, I couldn't make it work. All the libraries are included and both *qtip* and *cytoscape* are working fine, However *cytoscape.js-qtip *is not doing anything, even using ` cytoscape-qtip` in the console would throw

Re: zeppelin multi user mode?

2016-02-03 Thread Corneau Damien
@Benjamin, We do support version 1.6 of Spark, see: https://github.com/apache/incubator-zeppelin#spark-interpreter On Wed, Feb 3, 2016 at 9:47 PM, Benjamin Kim wrote: > I see that the latest version of Spark supported is 1.4.1. When will the > latest versions of Spark be supported? > > Thanks, >

Re: Data Visualization Map

2016-02-02 Thread Corneau Damien
Hi, We do want to include it, we were waiting on Madhuka so far to rebase his PR On Tue, Feb 2, 2016 at 11:21 PM, Ankur Jain wrote: > Hello Everyone, > > > > Is leaflet or any Map visualization library is part of Zeppelin? > > > > Also is there any plan to include leaflet library as part of Zepp

Re: md interpreter is slow

2016-02-02 Thread Corneau Damien
@Ahyoung He meant that he is writting markdown using zeppelin interpreter :) I actually never tried with a lot of lines, of long does it take? If its really long, that might be worth opening an issue On Feb 2, 2016 6:27 PM, "류아영" wrote: > Hi Zhong, > Thank you for the markdown interpreter docume

Re: autocompletion

2016-02-01 Thread Corneau Damien
Hi Marc, I think this example might be what you are looking for: https://www.zeppelinhub.com/viewer/notebooks/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL2Nvcm5lYWRvdWcvWmVwcGVsaW4tTm90ZWJvb2tzL21hc3Rlci9BdXRvLUNvbXBsZXRlLU11bHRpU2VsZWN0L25vdGUuanNvbg On Fri, Jan 15, 2016 at 10:49 AM, Marc Warren

Re: How do I modify a notebook?

2016-01-28 Thread Corneau Damien
Hi Kevin, Do you have any error in the web browser developer tool's console? Maybe you can also send us your logs that are in zeppelin's logs folder (.out and .log) On Fri, Jan 29, 2016 at 4:13 AM, Kevin Struckhoff wrote: > Hi, > > I've just downloaded and installed the zeppelin 0.5.6 binary and

Re: installed zeppelin 0.5.6 on centos cluster

2016-01-26 Thread Corneau Damien
Hi, Could you provide a screenshot of what you see in your web browser, and check if there is any logs inside the developer tool's console of your web browser? Thank you On Wed, Jan 27, 2016 at 4:33 AM, Barb Dawdy wrote: > > > Hi I downloaded 0.5.6 Zeppelin and built with the below mvn info on

Re: Problem in creating sankey diagram

2016-01-21 Thread Corneau Damien
Hi, I don't think the file path for the .js files can be reached this way. You would need to point to a hosted file. On Jan 21, 2016 7:52 PM, "Suraj" wrote: > Hi > > > > I am trying to use Sankey diagram from > http://github.com/tamc/Sankey/tarball/master in Zeppelin note; however > it is not sh

Re: Web-socket call getting stuck and result is not getting rendered in UI

2016-01-19 Thread Corneau Damien
Hi, I'm not sure I fully understand your setup and the modifications you've done, can you give a bit more details? Also, when you say that the result is saved inside note.json, does it mean that after refreshing the UI page you see the result, but it doesn't update after running the paragraph? On

Re: zeepelin disconnected

2016-01-12 Thread Corneau Damien
Hi, Could you give us more information about your setup? Also, the websocket does not use a different port anymore. (only one which by default is 8080) You can always try using another port by changing your configuration ( https://github.com/apache/incubator-zeppelin#configure) On Tue, Jan 12,

Re: Failed to build zeppelin-web on master

2016-01-12 Thread Corneau Damien
Hi, If you got problem with PhantomJS, you can remove this line: https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-web/Gruntfile.js#L437 On Tue, Jan 12, 2016 at 4:50 PM, Zhong Wang wrote: > Hi guys, > > I got a failure when I try building Zeppelin on a Mac OSX machine. It > seem

Re: No carriage return in output

2016-01-07 Thread Corneau Damien
Data Scientist > https://github.com/rawkintrevo > http://stackexchange.com/users/3002022/rawkintrevo > http://trevorgrant.org > > *"Fortunate is he, who is able to know the causes of things." -Virgil* > > > On Wed, Jan 6, 2016 at 7:07 PM, Corneau Damien > wrote: > >> Hi

Re: No carriage return in output

2016-01-06 Thread Corneau Damien
Hi Trevor, carriage return was taken care of not that long ago: https://github.com/apache/incubator-zeppelin/pull/538 Could you check again? Otherwise if you could give us an example of query for us to reproduce, it would be really helpful On Thu, Jan 7, 2016 at 9:57 AM, Trevor Grant wrote: > N

Re: Spark Job aborted due to stage failure - error=13 Permission denied

2015-12-17 Thread Corneau Damien
Hi Hoc Phan The stack is full of permission denied, so I would look in that direction first. Could you try running only the: myfile = sc.textFile("hdfs://cdhe1master.fbdl.local:8020/ user/zeppelin/testcdh.log") On Thu, Dec 17, 2015 at 6:06 PM, Amos B. Elberg wrote: > Zeppelin doesn’t set the m

Re: Zeppelin+spark+R+hive

2015-12-16 Thread Corneau Damien
First of all, I would start by saying that if you have trouble with https://github.com/datalayer/zeppelin-R You better ask directly on that repository or ask echarles for some help since it isn't part of the https://github.com/apache/incubator-zeppelin repository. I think he will be able to give yo

Re: Zeppelin build fails

2015-12-16 Thread Corneau Damien
FO] Warning: Task "karma:unit" failed. Use --force to continue. >> [INFO] >> [INFO] Aborted due to warnings. >> >> >> >> On Thu, Nov 26, 2015 at 3:15 PM, Corneau Damien >> wrote: >> >>> You can modify this line: >>> ht

Re: Scrollable cell for extended output in notebook

2015-12-02 Thread Corneau Damien
Hi Asif, I don't think we cut the results, so can you tell us more about how you get those outputs? (The screenshot is a bit small) On Dec 3, 2015 6:53 AM, "Asif Imran" wrote: > I have noticed that zeppelin notebook cells typically cuts off the display > after certain number of output lines — ple

Re: Notebook feature - "Link this paragraph"

2015-12-01 Thread Corneau Damien
Hi, This bug has been resolved recently in the master branch. You can find the resolved issue on Jira here: https://issues.apache.org/jira/plugins/servlet/mobile#issue/ZEPPELIN-413 If you build Zeppelin from the source code, you will need to pull new changes, if you use a release, you will need t

Re: Zeppelin build fails

2015-11-25 Thread Corneau Damien
You can modify this line: https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-web/test/karma.conf.js#L111 with: LOG_DEBUG And rerun the test inside zeppelin-web folder: './grunt test' On Thu, Nov 26, 2015 at 4:13 PM, Corneau Damien wrote: > All the Karma tests are fa

Re: Zeppelin build fails

2015-11-25 Thread Corneau Damien
All the Karma tests are failing. What OS are you using? On Thu, Nov 26, 2015 at 4:03 PM, Jeff Zhang wrote: > > Got this error when building zeppelin in master. > > Seems some else also meet this issue recently, but I didn't find a > solution on it. Any update on this issue ? > > > https://mail-a

Re: Own instance of zeppelinhub

2015-11-25 Thread Corneau Damien
Hi Luis, ZeppelinHub is not managed by the Apache Zeppelin community. You might have better answers if you ask them directly. Thanks, On Wed, Nov 25, 2015 at 11:41 PM, Luis Pigueiras wrote: > Hello, > > is it possible to have an own instance of zeppelinhub? Do you know if this > is only going

Re: API to execute notebook

2015-11-24 Thread Corneau Damien
Hi, I think somebody was working on Running Notebook API. Not sure if that includes Run Paragraph also. Since the code in your Notebook/Paragraph needs to know those values, the best way would probably be for them to be saved somewhere they can reach (Zeppelin Context, AngularBinding etc...)

Re: Clean Uninstall of Zeppelin?

2015-11-19 Thread Corneau Damien
Hi Steve, Zeppelin do not create anything outside of its directory, So indeed you only have to delete "incubator-zeppelin-master" You can also eventually delete the ~/.m2 folder to remove all the cached maven dependencies. (But not really mandatory) On Fri, Nov 20, 2015 at 8:11 AM, Steve Schult

Re: how to resize width of panel

2015-11-19 Thread Corneau Damien
Hi Mark, If you use the built-in graphs, they are supposed to match the container width. If after resizing the paragraph they are smaller or bigger than the container, you can try to refresh the page On Fri, Nov 20, 2015 at 8:01 AM, Mark Luk wrote: > > > When I click on the 'gears' icon of a pa

Re: %html directive errors: 'invalid string interpolation' and 'unclosed character literal'

2015-11-19 Thread Corneau Damien
; paragraph again, without changing any code this time, you’ll see ‘Hello > Fred!’ three times.) > > > > I’m not sure if this is a bug but I thought you and other users ought to > be aware of this in case they’re struggling to understand the output from > their code… > > Lucas. &

Re: %html directive errors: 'invalid string interpolation' and 'unclosed character literal'

2015-11-18 Thread Corneau Damien
Hi Lucas, The code might indeed be rendered multiple times since we receive the note back for every step of the query, Like query start, query finishes etc... Although I thought I reduced it to 2 calls instead of 3 before. It's something that could probably be improved in Zeppelin by sending back

Re: Help in Zeppelin installation

2015-11-05 Thread Corneau Damien
au, >> >> I tried it, using the pull request that you shared with us ( >> https://github.com/apache/incubator-zeppelin/pull/390) and it doesn't >> work >> >> >> >> 2015-11-04 16:05 GMT+01:00 Corneau Damien : >> >>> Hi guys, >>

Re: Zeppelin-web build failure

2015-11-04 Thread Corneau Damien
The -DskipTests is to skip the Java test. It has no effect on the type of grunt rule to run. (which takes care of building the webapp) On Thu, Nov 5, 2015 at 3:30 AM, Fengdong Yu wrote: > I finally succeed on the Ubuntu VM. not use your PR > > > > > > On Nov 5, 2015, at 9:

Re: Zeppelin-web build failure

2015-11-04 Thread Corneau Damien
I guess I will have to make an Ubuntu VM then On Thu, Nov 5, 2015 at 2:38 AM, Fengdong Yu wrote: > HI, > > > I tested your changes. the same failure. > > > > On Nov 4, 2015, at 11:04 PM, Corneau Damien wrote: > > Hi Feng, > > Can you try this PR to build? &

Re: Help in Zeppelin installation

2015-11-04 Thread Corneau Damien
Hi guys, A lot of people got some problem with Zeppelin-web and the karma tests. Could you try to see if this PR is solving it? https://github.com/apache/incubator-zeppelin/pull/390 On Sat, Oct 31, 2015 at 4:04 PM, Corneau Damien wrote: > Best way to compile when there is this error is

Re: Zeppelin-web build failure

2015-11-04 Thread Corneau Damien
e (2015-11-04 11:00:43 UTC) > wiredep:app116ms ▇▇ 4% > concurrent:test 1.2s > ▇▇▇▇▇▇▇▇ 38% > autoprefixer:dist 175ms ▇ 5% > karma:unit 1.7s >

Re: Zeppelin-web build failure

2015-11-04 Thread Corneau Damien
Just tried the Branch on Mac and didn't had any problems. That karma error appears a lot on Ubuntu lately. You can try running *./grunt test* inside zeppelin-web folder However I just realized that there is no number of test passed shown for me anymore (when I run ./grunt test). So we might have

Re: Help in Zeppelin installation

2015-10-31 Thread Corneau Damien
fying: >> https://github.com/apache/incubator-zeppelin/blob/7dbac7c72f50e0796f53aa811a40663e2d9dfdde/zeppelin-web/pom.xml#L128 >> >> On Oct 27, 2015, at 11:20 PM, Corneau Damien >> wrote: >> >> Those npm errors aren't actually errors, they are pretty misleadi

Re: Help in Zeppelin installation

2015-10-27 Thread Corneau Damien
> [INFO] Total time: 18:25 min > [INFO] Finished at: 2015-10-28T08:17:34+05:30 > [INFO] Final Memory: 122M/423M > [INFO] > > [ERROR] Failed to execute goal > com.git

Re: Help in Zeppelin installation

2015-10-27 Thread Corneau Damien
If normal grunt build didn't pass iin zeppelin-web, then there is no way the mvn clean package in incubator-zeppelin will since it call grunt build On Tue, Oct 27, 2015 at 6:53 PM, Pablo Torre wrote: > I am using a virtual machine with Ubuntu 14.04 > > > $ npm -v > > 1.4.28 > > $ node -v > > v0.

Re: Help in Zeppelin installation

2015-10-27 Thread Corneau Damien
I think that if you force zeppelin-web, then there is high chances that the process is not properly complete. These issues happen often, but since its so random, its hard to reproduce and therefore fix. I had than error once, and it just vanished after i changed branch a few times. On Oct 27, 201

Re: Help in Zeppelin installation

2015-10-26 Thread Corneau Damien
Hi naveen What does './grunt build' command in zeppelin-web is giving you? On Mon, Oct 26, 2015 at 9:34 PM, naveen xavier wrote: > Hi Rohit, > > Thank you so much for your quick response. > > Did exactly as you suggested and successfully installed npm inside > zeppelin-web folder. Now when I giv

Re: Problem Installing Zeppelin

2015-10-26 Thread Corneau Damien
t 26, 2015 2:29:39 PM > org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector > tryExecute > >INFO: I/O exception > (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) > caught when processing request: The target server fa

Re: Problem Installing Zeppelin

2015-10-26 Thread Corneau Damien
ector > tryExecute > >INFO: Retrying request > > > 2015-10-23 10:51 GMT+02:00 Corneau Damien : > >> We will try to see if upgrading npm helps. >> >> - First clean your zeppelin folder to repository state: 'git clean -dxf' >> >>

Re: Problem Installing Zeppelin

2015-10-23 Thread Corneau Damien
0.5.0' > >npm ERR! message Valid install targets: > >npm ERR! message > ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"] > >npm ERR! > >npm ERR! Additional lo

Re: Problem Installing Zeppelin

2015-10-23 Thread Corneau Damien
> > > >Execution Time (2015-10-22 13:31:43 UTC) > >loading tasks 6ms ▇ 86% > >Total 7ms > >STDERR: > > Sorry If I didn't explain it in the right way. > > I can try to run only &#

Re: Problem Installing Zeppelin

2015-10-22 Thread Corneau Damien
> > The version of node and npm... > > 2015-10-22 19:07 GMT+02:00 Pablo Torre : > >> Thanks Corneau for your time! >> >> 2015-10-22 19:05 GMT+02:00 Corneau Damien : >> >>> I see, I will try to clean all dependencies from my laptop to test. >>> Seem

Re: Problem Installing Zeppelin

2015-10-22 Thread Corneau Damien
annot find module 'simple-fmt' > >Warning: Task "autoprefixer" not found. Use --force to continue. > > > >Aborted due to warnings. > > > > > >Execution Time (2015-10-22 13:31:43 UTC) > >loading tasks 6ms

Re: Problem Installing Zeppelin

2015-10-22 Thread Corneau Damien
zeppelin-web. > > Then now , I should try this: > > Inside zeppelin-web: > > mvn package > grunt build > > Inside incubator-zeppelin: > > mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2 > -DskipTests > > > Isn't? > > > >

Re: Problem Installing Zeppelin

2015-10-22 Thread Corneau Damien
ide zeppelin-web and it works. > What I have is supposed to do now ? > > Best, > > > > 2015-10-22 10:04 GMT+02:00 Corneau Damien : > >> only 'mvn package' inside zeppelin-web >> Then ./grunt build inside zeppelin-web should work >> >> On Thu,

Re: Problem Installing Zeppelin

2015-10-22 Thread Corneau Damien
DskipTests' inside incubator-zeppelin? > > > > > 2015-10-22 9:50 GMT+02:00 Corneau Damien : > >> Hi, >> >> Can you try running 'mvn package' inside zeppelin-web? >> >> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre >> wrote: >>

Re: Problem Installing Zeppelin

2015-10-22 Thread Corneau Damien
m WARN deprecated CSSwhat@0.4.7: the module is now available >>> as 'css-what' >>> >>>npm WARN prefer global grunt-cli@0.1.13 should be installed with >>> -g >>> >>>npm WARN optional dep failed, continuing fsevents@1.0.2 &g

Re: what visualization package does zeppelin used? great thanks

2015-10-18 Thread Corneau Damien
Hi, The chart type selection buttons is not related to nvd3, its just an easy way for us to switch visualization. The settings box does not rerun the query. However Query parameters does rerun. The keys, group, values change the data structure that is sent to a graph. While its not documented and

Re: Problem Installing Zeppelin

2015-10-16 Thread Corneau Damien
Can you tell us your maven version? Also, you can try to run with -X for more debugging, or run mvn package in zeppelin-web only (would be faster) On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre wrote: > Hi guys, > > I am trying to install zeppelin using the repository in github: > https://githu

Re: Exporting notebook

2015-10-15 Thread Corneau Damien
ment and >> if I remove output from cells, I remove the plot ... I know I can cherry >> pick the cell that have an output but this is not a great solution. >> Best, >> David >> >> On Thu, Oct 15, 2015 at 4:51 AM, Corneau Damien >> wrote: >> >>>

Re: Exporting notebook

2015-10-14 Thread Corneau Damien
Hi, Zeppelin doesn't have any export feature, however there is a few ways depending on the case. - If the person you want to share to has Zeppelin, you can just send him the Notebook folder by email. - If you just want to send a static report (pdf style), Zeppelin has a printing css, so you can j

Re: Build from source assistance: web Application fails on "required class missing"

2015-10-13 Thread Corneau Damien
glected to do the second step. Corneau's tip about 0.16 vs 0.23 made me > suspicious of the seetup. > > thanks for the help. > > 2015-10-13 5:12 GMT-07:00 Corneau Damien : > >> Can you try cleaning your ~/.m2 directory? >> >> On Tue, Oct 13, 2015 at 6:35 P

Re: Build from source assistance: web Application fails on "required class missing"

2015-10-13 Thread Corneau Damien
ting that version. I have made no > customizations. > > re: "try again": I have tried to build this a few times before venturing > to contact the mailing list. > > 2015-10-13 2:31 GMT-07:00 Corneau Damien : > >> Zeppelin is supposed to use 0.0.23, but your logs

Re: Build from source assistance: web Application fails on "required class missing"

2015-10-13 Thread Corneau Damien
Zeppelin is supposed to use 0.0.23, but your logs are showing 0.0.16 On Oct 13, 2015 6:21 PM, "moon soo Lee" wrote: > I'm using os/x yosemite and maven 3.3.3, too and i have no problem > building zeppelin-web module. > > Here's related issue > https://github.com/eirslett/frontend-maven-plugin/iss

Re: Still no consol.log (Zeppelin - Web)

2015-10-02 Thread Corneau Damien
Also just to be sure its a typo. The command is grunt serve, not grunt server On Oct 3, 2015 9:45 AM, "Corneau Damien" wrote: > Grunt serve only launches the web part, it uses the original zeppelin > server. (Localhost). So you might not want to change the address to 0.0.0.0 &g

Re: Still no consol.log (Zeppelin - Web)

2015-10-02 Thread Corneau Damien
files >>> >>> >>> >>> Done, without errors. >>> >>> >>> >>> >>> >>> Execution Time (2015-10-02 18:35:21 UTC) >>> >>> loading tasks 3ms ▇▇ 12% >>> >>>

Re: Unable to start Zeppelin + Spark

2015-10-02 Thread Corneau Damien
No, it still fail. You have a problem with phantomJS on your machine. On Oct 3, 2015 3:40 AM, "ÐΞ€ρ@Ҝ (๏̯͡๏)" wrote: > I have 9002 and i then modified to 9012. > > Logs > > > $ ./grunt build > > Running "clean:server" (clean) task > > Cleaning .tmp...OK > > > Running "wiredep:app" (wiredep)

Re: Still no consol.log (Zeppelin - Web)

2015-10-01 Thread Corneau Damien
No 'grunt serve', no console.log On Oct 2, 2015 5:59 AM, "ÐΞ€ρ@Ҝ (๏̯͡๏)" wrote: > Cant see log statements for zeppelin tutorial notebook. > > On Thu, Oct 1, 2015 at 1:47 PM, ÐΞ€ρ@Ҝ (๏̯͡๏) wrote: > >> I checkout latest code and including console.log statements only >> (attached diff). I rendered

Re: Unable to start zeppelin (Address in use)

2015-09-30 Thread Corneau Damien
'Check which processes are listening on this port. Kill the process if it is ok.' 'doesn't have to be Zeppelin necessary' On Thu, Oct 1, 2015 at 1:47 PM, ÐΞ€ρ@Ҝ (๏̯͡๏) wrote: > $ ps aux | grep zeppelin > > root 6652 0.0 0.0 212676 13052 ?SAug03 0:00 > /usr/bin/python2.6 > /

Re: Unable to start zeppelin (Address in use)

2015-09-30 Thread Corneau Damien
Address already in use, doesn't have to be Zeppelin necessary. Do a: ps aux | grep zeppelin to see if its running. If it is, then kill -9 the processes On Thu, Oct 1, 2015 at 1:25 PM, ÐΞ€ρ@Ҝ (๏̯͡๏) wrote: > > > Logs > === > > INFO [2015-09-30 21:23:17,213] ({main} > QuartzScheduler.java[initia

Re: Zeppelin - Web Dev environment setup.

2015-09-30 Thread Corneau Damien
To compile Zeppelin, you need a few things setup: Java 7 Git Maven Npm (Cf. https://github.com/apache/incubator-zeppelin) If you have problem installing Npm on CentOs, try following the *Installing Node/NPM with Yum *part of this article: http://blog.jonhibbard.com/2014/10/installing-nodejs-and-

Re: Box plot graph support missing,

2015-09-29 Thread Corneau Damien
Could be easier to help you if you do a Pull Request, that way people could try the code On Wed, Sep 30, 2015 at 12:02 PM, ÐΞ€ρ@Ҝ (๏̯͡๏) wrote: > Any suggestions for my transform questions > On Tue, Sep 29, 2015 at 5:56 PM Corneau Damien > wrote: > >> Deepak, if you ask fo

Re: Box plot graph support missing,

2015-09-29 Thread Corneau Damien
ET https://registry.npmjs.org/proto-list >>>> >>>> [ERROR] npm http 304 https://registry.npmjs.org/os-homedir >>>> >>>> [ERROR] npm http 304 https://registry.npmjs.org/os-tmpdir >>>> >>>> [ERROR] npm http GET https://registry.npm

Re: Box plot graph support missing,

2015-09-28 Thread Corneau Damien
ts in candle stick and the below code to > get the candle stick. Once i get this plotted on zeppelin, i will then > want to work with actual data. Is above right way of doing it. > > 2) Dev environment: I made code changes, moved to ubuntu , built on ubuntu > (as mac build fails, que

Re: Box plot graph support missing,

2015-09-28 Thread Corneau Damien
gt; >>>> You’ll see #321 in the list or >>>> https://github.com/apache/incubator-zeppelin/pull/321 if you want a >>>> direct link. >>>> >>>> >>>> >>>> *From:* ÐΞ€ρ@Ҝ (๏̯͡๏) [mailto:deepuj...@gmail.com] >>>>

Re: Zeppelin server can get very slow when logs/ folder is too big

2015-09-28 Thread Corneau Damien
Not sure why the logs server side would slow the UI though On Sep 28, 2015 7:07 AM, "ÐΞ€ρ@Ҝ (๏̯͡๏)" wrote: > +1 > > On Sun, Sep 27, 2015 at 7:30 AM David Salinas > wrote: > >> Just did it, thanks for your fast answer. >> >> https://issues.apache.org/jira/browse/ZEPPELIN-326 >> >> On Sun, Sep 27,

Re: Unable to build zeppelin from git.

2015-09-25 Thread Corneau Damien
Seems its a problem with NodeJs. You should have logs here: /Users/dvasthimal/ebay/projects/poc/zeppelin/incubator-zeppelin/zeppelin-web/npm-debug.log You can also try to run 'npm install' in zeppelin-web repository to pinpoint what is wrong On Sep 26, 2015 8:50 AM, "Corneau

Re: Unable to build zeppelin from git.

2015-09-25 Thread Corneau Damien
What OS are you using? Verdion of Maven? NodeJs installed? On Sep 26, 2015 3:33 AM, "ÐΞ€ρ@Ҝ (๏̯͡๏)" wrote: > Steps > > git clone https://github.com/apache/incubator-zeppelin.git > > mvn clean package -Pspark-1.4 -Dspark.version=1.4.1 -Dhadoop.version=2.7.0 > -Phadoop-2.6 -Pyarn -DskipTests > > >

Re: Box plot graph support missing,

2015-09-24 Thread Corneau Damien
Hi, There is already PR#321 being done On Fri, Sep 25, 2015 at 11:30 AM, ÐΞ€ρ@Ҝ (๏̯͡๏) wrote: > Can someone guide me here. I want to add support for box plot graph, how > do i go from here. > > Also, please describe your dev setup. IDE , Mac etc. > > On Wed, Sep 23, 2015 at 4:44 PM, ÐΞ€ρ@Ҝ (๏̯͡

Re: Build Zeppelin for Spark 1.5 on OSX

2015-09-17 Thread Corneau Damien
This happened a few times recently (even on CI) Running it manually in the folder always works, but tends to fails without error (kinda time out) from maven. You can try to clean and run it again On Fri, Sep 18, 2015 at 12:16 PM, Alexander Bezzubov wrote: > Hi, > > thank you for interest in Zepp

Re: When will Highcharts be available in a release of Zeppelin?

2015-09-16 Thread Corneau Damien
sue looking at Wisp for now then. I know about > the licensing issues with HighChart but I’ll worry about that if I can get > Wisp working with Zeppelin firstJ. > > > > Thanks again, Lucas. > > > > *From:* Corneau Damien [mailto:cornead...@g

Re: When will Highcharts be available in a release of Zeppelin?

2015-09-16 Thread Corneau Damien
Hi, The Zeppelin 0.6.0 might be a bit outdated indeed. For the GSOC, the part with HighCharts, Google Chart etc, was a pre-phase to understand how we could make a common base to use multiple graph library. The scope of GSOC was drastically reduced considering the difficulty of the tasks, and a fe

Re: Latest src fails to compile zepplin-web errors out with: 'grunt --no-color' failed

2015-09-13 Thread Corneau Damien
Hi, I got that error a couple of times last week but couldn't find a real reason behind it. It's pretty random to me, and I couldn't find an exact fix. I did succeed in compiling after doing a few of my usual workflow: switching branch, rebasing, discarding changes, git clean -dxf etc... On Sun,

Re: Frequency of RECEIVE << PING

2015-09-09 Thread Corneau Damien
Don't hesitate to create a Jira issue if you find out that there is a bug in the ping feature. On Thu, Sep 10, 2015 at 2:34 PM, Wush Wu wrote: > > Thanks for your quick reply. > > I'll check if this is a bug or there are too many notebooks opened. > > 2015-09-10 12

Re: Frequency of RECEIVE << PING

2015-09-09 Thread Corneau Damien
There is currently no configuration for the ping, The last commit that changed the ping timeout frequency was this one: https://github.com/apache/incubator-zeppelin/commit/a9d686b40f0a5a37cdc775403866f711df70cf56 However, if you got 211 ping a second, it would mean you had 211 notebooks opened, o

Re: Few Qs on Zeppelin

2015-09-08 Thread Corneau Damien
1. Upload/Download -> No, the only way is to access the file system to do that 2. Not really, a few branches exist with some kind of authentication, other users have method to start multiple instances per user 3. If you have only one instance of zeppelin, then everybody can access the same notebook

Re: Remote connect shows Disconnected

2015-09-01 Thread Corneau Damien
ss F5 to > fresh the page. > > the zeppelin version is branch-0.5 from github. > > can we see that commit about fixing that before that i can not find it . > > thx. > > > 原始邮件 > *发件人:* Corneau Damien > *收件人:* users > *发送时间:* 2015年9月1日(周二) 17:02 > *主题:* Re: Remot

Re: Remote connect shows Disconnected

2015-09-01 Thread Corneau Damien
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

Re: Help!! A very easy question in frontend about angular, but in Zeppelin i've no idea.

2015-08-26 Thread Corneau Damien
Hi, It's not easy to understand Could you provide an example of the data? For what I understand, you want to show the list of string that you got from the file, and have a button next to it like this: String 1 [button1] String 2 [button2] However I'm not sure of what you want to do once yo

Re: Did new build and web sockets are not working anymore

2015-08-19 Thread Corneau Damien
This is a known issue, and I think it is being handled here: https://issues.apache.org/jira/browse/ZEPPELIN-231 On Aug 20, 2015 9:09 AM, "Chad Timmins" wrote: > Hi, > > I had the same thing happen to me this morning and get the same exact > error. Did you figure this out? > > From: Jitender Aswa

Re: Getting whole report with an iFrame

2015-08-19 Thread Corneau Damien
Only paragraph as Iframe is currently supported. Also you need to be careful with people being able to reload the query from Iframe On Wed, Aug 19, 2015 at 4:58 PM, hasan türken wrote: > Hi, > > One can design a complete UI by replacing/resizing paragraphs and > switching the notebook to "report

Re: Detecting change on an Angular variable not works

2015-08-18 Thread Corneau Damien
the > page. > > With the above change, > println(z.angular("selectedNode")): prints correct value > println(selectedNode): Wrong, initial value. > > Also, watch works only first change, but does not work on other changes. > > > > On Tue, Aug 18, 2015 at 5:52 P

Re: Detecting change on an Angular variable not works

2015-08-18 Thread Corneau Damien
The difference is the scope of variables. The angularBinded values must me accessible at notebook level to be used by any of its paragraph. In your case you were setting the scope value in a paragraph dom node scope level. Which means its not accesible by other paragraphs. Furthermore we only sen

Re: Detecting change on an Angular variable not works

2015-08-18 Thread Corneau Damien
The angularbind.watch function is already taking care of pushing changes from front to backend. However like stated before, the front scope variable are currently stored at app scope level in something named compiledScope (im working on sandboxing that better). So the way to set the scope variable

Re: Zeppelin Charts/UI interaction with interpreter

2015-08-17 Thread Corneau Damien
Hi, I think you can do it using the angulardisplay watch/unwatch feature. Documentation is here: https://zeppelin.incubator.apache.org/docs/displaysystem/angular.html More examples in the feature PR: https://github.com/apache/incubator-zeppelin/pull/27 On Aug 18, 2015 8:11 AM, "Randy Gelhausen"

Re: static asset folder?

2015-08-16 Thread Corneau Damien
Hi, To bypass the zeppelin-web ressources restriction, you could also open and read file from scala, and printing its content using println("%html " + fileContent) On Mon, Aug 17, 2015 at 1:41 PM, moon soo Lee wrote: > Hi Randy, > > The answer is no. > > However, depending on how you build and

Re: Path where server can be found

2015-08-04 Thread Corneau Damien
If you use the path /irisdataorig.csv in your html file, then the path is relative to the web server (file is expected to be reachable by anybody so on the webserver. So you have a few ways: 1) The csv file is hosted somewhere so public access ( http://mydomain.com/myfile.csv) 2) The csv file is i

  1   2   >