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
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
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/
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(
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
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
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
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
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?
>
> 
+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
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
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
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
+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
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
[0Ktravis_fold:end:after_failure.3
[0Ktravis_fold:start:after_failure.4
[0Ktra
+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 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
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
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
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
Do we have a standard for our log messages?
I am hooking zeppeli to ELK and want to parss the log file.
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
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
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
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
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
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
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
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鈥檛 apply the patch. I guess I am going to wait
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
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
> 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
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
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,
&
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
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
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
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
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
+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
>
Sure, I will do that.
Eran
讘转讗专讬讱 讬讜诐 讜壮, 14 讘讗讜讙壮 2015, 17:38 诪讗转 Leemoonsoo :
> Github user Leemoonsoo commented on the pull request:
>
>
> https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-131128187
>
> @eranwitkon Thanks for the nice tip! How about creating one sub page
the side)
> On Aug 13, 2015 22:01, "Corneau Damien" wrote:
>
> > You just need to have zeppelin running, Grunt serve will launch another
> > zeppelin-web in dev mode on port 9000 and connect to the running
> instance.
> > On Aug 13, 2015 16:02, "IT CTO&qu
Just fixed it in pull request 210.
You can review and merge it.
Eran
On Thu, Aug 13, 2015 at 11:18 PM eranwitkon wrote:
> Github user eranwitkon commented on the pull request:
>
>
> https://github.com/apache/incubator-zeppelin/pull/174#issuecomment-130827787
>
> The problem above is due to t
Hi,
I am trying to run zeppelin in dev mode, the docs say run:
mvn exec:java -Dexec.mainClass="org.apache.zeppelin.server.ZeppelinServer"
-Dexec.args=""
but the output I get is:
Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar
[INFO] Scanning for projects...
[INFO]
[INFO]
-
Hi,
I am trying to debug zeppelin web - can someone point me to how to disable
the minify process so I will see the script in the chrome ?
Eran
Hi,
I tested this one and it works for me.
Why is the JIRA bug still open?
Eran
On Mon, Aug 10, 2015 at 7:02 PM IT CTO wrote:
> Greate, I did not know. I will test it tomorrow.
> Eran
>
> 讘转讗专讬讱 讬讜诐 讘壮, 10 讘讗讜讙壮 2015, 18:48 诪讗转 Felix Cheung <
> felixcheun...@hotmail.co
> moon's branch:
>
> git remote add leemoonsoo
> https://github.com/Leemoonsoo/incubator-zeppelin.git
> git fetch leemoonsoo
> git merge leemoonsoo/fix_jshint
>
> On 11 August 2015 at 10:55, IT CTO wrote:
>
> > Hi,
> > Just got the latest from mas
Hi,
Just got the latest from master and can't build zeppelin web
grunt is failing
*Running 'grunt --no-color' in
/home/cto/Downloads/incubator-zeppelin-master/zeppelin-web*
[INFO] Running "newer:jshint" (newer) task
[INFO]
[INFO] Running "newer:jshint:all" (newer) task
[INFO] No newer files to p
t; moon
>
>
> On Mon, Aug 10, 2015 at 4:38 AM IT CTO wrote:
>
> > Hi,
> > Until we have another solution, is there a way to exclude an interpreter
> > from the build using command line option?
> > I recall Moon saying something about -DFlink?
> > Eran
> >
>
Greate, I did not know. I will test it tomorrow.
Eran
讘转讗专讬讱 讬讜诐 讘壮, 10 讘讗讜讙壮 2015, 18:48 诪讗转 Felix Cheung <
felixcheun...@hotmail.com>:
> Could you elaborate? Are you referring to working around this issue?The
> fix for this has been merged.
>
> > From: goi@gmail.com
> > Date: Mon, 10 Aug 20
Does anyone knows how to solve this one? my users are using python and
iterating through the DF each time is not useful
Eran
On Sat, Jul 25, 2015 at 10:06 PM Felix Cheung (JIRA)
wrote:
> Felix Cheung created ZEPPELIN-185:
> -
>
> Summary: z.show d
Hi,
Until we have another solution, is there a way to exclude an interpreter
from the build using command line option?
I recall Moon saying something about -DFlink?
Eran
bal url."https://".insteadOf git://
> On Aug 9, 2015 16:58, "Christian Tzolov" wrote:
>
> > Eran, can you go inside the zeppelin-web directory and run the build
> there,
> > then check the error messages while bower resolves its dependencies.
> >
> &g
+1 for angular documentation, did not test the code but the docs looks
informative.
As for the interpreter docs -
1) What do we expect to have on each page?
2) This looks like we are moving more and more to include all interpreters
in the core of zeppelin, is this is where we want to go. I vote +1
And? did you find a solution?
Eran
On Sun, Aug 9, 2015 at 2:06 PM Corneau Damien wrote:
> I had the same problem
> On Aug 9, 2015 12:09, "IT CTO" wrote:
>
> > Hi,
> > For some reason I keep getting failure on the build
> > [ERROR] Failed to execute goal
&
Hi,
For some reason I keep getting failure on the build
[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.23:bower (bower install) on
project zeppelin-web: Failed to run task: 'bower --allow-root install'
failed. (error code 1) -> [Help 1]
[ERROR]
[ERROR] Additional erro
@Leemoonsoo , +1 for changing color of left vertical bar of code area. OR
Gray star on paragraph.
Having the marker on the paragraph level indicates what is NOT saved.
On Sun, Aug 9, 2015 at 10:01 AM nberserk wrote:
> Github user nberserk commented on the pull request:
>
>
> https://github.com/a
+1 Cool feature !
Thanks
On Sun, Aug 9, 2015 at 8:21 AM Leemoonsoo wrote:
> Github user Leemoonsoo commented on the pull request:
>
>
> https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-129118974
>
> Ready to merge.
>
>
> ---
> If your project is set up for it, you can reply
t; occurs. Of course one can redirect the output to a file to prevent result
> > pollution but still it is worth considering such usecases.
> >
> > On 6 August 2015 at 11:00, IT CTO wrote:
> >
> > > Hi,
> > > I noticed today two issues with the show results but
+1 for chrome
On Thu, Aug 6, 2015 at 12:26 PM Christian Tzolov wrote:
> Hei,
>
> When it comes to syntax highlighting I find the default Zeppelin theme
> (github) very "ascetic".
>
> It is basically not highlighting SQL and has some strange (bogus)
> highlights for Scala.
>
> IMHO the CHROME th
Hi,
I noticed today two issues with the show results button in the notebook and
paragraph (the book like icon)
1) The first is that if we hide the result and update the paragraph and run
it again no output is shown to the user. - we got a mail from our user
saying that zeppelin is not working just
Well done! Great team effort and great leadership by Moon.
0.6 here we come!
Eran
讘转讗专讬讱 砖讘转, 1 讘讗讜讙壮 2015, 09:08 诪讗转 moon soo Lee :
> Hi,
>
> The Apache Zeppelin team is proud to annouce the first release of Zeppelin
> inside the Apache incubator: 0.5.0-incubating.
>
> Apache Zeppelin is a web-b
e sure there is no problems (with different
> queries and existing notebooks).
> Then if there is nothing wrong and no more modifications to do, merging
> On Jul 30, 2015 23:28, "IT CTO" wrote:
>
> > So my question goes back to the mail list, what is the process in whic
system (#164)
To: IT CTO
Cc: DOAN DuyHai (JIRA)
Hello Eran
I think that the decision of which pull request is ready/good enough to be
merged into the trunk is decided by Apache Zeppelin PMC members.
On Thu, Jul 30, 2015 at 12:38 PM, IT CTO wrote:
> Hi,
> Since this is my first code contri
included? Or is the goal to provide a front end to those
> > environments?
> >
> > Maybe that's the decision: which environments and interpreters are
> included
> > in a standalone distribution.
> >
> > paul
> >
> > On Wed, Jul 22, 2015 at 7:52 AM
t; > even decide to support some of those plugins (shell for example)
> >
> > At one end of the spectrum you could imagine Zeppelin without any
> >
> > interpreters and at the other end Zeppelin with all known plugins - the
> >
> > truth is probably in the mid
Hi,
I added a new test class to one of the modules and I would like to run it.
1) can I run build and test for a single module e.g. zeppelin-interpreter?
2) Should I add the new test class somewhere in order for it to be run?
Thanks
Eran
the tables UI when I
manipulate data in spark and python
Eran
On Tue, Jul 21, 2015 at 10:53 PM DuyHai Doan wrote:
> Yes you may create a JIRA "Improve magic display system"
>
> On Tue, Jul 21, 2015 at 9:46 PM, IT CTO wrote:
>
> > Thanks for the detailed answer. As a w
I think the question is what\who is going to fix issues in these
Interpreters if something fails?
I am guessing that if one uses these interpreters and approach the
community with questions then we might not have the right support for him.
On Wed, Jul 22, 2015 at 8:04 AM moon soo Lee wrote:
> H
OMPOSITE (new type to be added)
>
> 2) On the AngularJS side, we need to extract any %magic bloc, display them
> properly and display the remaining text as plain text
>
> Again, I'll have a look into it when I have some bandwidth
>
>
>
> On Tue, Jul 21, 2015 at 7:14 PM, IT
le to
> attach them directly on ML. IMO you could try dropbox etc.
>
> Thanks.
>
> On Tue, Jul 21, 2015 at 7:52 PM, IT CTO wrote:
>
> > Just install the latest build and tried the following:
> > [image: Selection_001.png]
> >
> > this is not what I was e
BTW, just tested this on release 0.5 and I get the same behavior.
Eran
On Tue, Jul 21, 2015 at 5:22 PM IT CTO wrote:
> Just install the latest build and tried the following:
> [image: Selection_001.png]
>
> this is not what I was expecting from the print.
> actually, if I remove
Just install the latest build and tried the following:
[image: Selection_001.png]
this is not what I was expecting from the print.
actually, if I remove the sc line it works well...
[image: Selection_002.png]
Any idea why this is happening?
Eran
Great work to all of you, amazing to see how the community evolving!
讘转讗专讬讱 讬讜诐 讜壮, 17 讘讬讜诇讬 2015, 08:19 诪讗转 Henry Saputra <
henry.sapu...@gmail.com>:
> Great job, now we need to bring the VOTE to general@incubator.a.o list
> to get binding VOTES from IPMCs.
>
> I will verify the release and add
Hi,
I made some updates to the gh-pages branch to the
writingzeppelininterpreter.md file.
I want to push it back to the server so you can review my changes and
approve them.
I did the following:
1) git clone -b gh-pages
2) made the changes
3) git commit -am 'some message'
to my understanding I nee
ERTY, DEFAULT_VALUE,"Description of this property")
> ...
>);
> }
>
>
> When you click on the "Interpreter" menu on the web interface to create a
> new interpreter setting, the default conf is taken from this static init
> block
>
> Hope tha
please help me understand the interpreter configuration process
1) When zeppelin first start it looks for interpreter.json in the conf dir
2) if found, uses that json for the configuration shown in the config menu.
3) if not found, ??? traverse the interpreter directory for all available
interpret
please help me understand the interpreter configuration process
1) When zeppelin first start it looks for interpreter.json in the conf dir
2) if found, uses that json for the configuration shown in the config menu.
3) if not found, ??? traverse the interpreter directory for all available
interpret
I think we should think not only on the map tool but also on the interface
to the map as some users would like to hook zeppelin to the internal
mapping services in their organization and marge the zeppelin analysis data
with layers and data from the mapping repository
Eran
On Wed, Jul 8, 2015 at 8
If I recall from prev mails the menu is driven from the interpreter JSON
file that is not being re-written when pulling new changes.
make sure your interpreter is in the file
On Tue, Jul 7, 2015 at 7:17 PM tog wrote:
> Hi
>
> I have started paying with a new interpreter. Apparently it is being
>
they are both related, they could be in an issue together.
>
> On Mon, Jun 29, 2015 at 5:32 PM, IT CTO wrote:
>
> > Should I open a jira issue for this or this is the expected behavior ?
> >
> > Also, might be a different bug but after preforming MOVE UP of the last
> &
t for save (only the move up action).
> And websocket send you the notebook as result (based on the notebook file),
> which is then replacing the one in your view.
>
> On Mon, Jun 29, 2015 at 5:21 PM, IT CTO wrote:
>
> > Hi,
> > Try this one...
> > Open new notebook
&g
Hi,
Try this one...
Open new notebook
add some test in paragraph 1 using %md and execute it
add some text in paragraph two but DO NOT execute it
using the right gear, click on move up
*the paragraph is deleted.* if this was with a lot of code this is painful
(trust me :-))
Eran
is would work if we reuse the resources from
> https://github.com/apache/incubator-zeppelin/tree/gh-pages (via a
> packaged jar, or simply via URL).
>
> The limitation for now is the images which must be hosted on an
> accessible URL.
>
> On 2015-06-28 09:12, IT CTO wrote:
> >
you using yarn)>
>
> On Sun, Jun 28, 2015 at 10:00 AM, IT CTO wrote:
>
>> Hi,
>> we are in the process of testing Zeppelin as our investigation platform
>> inside the organization.
>> One of the first question raised was with regard to multi user
>>
Hi,
As we deploy zeppelin in our internal network we would like to have some
end-user documentation available within the network.
I was thinking of trying to zip the documentation files in the packaging
and link it the the zeppelin web pages.
1) Do we want to do it for everyone or should I do it i
Hi,
we are in the process of testing Zeppelin as our investigation platform
inside the organization.
One of the first question raised was with regard to multi user environment
- currently, as I see it, all users run against the same zeppelin server
and have access and availability to all notebooks.
I tried building the latest build using the following:
mvn clean package -Pspark-1.4 -Dspark.version=spark.1.4.0 -DskipTests
failing with error:
[INFO] Reactor Summary:
[INFO]
[INFO] Zeppelin .. SUCCESS [ 4.873
s]
[INFO] Zeppelin: Interpreter ..
I guess you refer to the build process?
I use the package option which creates a ZIP in the distribution directory
- after moving the zip to the internal network I just need to open it and
run the tool.
HTH
Eran
On Mon, Jun 22, 2015 at 9:23 AM, Jongyoul Lee wrote:
> Hi dev,
>
> I have a problem
Nice work Daniel!
On Mon, May 11, 2015 at 9:23 AM danielhaviv wrote:
> GitHub user danielhaviv opened a pull request:
>
> https://github.com/apache/incubator-zeppelin/pull/68
>
> Presto Interpreter
>
> Added an interpreter for Presto (http://prestodb.io)
>
> You can merge this pull
This is a use case that we are interested as well! some of it can be done
using the cron schedule (e.g. run the ETL notebook on a fixed schedule).
anyway this goes back to some of the multi-tenancy questions how to prevent
from different users to override each-other tables in the context of
zeppeli
If we are fixing the demo notebook I suggest including the bank.zip in the
example directory AND to include it in the Package option. This way we can
deploy zeppelin internally and test it/demo it without external connection.
On 讬讜诐 讙壮, 21 讘讗驻专 2015, 21:01 ejono wrote:
> GitHub user ejono opened
Hi,
I read the thread about the new Tajo interpreter and the thread about
Apache Ignite, and while browsing through the code of the Hive interpreter
I realized that for all of the JDBC based interpreters the implementation
should be very much the same.
Should we implement a generic JDBC interprete
I am not the expert here but I would say that if one wants to integrate
between Zeppelin and Ignite on the SQL level he should implement an Ignite
interpreter. if you take the hive interpreter or the Tajo (still in Dev)
interpreter as an example then you should be able to complete the task...
(BUT
Where is the default interpreter list is taken from?
I see that Hive interpreter is in the site.xml.template file but zeppelin
did not generate a hive interpreter for me. (even if I delete the
interpreters.json)
Why? how should I get the Hive interpreter to work?
On Tue, Apr 14, 2015 at 5:31 PM
Hi,
Cool! I just deleted the interpreter.json file and re-started zeppelin and
everything works fine :-)
Thanks!
On Tue, Apr 14, 2015 at 3:47 PM, Leemoonsoo wrote:
> Github user Leemoonsoo commented on the pull request:
>
>
> https://github.com/apache/incubator-zeppelin/pull/27#issuecomment-928
"mvn package -Pspark-1.3 -Phadoop-2.4
> > -DskipTests -Dhadoop.version=2.5.0-cdh5.3.0 -Dspark.version=1.3.0 "
> >
> >
> >
> > On Wed, Apr 8, 2015 at 5:00 PM, IT CTO >
> > wrote:
> >
> > > When I tried adding export
> > >
1 - 100 of 121 matches
Mail list logo