Re: Question about REST API to run a notebook

2015-11-05 Thread IT CTO
I am wondering if this does not make zeppelin an advance Spark-submit framework for multiple languages? As I see it, the visual representation of the result combined with the back-end language support is the core of zeppelin and REST api for submitting a notebook kind of kills it? How do we imagen

Re: Question about REST API to run a notebook

2015-11-05 Thread IT CTO
I am wondering if this does not make zeppelin an advance Spark-submit framework for multiple languages? As I see it, the visual representation of the result combined with the back-end language support is the core of zeppelin and REST api for submitting a notebook kind of kills it? How do we imagen

Zeppelin in yarn-cluster mode on stack-exchange

2015-10-25 Thread IT CTO
Hi, I recently responded to a question about this on stackoverflow ( http://stackoverflow.com/questions/33313041/is-it-possible-to-run-zeppelin-with-spark-yarn-cluster/33318160#33318160 ). The guy raise an interesting use case for the need which I don't know how to answer: "The reason being, every

Problem with documentation site

2015-10-22 Thread IT CTO
Hi I just checked the issue reported in zeppelin-354 about the sample not available on the doc site and I found out that although the code has the reference and work locally, something in the deployment to ASF broke the link and the official doc site is broken http://zeppelin.incubator.apache.org/

Documentation problem - bug?

2015-10-22 Thread IT CTO
Hi, I noticed that the documentation generator we use is removing some of the code see the notebookashomepage.md the code section looks like this (NOTE the bold line): Add the following code to a paragraph in you home page and run it... walla! you have your notebooks list. ```javascript println(

Pass parameters to flume script

2015-10-20 Thread IT CTO
Hi, I need to read 5 directories with different log data and store them in 5 different directories in hdfs. I have flume script that uses spooldir and hdfs sink to do this for a single directory. For performance reasons I want to run this script using 5 agents each for a separate direcory. BUT I d

Re: How to access files on hdfs

2015-10-20 Thread IT CTO
Cheers > Guillaume > > On 20 October 2015 at 08:49, IT CTO wrote: > >> Hi, >> I am using zeppelin to access files on hdfs >> >> var myRDD = sc.textFile("hdfs://*nameserive1*:8020/data/myfile.txt") >> This method works perfectly on spark-shell, also n

Re: How to access files on hdfs

2015-10-20 Thread IT CTO
Cheers > Guillaume > > On 20 October 2015 at 08:49, IT CTO wrote: > >> Hi, >> I am using zeppelin to access files on hdfs >> >> var myRDD = sc.textFile("hdfs://*nameserive1*:8020/data/myfile.txt") >> This method works perfectly on spark-shell, also n

Re: [jira] [Created] (ZEPPELIN-353) Provide an API to execute a zeppelin notebook and its paragraph

2015-10-20 Thread IT CTO
Sorry Samuel, are you interested implementing this yourself or looking for someone to do this? Eran On Tue, Oct 20, 2015 at 9:16 AM Samuel Alexander (JIRA) wrote: > Samuel Alexander created ZEPPELIN-353: > - > > Summary: Provide an API to exec

How to access files on hdfs

2015-10-20 Thread IT CTO
Hi, I am using zeppelin to access files on hdfs var myRDD = sc.textFile("hdfs://*nameserive1*:8020/data/myfile.txt") This method works perfectly on spark-shell, also no problem accessing the file using hadool CLI hadoop fs -ls hdfs://*nameserive1*:8020/data/myfile.txt but on zeppelin return an er

How to access files on hdfs

2015-10-20 Thread IT CTO
Hi, I am using zeppelin to access files on hdfs var myRDD = sc.textFile("hdfs://*nameserive1*:8020/data/myfile.txt") This method works perfectly on spark-shell, also no problem accessing the file using hadool CLI hadoop fs -ls hdfs://*nameserive1*:8020/data/myfile.txt but on zeppelin return an er

Problem with proto.SecurityProtos

2015-10-20 Thread IT CTO
Hi, I connected my zeppelin to our spark cluster and try a simple hdfs file access method: var myRdd = sc.textFile("hdfs://mtnameNode01:8020/data/myFile.txt") myRdd.first() and the result is : class org.apache.hadoop.security.proto.SecurityProtos$GetDelegatetionTokenRequestProto overrides final m

Re: can anyone help me with this problem on stackoverflow, about the "dynamic forms"

2015-10-17 Thread IT CTO
If I understand the question, the asker is looking for something like zeppelin form builder. Not looking to use zeppelin. בתאריך שבת, 17 באוק׳ 2015, 20:16 מאת Aaron Li : > can anyone help me with this problem on stackoverflow, about the "*dynamic > forms*" > > http://stackoverflow.com/questions/3

Pass parameter to a script

2015-10-11 Thread IT CTO
Hi, I have a flume script that sink a spoolDir to HDFS, I want to run multiple instances of this script without copying the script and changing it (all the difference is in the source spoolDir directory) Can I pass the directory as a parameter to the script? How can I access it in the script? Era

Re: Flume source channel sink tunning

2015-10-08 Thread IT CTO
Looks like your source is > running much faster than the sink can keep up. You can try adding more > sinks to improve drain rate. > > From: IT CTO > Reply-To: "user@flume.apache.org" > Date: Thursday, October 8, 2015 9:46 AM > To: "user@flume.apache.org" >

Flume source channel sink tunning

2015-10-08 Thread IT CTO
Hi, I am using SpoolDir with memory channel to write to hdfs sink. When I use a single spoolDir I get single threaded performance so based on some mails I read I splinted the source to 5 spoolDir all writing to the same memory channel which writes to the hdfs. Now I am getting different errors 1)

Re: How to export/backup a notebook?

2015-10-07 Thread IT CTO
We don't have export/backup feature yet but fot the scenario you have you can simply backup the notebook folder under your zeppelin installation folder, and restore it later before you start zeppelin again. Eran בתאריך יום ד׳, 7 באוק׳ 2015, 16:34 מאת shahab : > Hi, > > I need to shutdown my clust

Re: Can the %html directive not print variables defined in the same paragraph?

2015-10-07 Thread IT CTO
h a local Zeppelin setup at the moment but I will need to > talk to a remote Spark cluster on Hadoop at some point. > > Was your working example from a build of the latest code running locally? > > Thanks, > > Lucas. > > > > > > *From:* IT CTO [mailto:goi@gma

Re: Can the %html directive not print variables defined in the same paragraph?

2015-10-07 Thread IT CTO
d copy of > zeppelin-0.5.0-incubating.tgz. > > > > Was the bug fixed before or after zeppelin-0.5.0-incubating.tgz was > released? (BTW To doublecheck I preceded the 2 lines with %spark like you > did but I still get the same result.) > > Thanks, > > Lucas. > > >

Re: Can the %html directive not print variables defined in the same paragraph?

2015-10-07 Thread IT CTO
Which version of zeppelin are you using? older version had an issue with the display system showing only the first output and then handling the rest as text. Newer version should work fine. [image: Selection_023.png] Eran On Wed, Oct 7, 2015 at 11:53 AM Partridge, Lucas (GE Aviation) < lucas.partr

Re: Reactive Angular charts sample

2015-10-06 Thread IT CTO
I think you should open a JIRA for - "One thing I did was to dynamically bind an Angular watch to the notebook paragraph, the other is to keep a reference of the watch so it can be unregistered when the paragraph is executed again. Otherwise it just keeps adding additional watchers." On Tue, Oct

Re: [jira] [Created] (FLUME-2807) Add a simple split interceptor

2015-10-04 Thread IT CTO
I think you can achive this with the Regex interceptor. https://flume.apache.org/FlumeUserGuide.html בתאריך יום א׳, 4 באוק׳ 2015, 21:32 מאת seekerak (JIRA) : > seekerak created FLUME-2807: > --- > > Summary: Add a simple split interceptor >

Re: With spooldir source, memory channel, hdfs sink --> Output files are very tiny files[766 bytes]

2015-10-03 Thread IT CTO
om <http://datamaking.com>Facebook Page: > www.facebook.com/datamaking <http://www.facebook.com/datamaking>* > > On Sat, Oct 3, 2015 at 11:09 PM, IT CTO wrote: > >> Can you share your conf file? >> The size of the file can be determined by few parameters such a roll* or

Re: With spooldir source, memory channel, hdfs sink --> Output files are very tiny files[766 bytes]

2015-10-03 Thread IT CTO
Can you share your conf file? The size of the file can be determined by few parameters such a roll* or idle-timeout. Eran On Sat, Oct 3, 2015 at 6:33 PM Shiva Ram wrote: > My flume agent conf. file. > > *How to increase the output file size? Thanks.* > > *Thanks & Regards,* > > *Shiva Ram* > *W

Re: Apache con

2015-10-02 Thread IT CTO
Hi, These presentations looks amazing! was it recorded and available on youtube? As for the question about the documentation of how to get multi-user to work in the organization - I guess you refer to the z-manager from NFLabs? Is this going to be part of the ASF project? How can an organization us

Re: Hive SerDe regex error

2015-10-01 Thread IT CTO
meTest/flume-test-spoolDir'; And got the same result Eran On Thu, Oct 1, 2015 at 3:20 PM Daniel Haviv wrote: > Hi, > You didn't escape the ^ character at the end. > Try using this string instead: ([^ ]*) ([^ ]*) ([^ ]*) ([^ ]*) ([^ > \[]*)\[([^ ]*)\]: \(([^ ]*)\) ([\^]*) &g

Re: Pig Interpreter

2015-10-01 Thread IT CTO
The syntax might be similar but spark context can not execute pig script so you would need a pig interpreter to do that. Eran On Thu, Oct 1, 2015 at 3:15 PM Nihal Bhagchandani < nihal_bhagchand...@yahoo.com> wrote: > Hi, > so as per my understanding: > > *PIG*: Uses a scripting language called Pi

Hive SerDe regex error

2015-10-01 Thread IT CTO
Hi, I am trying to create a table with Regex SerDe but failing with no good reason: CREATE EXTERNAL TABLE syslog ( month STRING, day STRING, time STRING, source STRING, process STRING, pid STRING, uname STRING, message STRING) COMMENT 'This is the syslog sample table' ROW FORMAT SER

Re: [GitHub] incubator-zeppelin pull request: [ZEPPELIN-328] Interpreter page s...

2015-09-29 Thread IT CTO
Much better 😃 +1 בתאריך יום ד׳, 30 בספט׳ 2015, 06:48 מאת felixcheung : > Github user felixcheung commented on the pull request: > > > https://github.com/apache/incubator-zeppelin/pull/328#issuecomment-144274306 > > Better? > > ![image]( > https://cloud.githubusercontent.com/assets/8969467

Re: [GitHub] incubator-zeppelin pull request: [ZEPPELIN-328] Interpreter page s...

2015-09-29 Thread IT CTO
+1 בתאריך יום ד׳, 30 בספט׳ 2015, 00:49 מאת felixcheung : > Github user felixcheung commented on the pull request: > > > https://github.com/apache/incubator-zeppelin/pull/328#issuecomment-144201238 > > Any comment is welcome > > > --- > If your project is set up for it, you can reply to this e

Re: %hive or %hql

2015-09-29 Thread IT CTO
er > is a shorten for default interpreter in the given group. > > > > On Tue, Sep 29, 2015 at 3:40 AM -0700, "IT CTO" wrote: > Hi, > Just started playing with Hive ad noticed that the interpreter page say > Hive %hql but in the notebook only %hive is working. > A

%hive or %hql

2015-09-29 Thread IT CTO
Hi, Just started playing with Hive ad noticed that the interpreter page say Hive %hql but in the notebook only %hive is working. Am I missing something or this is a bug? Eran -- Eran | "You don't need eyes to see, you need vision" (Faithless)

Fwd: Failed to execute command on hive - Relative path in absolute URI

2015-09-29 Thread IT CTO
-- Forwarded message - From: IT CTO Date: Tue, Sep 29, 2015 at 10:51 AM Subject: Failed to execute command on hive - Relative path in absolute URI To: After connecting to hive both using the shell or beeline I am getting the following error on every command I am making What is

Git diff does not pick new files

2015-09-28 Thread IT CTO
Based on flume docs I tried using git diff to create the patch I want to submit. But I noticed the file only contains the updated files and no new files were added. Why? Also, if I use the --staged flag only new file are included. What am I missing? Eran -- Eran | "You don't need eyes to see, you

Re: How to contribute + github

2015-09-28 Thread IT CTO
can take and if lot of patches are pending, > I know I have to stop and let the team catch-up. > > It's personal choice, after a few patches you will have your own :) > > On Mon, Sep 28, 2015 at 10:27 AM, IT CTO wrote: > > Thanks for the reply. > > So you build a loca

Re: How to contribute + github

2015-09-28 Thread IT CTO
e I usually work on lot of JIRA's in parallel. Some are simple and > some takes few weeks to get in shape. > > You can choose whatever works for you. Hope it answers your question. > > On Mon, Sep 28, 2015 at 9:06 AM, IT CTO wrote: > > Hi, > > I read the > > &g

How to contribute + github

2015-09-28 Thread IT CTO
Hi, I read the https://cwiki.apache.org/confluence/display/FLUME/Developers+Quick+Hack+Sheet If I write my code where my origin is the origin https://github.com/apache/flume.git (fetch) origin https://github.com/apache/flume.git (push) How can I save my changes while they are being reviewed? Shoul

Re: Is it possible to customize the skin on Zeppelin?

2015-09-28 Thread IT CTO
I think you should open a JIRA issue for that. Eran בתאריך יום א׳, 27 בספט׳ 2015, 08:12 מאת Girish Reddy : > Is it possible to customize the skin on Zeppelin? In other words, replace > the Zeppelin logo with something else? > > I understand we can customize the notebook itself. But I am more > in

contributing to flume

2015-09-26 Thread IT CTO
Hi, I am new to flume and want to be able to contribute to flume. I opened a jira issue (flume-2802) but I can't assign it to me so I can't change the status to get the patch reviewed. Can someone help here? Eran -- Eran | "You don't need eyes to see, you need vision" (Faithless)

Re: Zeppelin Anatomy

2015-09-25 Thread IT CTO
+1 for docs on multi tanency בתאריך יום ו׳, 25 בספט׳ 2015, 12:12 מאת Partridge, Lucas (GE Aviation) < lucas.partri...@ge.com>: > It would also be great to see a page somewhere under > https://zeppelin.incubator.apache.org/docs/index.html which clearly > explains the relationship between Spark Con

Folder name interceptor - contribution

2015-09-24 Thread IT CTO
Hi, I just created a Folder name interceptor which extract the *last folder name* in the SpoolDir.fileHeaderKey and set it to a given folder name key. This is useful for someone like me who needs just the last folder name in the path and not the whole path. I want to contribute this interceptor to

Extract a folder name from path

2015-09-24 Thread IT CTO
Any idea on how to extract the last folder name from the fileHeader field in spoolDir? Should I write a custom source for this? Are all extracted header fields accessible in the interceptor? -- Eran | "You don't need eyes to see, you need vision" (Faithless)

Re: Hi, can I write python code in zeppelin

2015-09-22 Thread IT CTO
If it does not work build the code with -Ppyspark option. בתאריך יום ג׳, 22 בספט׳ 2015, 11:20 מאת IT CTO : > Yes sure try %pysprak and type your vode' > > בתאריך יום ג׳, 22 בספט׳ 2015, 11:18 מאת Aaron Li : > >> hi, thanks for build such an amazing project, espe

Re: Hi, can I write python code in zeppelin

2015-09-22 Thread IT CTO
Yes sure try %pysprak and type your vode' בתאריך יום ג׳, 22 בספט׳ 2015, 11:18 מאת Aaron Li : > hi, thanks for build such an amazing project, especially for the flexible > visulization solution, since I like python, I want to ask can I write > python code in zeppelin, and what's more, can zeppelin

Re: Interceptor vrs Serialeztion

2015-09-21 Thread IT CTO
by default, unless hdfs.useLocalTimeStamp = true. > So, a1.sinks.k1.hdfs.path = /flume/events/%y-%m-%d/%H%M/%S will have > replacement values from the timestamp header produced by regex extractor. > > > > > On Mon, Sep 21, 2015 at 5:03 PM, IT CTO wrote: > >> I want to

Interceptor vrs Serialeztion

2015-09-21 Thread IT CTO
I want to read files and write them to hdfs but I want to write the to a date partitioned folder based on a date value IN THE ROW. Should I write a custom interceptor or custom serializer? Eran -- Eran | "You don't need eyes to see, you need vision" (Faithless)

Re: HDFS sink - rollover

2015-09-21 Thread IT CTO
My guess would be that you don't have a steady flow of messages and you get to the interval threshold. Set the idleTimeout to something bigger. just note that the last file will not be closed until this timeout exceeded. Eran On Mon, Sep 21, 2015 at 1:32 PM wrote: > Addon: The rollover count va

Flume use-case - push data from read-only folder to HDFS

2015-09-17 Thread IT CTO
Hi, I am looking for a way to push log data from a read-only folder to hdfs using flume. as I know, flume spoolDir needs write access to change the completed file name when done, so I wanted to create a temp folder as a spoolDir and use rsync to copy files to it and then us it as a spoolDir. but, a

SpoolDir is readonly

2015-09-17 Thread IT CTO
Hi, I want t use a spooldir but don't want flume to modify the files in that directory, can I specify both a trackerDir and a "completedDir" for flume to store the processed file in it? Eran -- Eran | "You don't need eyes to see, you need vision" (Faithless)

Re: Zeppelin - Request for Time Boxed Releases

2015-09-16 Thread IT CTO
+1. Just need to make sure we keep the quality bar high and not push features to the last minute. Eran בתאריך יום ה׳, 17 בספט׳ 2015, 06:53 מאת moon soo Lee : > Hi Vinay, > > Thanks for great suggestion. > As you know, current roadmap is feature based. But I think it really make > sense to have re

Re: Zeppelin - Request for Time Boxed Releases

2015-09-16 Thread IT CTO
+1. Just need to make sure we keep the quality bar high and not push features to the last minute. Eran בתאריך יום ה׳, 17 בספט׳ 2015, 06:53 מאת moon soo Lee : > Hi Vinay, > > Thanks for great suggestion. > As you know, current roadmap is feature based. But I think it really make > sense to have re

Re: [GitHub] incubator-zeppelin pull request: Interpreter setting not getting s...

2015-09-16 Thread IT CTO
I agree with corneadoug, if we automatically persist the properties when user press save without pressing the + sigh then we have to add some kind of cancel only on the preperty level. say I just typed in a property name and value and did not press +, how do I cancel this without saving? maybe a d

Flume vs Nifi

2015-09-16 Thread IT CTO
Hi, Don't know if this was asked before but I am looking for information comparing both of these projects. Not sure I understand the benefit that NiFi have over the existing Flume. Any insight? Eran -- Eran | "You don't need eyes to see, you need vision" (Faithless)

Fwd: [CONF] Zeppelin > Helium proposal

2015-09-10 Thread IT CTO
Not sure if my feedback got to the right place as it was sent to confluence so here it is again... WOW! you have been busy :-) It looks very impresive but before we jump into the details I want to understand the context. 1) You are proposing this as an extention to the current zeppelin project or

Re: [GitHub] incubator-zeppelin pull request: ZEPPELIN-294 Enable karma code co...

2015-09-10 Thread IT CTO
Is this going to be mandatory threshold during CI? Report can be same as RAT report, right? On Thu, Sep 10, 2015 at 10:30 AM corneadoug wrote: > Github user corneadoug commented on the pull request: > > > https://github.com/apache/incubator-zeppelin/pull/292#issuecomment-139138641 > > I woul

Re: warmstart hive on login

2015-09-09 Thread IT CTO
Not sure if this is the best way but you can have a notebook which replace your homepage - this notebook beside showing what you want on the homepage can warmup whatever you want. http://zeppelin.incubator.apache.org/docs/manual/notebookashomepage.html BTW, as much as I now the spark interpreter cr

Re: Notebook note with %sql does not see registered tables in previous note

2015-09-09 Thread IT CTO
I just tested it on my code and had not problem doing so. Can you share the code before the line eventsDF.registerTempTable("events")? Can you run the Zeppelin Load Data Into Table paragraph in the Zeppelin Tutorial and then try to run the select from bank on another note and see if it works? Gene

Re: HDFS hdfs.path custom config ? possible ?

2015-09-08 Thread IT CTO
If the path stays with %h what would be the folder name with round 15 unit minute? בתאריך יום ג׳, 8 בספט׳ 2015, 19:52 מאת Hari Shreedharan < hshreedha...@cloudera.com>: > You can use roundValue as 15 and roundUnit as Minute - so a new dir would > get created every 15 mins. > > > Thanks, > Hari >

Re: Newbe question about Flume-ng - ElasticSearchSink

2015-09-08 Thread IT CTO
file separate jiras for each one here: > https://issues.apache.org/jira/browse/FLUME > > > Thanks, > Hari > > On Tue, Sep 8, 2015 at 8:41 AM, IT CTO wrote: > >> Hi, >> I just started learning flume and using it to send events to our HDFS >> cluster and lo

Newbe question about Flume-ng - ElasticSearchSink

2015-09-08 Thread IT CTO
Hi, I just started learning flume and using it to send events to our HDFS cluster and log them in elasticsearch. I am using the latest build Flume 1.6.0 Source code repository: https://git-wip-us.apache.org/repos/asf/flume.git Revision: 2561a23240a71ba20bf288c7c2cda88f443c2080 Compiled by hshreedh

Re: [DISCUSS] moving website with documentation from gh-pages to master branch

2015-09-03 Thread IT CTO
+1 I just did the REST PR and had to open two PR for REST updates and Doc updates. On Thu, Sep 3, 2015 at 3:38 PM Alexander Bezzubov wrote: > Team, > > as far as our website right now is the main project documentation I suggest > we move it from *gh-pages* to the *master *branch, i.e under `/do

Re: zeppelin tar file size

2015-09-02 Thread IT CTO
Also, if you are using maven 3.3 you can add -pl '!flink' or any other interpreter you don't need. It will reduce both the nuild time and size. בתאריך יום ד׳, 2 בספט׳ 2015, 18:48 מאת Alexander Bezzubov : > Hi, > > thank you for you interest in Zeppelin project! > > Yes, by default a build that yo

CI issues - Help?

2015-08-31 Thread IT CTO
Hi, Can someone explain why my CI is broken again: https://s3.amazonaws.com/archive.travis-ci.org/jobs/78028818/log.txt travis_time:end:1d35fae6:start=1441025099576429512,finish=1441025099607511529,duration=31082017 travis_fold:end:after_failure.3 travis_fold:start:after_failure.4 tra

Re: [DISCUSSION] Tracking Streaming and Long-living Tasks in Zeppelin

2015-08-28 Thread IT CTO
+1 for streaming support. בתאריך יום ו׳, 28 באוג׳ 2015, 17:53 מאת Christian Tzolov : > I've been exploring lately how would a streaming platforms fit into > Zeppelin. > > The streaming processes are continuous as opposed to the usual Paragraph's > batch like jobs. > > For example you start the tw

Re: REST API Support for option (remote=false)

2015-08-28 Thread IT CTO
;re not > running on the same machine. > > Best, > moon > > On Thu, Aug 27, 2015 at 11:57 PM IT CTO wrote: > > > Shoul we remove the option part completely or just make remote read only > > and disregard value in the setter? > > It is importent to keep the json

Re: REST API Support for option (remote=false)

2015-08-27 Thread IT CTO
UI is not supporting > it. > (the feature is still used in some tests) > > Thanks, > moon > > > On Thu, Aug 27, 2015 at 11:19 PM IT CTO wrote: > > > In the UI we don't support registering a local (does not use external > jvm) > > interperter setting bu

REST API Support for option (remote=false)

2015-08-27 Thread IT CTO
In the UI we don't support registering a local (does not use external jvm) interperter setting but the REST API support it. Should we remove it? We want to create a stable API as possible Eran

Re: [DISCUSS] Upcoming release

2015-08-27 Thread IT CTO
I agree a great progress has been made but before we invest time in releasing do we have a record of how meny people use the released version and not build from source? בתאריך יום ו׳, 28 באוג׳ 2015, 08:47 מאת moon soo Lee : > Hi, > > I'd like to discuss about upcoming release. > A lot of improvem

Log standart

2015-08-27 Thread IT CTO
Do we have a standard for our log messages? I am hooking zeppeli to ELK and want to parss the log file.

Re: idea: add paragraph prompt

2015-08-25 Thread IT CTO
multiple instances (UI doesn't prevent you > from doing it) then i guess the first in the list will be picked. > > - Christian > > On 25 August 2015 at 09:57, IT CTO wrote: > >> Following the discussion about the re-bind of an interpreter to a notebook >> and pa

idea: add paragraph prompt

2015-08-25 Thread IT CTO
Following the discussion about the re-bind of an interpreter to a notebook and paragraph I was thinking that we should add something like a prompt to a paragraph. main reason is to be able to present to the use the "setting" in which he is working. e.g. I have two JDBC settings - one for MyDB and t

Re: registeredInterpreters and InterpreterFactory.getRegisterInterpreterList return different result

2015-08-21 Thread IT CTO
RRepl that can't be cast or reflected to a RRepl. > > I think it might be helpful if someone explained/documented the > interpreter registration/startup/loading process? > > I'm getting the sense that there's something going on there that many of > us don't u

Re: registeredInterpreters and InterpreterFactory.getRegisterInterpreterList return different result

2015-08-21 Thread IT CTO
Can someone explain how that possible? [image: Selection_018.png] Size == 16 with only 8 values in the List? On Fri, Aug 21, 2015 at 6:26 PM IT CTO wrote: > How come > InterpreterFactory.getRegisterInterpreterList().size() > > https://github.com/apache/incubator-z

registeredInterpreters and InterpreterFactory.getRegisterInterpreterList return different result

2015-08-21 Thread IT CTO
How come InterpreterFactory.getRegisterInterpreterList().size() https://github.com/apache/incubator-zeppelin/blob/67f7f3e403bdaa84b75f72241c418842fcc13696/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterFactory.java#L313 and Interpreter.registeredInterpreters().size https

JSON response issue

2015-08-21 Thread IT CTO
I am trying to write more test for the REST API but... Does anyone know why we are not getting just the body when we call gson.fromJson(get.getResponseBodyAsString(), new TypeToken>(){}.getType()); get.getResponseBodyAsString() returns *{"status":"OK","message":"","body":[{"id":"2AXE167H3","nam

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

2015-08-20 Thread IT CTO
sorry, I had a local problem which is not related to here. Eran On Thu, Aug 20, 2015 at 7:41 PM IT CTO wrote: > Hi, > I also got the latest code today and build it successfully but keep > getting connection refused. > I applied PR 231 build again but still can't connect to

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

2015-08-20 Thread IT CTO
sorry, I had a local problem which is not related to here. Eran On Thu, Aug 20, 2015 at 7:41 PM IT CTO wrote: > Hi, > I also got the latest code today and build it successfully but keep > getting connection refused. > I applied PR 231 build again but still can't connect to

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

2015-08-20 Thread IT CTO
Hi, I also got the latest code today and build it successfully but keep getting connection refused. I applied PR 231 build again but still can't connect to the server. Any ideas? Eran On Thu, Aug 20, 2015 at 6:48 PM Jitender Aswani wrote: > I couldn’t apply the patch. I guess I am going to wait

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

2015-08-20 Thread IT CTO
Hi, I also got the latest code today and build it successfully but keep getting connection refused. I applied PR 231 build again but still can't connect to the server. Any ideas? Eran On Thu, Aug 20, 2015 at 6:48 PM Jitender Aswani wrote: > I couldn’t apply the patch. I guess I am going to wait

Re: Keyboard shortcuts

2015-08-20 Thread IT CTO
I have the same behavior, they don't work either try ACE shortcuts On Thu, Aug 20, 2015 at 3:39 PM Dhaval Patel wrote: > Keyboard shortcuts are not working for me except *run the note*. Does > anyone have cheat-sheet or list of keyboard shortcuts? > > I am using ZP from chrome and haven't tried

Re: How to hide interpreter log from each para in the notebook

2015-08-19 Thread IT CTO
It is a trick but should work, if you output the result to an %html or %table you will not see the prev log lines. E.g. Println("%table" + rdd.count ) בתאריך יום ד׳, 19 באוג׳ 2015, 22:28 מאת Jitender Aswani < jiten...@sparklinedata.com>: > Hello, > > Unable to figure out how to disable the interp

Re: Hiding the graph legend

2015-08-19 Thread IT CTO
e the legend. Eran בתאריך יום ד׳, 19 באוג׳ 2015, 22:23 מאת Chad Timmins : > Just using the shell interpreter to run a mysql query and graph the > results. The legend is dwarfing the plot/graph. I want to to manipulate > the nv legend. Does that make sense? > > Thank you > >

Re: Hiding the graph legend

2015-08-19 Thread IT CTO
what you are looking for is just the plain text as output? Which interpreter are you using? Eran בתאריך יום ד׳, 19 באוג׳ 2015, 21:51 מאת Chad Timmins : > Is it possible to hide the graph legend? If not currently possible, do I > need to modify the zeppelin-web src code? Lastly, could you point

Re: Local Interpreters

2015-08-19 Thread IT CTO
implemented remote interpreter. And then local interpreter became legacy. I > think it's safe to remove local interpreter from docs. > > Thanks, > moon > > On Wed, Aug 19, 2015 at 5:26 AM IT CTO wrote: > >> As the doc say >> http://zeppelin.incubator.apa

Re: Local Interpreters

2015-08-19 Thread IT CTO
As the doc say http://zeppelin.incubator.apache.org/docs/development/writingzeppelininterpreter.html all interpreters now run in a different JVM. The option to run the interpreter in the same JVM is not available in the UI. @Moon Soo Lee should we remove it from the REST API as well? Eran On Wed

FileObject getRootDir() fails within the IDE?

2015-08-18 Thread IT CTO
Did someone try to run the zeppelin-server in debug? I am running JUnit within the IDE (intelliJ) but for some reason fsManager.resolveFile resolves path differently? FileObject rootDir = fsManager.resolveFile(getPath("/")); getPath("/") returns the right path /home/cto/Download/..notebook but fs

Re: Problem with interpreters after remove

2015-08-17 Thread IT CTO
Issue created - zeppelin 229 On Mon, Aug 17, 2015 at 8:13 PM IT CTO wrote: > I will create the issue based on the mail repro steps. > As for the solution you plan. my understanding is that the interpreter > binding is happening automatically the first time we run the paragraph > (r

Re: Problem with interpreters after remove

2015-08-17 Thread IT CTO
> missing in the interpreter binding settings. > Can somebody create an issue? I like the Step by step instructions from > Eran, it will be easy to reproduce > > > On Tue, Aug 18, 2015 at 12:50 AM, IT CTO wrote: > > > Well it doesn't. > > I think when we find thst

Re: Problem with interpreters after remove

2015-08-17 Thread IT CTO
0 מאת Joel Zambrano : > Oh I completely agree! I thought that when this happened the ui would ask > you to re bind the notebook to an interpreter. > > Thanks, > Joel > > > On Aug 17, 2015, at 8:08 AM, IT CTO wrote: > > > > Thanks for the explanation BUT this look

Re: Problem with interpreters after remove

2015-08-17 Thread IT CTO
and each > notebook is bound to one interpreter by ids. So even though the new > interpreter has the same name its is different and the notebook binding > refers to the old id. > > Thanks, > Joel > > > On Aug 17, 2015, at 1:09 AM, IT CTO wrote: > > > > Hi, &

Re: How to debug zeppelin web

2015-08-17 Thread IT CTO
e: > > > Hi, Eran > > > > minify is defined in 'Gruntfile.js' in zeppelin-web. > > There you can find all concat, minify, etc.. > > > > On Wed, Aug 12, 2015 at 4:00 PM, IT CTO wrote: > > > > > Hi, > > > I am trying to debug ze

NPE in zeppelin REST API

2015-08-17 Thread IT CTO
Tried issuing an update interpreter setting rest call and got the following NPE: INFO [2015-08-17 11:54:06,124] ({qtp2095490653-42} InterpreterRestApi.java[updateSetting]:111) - Update interpreterSetting 2AVJY1M6F WARN [2015-08-17 11:54:06,144] ({qtp2095490653-42} LogUtils.java[doLog]:452) - Appli

Where is swagger.json file?

2015-08-17 Thread IT CTO
Hi, I am trying to bind zeppelin REST to swagger UI but I can't find the swagger.json In the code I see a reference to api-docs/* which does not yield any output and accessing http://localhost:8080/api/swagger.json returns: Error 404 Not Found HTTP ERROR 404 Problem accessing /swagger.json. R

Problem with interpreters after remove

2015-08-17 Thread IT CTO
Hi, This is one of the problem that you don't know what is happening : 1) open a notebook and try %md ### this is a test 2) Run it and get the expected results 3) remove the interpreter using the interpreter settings page 4) try running the paragraph again and get an error : "md interpreter not f

Re: Rest endpoints provided by Zeppelin

2015-08-17 Thread IT CTO
t; > Thanks, > moon > > > On Sun, Aug 16, 2015 at 10:30 PM IT CTO wrote: > >> Thanks for the good question (god questions are one that makes us build a >> better product :-)) >> >> The short answer is yes. BUT no documentation for it right now. >> if

Re: Rest endpoints provided by Zeppelin

2015-08-16 Thread IT CTO
Thanks for the good question (god questions are one that makes us build a better product :-)) The short answer is yes. BUT no documentation for it right now. if you go to your browser to your zeppelin IP (replace localhost:8080 with your server IP and port)

zeppelin-210 notebook as homepage does not build!

2015-08-16 Thread IT CTO
Tried to build it and failed on zeppelin-web src/app/home/home.controller.js [INFO] line 27 col 4 Missing semicolon. var initHome = function() { websocketMsgSrv.getHomeNotebook(); }Did someone else have this as well? Eran

Re: why zeppelin SparkInterpreter use FIFOScheduler

2015-08-16 Thread IT CTO
+1 for "to re-factor the Zeppelin architecture so that it can handle multi-tenancy easily" On Sun, Aug 16, 2015 at 9:47 AM DuyHai Doan wrote: > Agree with Joel, we may think to re-factor the Zeppelin architecture so > that it can handle multi-tenancy easily. The technical solution proposed by >

Re: why zeppelin SparkInterpreter use FIFOScheduler

2015-08-16 Thread IT CTO
+1 for "to re-factor the Zeppelin architecture so that it can handle multi-tenancy easily" On Sun, Aug 16, 2015 at 9:47 AM DuyHai Doan wrote: > Agree with Joel, we may think to re-factor the Zeppelin architecture so > that it can handle multi-tenancy easily. The technical solution proposed by >

Re: https

2015-08-14 Thread IT CTO
Can you elaborate what you want to achieve? Zeppelin have some REST api. בתאריך יום ו׳, 14 באוג׳ 2015, 19:18 מאת Markovitz, Dudu < dmarkov...@paypal.com>: > Verifying that this mail was sent. > > Sorry in advance if you got it twice. > > > > *From:* Markovitz, Dudu > *Sent:* Thursday, August 13,

  1   2   3   >