Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/1228
CI failure looks unrelated, merging this if no more discussion.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your proje
Github user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/1237
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is e
Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/1246
CI failure is unrelated, Merging this if no more discussion.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project
GitHub user bustios opened a pull request:
https://github.com/apache/zeppelin/pull/1249
[ZEPPELIN-1255] Add cast to string in z.show() for Pandas DataFrame
### What is this PR for?
Casting data types in Pandas DataFrame to string in z.show()
### What type of PR is it?
GitHub user mwkang opened a pull request:
https://github.com/apache/zeppelin/pull/1248
[ZEPPELIN-1069]Ignore implicit interpreter when user enter wrong
interpreter name
### What is this PR for?
Ignore implicit interpreter when user enter wrong interpreter name
linked to http
Github user mwkang commented on the issue:
https://github.com/apache/zeppelin/pull/1113
@AhyoungRyu Thanks for your advice. Next time, I will try to do that.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project
Github user babupe commented on the issue:
https://github.com/apache/zeppelin/pull/1170
Do you think the external auth could be a blocker for the initial merge?
If not, lets table it for now and I will pick this up later?
It may be a little bit more involved than I thought.
--
Github user babupe commented on the issue:
https://github.com/apache/zeppelin/pull/1170
I have now pushed the change to capture and show bigquery exceptions with
bad statements both in logs and interpreter. Will look into the credentials.
---
If your project is set up for it, you can
Thanks Moon. It means that this is the issue with the scala interpreter
itself.
Regards,
-Sachin
On Jul 30, 2016 04:48, "moon soo Lee" wrote:
> Hi,
>
> Here's related issue.
> https://issues.scala-lang.org/browse/SI-4331
>
> Restart interpreter will be the only way to release memory.
> It looks
Github user minahlee commented on the issue:
https://github.com/apache/zeppelin/pull/1243
Merging it to prepare release 0.6.1
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enab
Github user bzz commented on the issue:
https://github.com/apache/zeppelin/pull/1170
Thank you! Sounds awesome to me.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and
Github user babupe commented on the issue:
https://github.com/apache/zeppelin/pull/1170
Sorry about the delay. Merged it now. Thank you so much for documenting
this!
I am looking at surfacing the errors out to the interpreter. Will have an
update on it.
Will also look at expos
Paul Bustios created ZEPPELIN-1255:
--
Summary: z.show() does not display Pandas DataFrame with
non-string values
Key: ZEPPELIN-1255
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1255
Project: Ze
Hi,
Here's related issue.
https://issues.scala-lang.org/browse/SI-4331
Restart interpreter will be the only way to release memory.
It looks like there're some unreleased memory for keeping variable and
generated class, even if you're manually releasing reference to the object,
like
var myObject
Github user mwpenny commented on the issue:
https://github.com/apache/zeppelin/pull/1210
@corneadoug Done
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, o
GitHub user prasadwagle reopened a pull request:
https://github.com/apache/zeppelin/pull/1240
[ZEPPELIN-1246] In JDBCInterpreter.getScheduler, use
getMaxConcurrentConnection instead of hardcoding maxConcurrency to 10
### What is this PR for?
In JDBCInterpreter.getScheduler, use
Github user prasadwagle closed the pull request at:
https://github.com/apache/zeppelin/pull/1240
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature
Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/1246
Good catch, LGTM!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wish
GitHub user r-kamath opened a pull request:
https://github.com/apache/zeppelin/pull/1247
ZEPPELIN-1254 Make get and save Interpreter bindings calls via websocket
### What is this PR for?
This PR uses websocket to get and save interpreter bindings instead of rest
api
###
Renjith Kamath created ZEPPELIN-1254:
Summary: Make get and save Interpreter bindings calls via websocket
Key: ZEPPELIN-1254
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1254
Project: Zeppel
org.apache.zeppelin.interpreter.remote.RemoteInterpretershared_session1545433467
INFO [2016-07-29 12:19:42,689] ({pool-2-thread-2} Paragraph.java[jobRun]:282)
- run paragraph 20160729-121925_2015885616 using spark
org.apache.zeppelin.interpreter.LazyOpenInterpreter@4fc9b1c9
INFO [2016-07-29 12:19:42,698] ({pool-2-thread-2}
RemoteInterpreterManagedProcess.java
GitHub user r-kamath opened a pull request:
https://github.com/apache/zeppelin/pull/1246
[MINOR] Fix missing validation on interpreter page
### What is this PR for?
Fix missing validation on interpreter page. TypeError on console when Save
interpreter settings button is clicked
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/1245
@Leemoonsoo this is for branch-0.6, the test fail seems irrelevant.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project
GitHub user zjffdu opened a pull request:
https://github.com/apache/zeppelin/pull/1245
ZEPPELIN-1225. Errors before the last shell command are ignored
What is this PR for?
The problem is that command "bash -c " will always return 0 as long as the
last line of shell script r
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/1232
Thanks you for explanation. LGTM
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabl
Github user minahlee commented on the issue:
https://github.com/apache/zeppelin/pull/1235
LGTM
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the fe
Github user AhyoungRyu commented on the issue:
https://github.com/apache/zeppelin/pull/1241
@zjffdu I'm not sure, your issue is related with [this
issue](https://github.com/bundler/bundler/issues/4065#issuecomment-149596385),
could you try
```
gem uninstall bundler
su
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/1244
What will happen with `./bin/install-interpreter.sh --all` ?
@minahlee Do you have any good idea to not install xxx_2.10 and xxx_2.11
together with `--all` option?
---
If your project is s
GitHub user minahlee opened a pull request:
https://github.com/apache/zeppelin/pull/1244
[ZEPPELIN-1251] Update interpreter artifact option list for netinst package
### What is this PR for?
Add scala 2.11 artifact options for netinst package
### What type of PR is it?
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/1241
yes, I run it under `ZEPPELIN_HOME/docs`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
e
Github user AhyoungRyu commented on the issue:
https://github.com/apache/zeppelin/pull/1241
@zjffdu Did you run `bundle install` under `ZEPPELIN_HOME/docs` dir?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your pro
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/1243
LGTM
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/1215
Merged into master. However, it wasn't able to be merged in branch-0.6 with
conflict.
So @zjffdu I'm resolving issue
[ZEPPELIN-1225](https://issues.apache.org/jira/browse/ZEPPELIN-1225) wit
GitHub user minahlee opened a pull request:
https://github.com/apache/zeppelin/pull/1243
[ZEPPELIN-1250] remove 2.11 suffix from zeppelin-server
### What is this PR for?
Remove 2.11 suffix from zeppelin-server since it uses scala dependencies
only for test, so doesn't need to se
GitHub user cloverhearts opened a pull request:
https://github.com/apache/zeppelin/pull/1242
[ZEPPELIN-960] runNoteJob for notebook rest api modified action when
interpreter not binding.
### What is this PR for?
Among Zeppelin API Fixed runNote.
According to whether the inte
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/1241
@AhyoungRyu I follow the instruction here to build the doc
https://github.com/apache/zeppelin/blob/master/docs/README.md#build-documentation,
but fails. Here's the error after `bundle install`
36 matches
Mail list logo