Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3033
Thanks @felixcheung , I will revert the change in the root pom file and
only update scala version in spark module.
---
Github user felixcheung commented on the issue:
https://github.com/apache/zeppelin/pull/3033
something in SparkILoop. given that I don't think we can/should upgrade
scala broadly - it might only work for Spark 2.4.0 (unreleased) but not
older/current releases
---
Github user felixcheung commented on the issue:
https://github.com/apache/zeppelin/pull/3019
can we open a pop up with options, like clicking on a url link in google
doc?
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3033
I tested it against spark master branch, and it works. What kind of
problems does spark have on 2.11.12 ? I notice SPARK-24418 is already merged.
---
Github user felixcheung commented on the issue:
https://github.com/apache/zeppelin/pull/3033
specifically in SPARK-24418 - there code changes needed but not release yet
(2.4?)
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3039
Thanks for review, will merge if no more comments
---
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/3039
@zjffdu Thanks for explaining. I thought it could change all of the
properties by this settings.
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3039
Noï¼this is not this ticket's purpose. If user want to change interpreter
level properties, they need inline conf interpreter. This ticket is to allow
customize paragraph level behavior, e.g. pool
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/3013
I agree that the hook up `ui-grid` from `old button` makes sense. @Tagar
@sanjaydasgupta
---
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/3029
Wow~~ Now, we can use JDK8's wonderful features GREAT!!
---
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/3039
In my guess, you might want to change some spark properties with executing
Spark paragraph. In this case, we might need to restart SparkInterpreter to
adopt some properties like `spark.executor.m
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3039
Sorry @jongyoul I don't understand that. Why do you think it would affect
restarting interpreters ? Do you have any more detail examples ?
---
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/3039
Hi, basically, parsing properties with every execution may not affect much
in performance on interpreter side. But It might affect the behaviours of
restarting interpreters. e. g. every restartin
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/3039
Specifically in this PR, LGTM though
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3019
One drawback of inline UI is that user can not switch from spark ui and
notebook, this may make user annoyed .
---
Github user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/3037
---
Github user shahsank3t commented on the issue:
https://github.com/apache/zeppelin/pull/3019
@zjffdu Apologies missed out the earlier notification.
> I didn't try this PR, but I didn't see backend pass
spark.ui.allowFramingFrom to frontend, so how does frontend know whether it
Github user niuguidong commented on the issue:
https://github.com/apache/zeppelin/pull/3040
@zjffdu thank you
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3040
PR: Pull Request.
If you have any problems of using zeppelin, please ask question in zeppelin
mail list instead of asking it in github.
Regarding your problems, the error message is cle
Github user niuguidong commented on the issue:
https://github.com/apache/zeppelin/pull/3040
@zjffdu thank you for help what means PR the condition is hdp2.3.4
+spark2.1(hdp version)+zeppelin0.73 , when I use bin version,the condition
hdp2.3.4 +spark2.1+zeppelin0.73 ,I get errors li
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3019
ping @shahsank3t Any updates ?
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3027
But what is the meaning of this pop up window ? As a user, it's not clear
to me what is the impact if I import this kind of notebook
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3040
@niuguidong Could you close this PR ?
---
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/3033
LGTM
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3033
Will merge it if no more comments
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3024
@mebelousov There're many options for how to specify which result to be
stored into resource pool.
e.g.
```
%spark(saveToResourcePool=1,2,4)
```
Or
```
%spark(1.save
Github user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/3042
---
Github user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/3038
---
Github user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/3031
---
Github user felixcheung commented on the issue:
https://github.com/apache/zeppelin/pull/3031
ok
---
Github user mebelousov commented on the issue:
https://github.com/apache/zeppelin/pull/3024
@zjffdu
I support adding only selected table results to Resource Pool.
As paragraph can have multiple results than I propose to add result level
properties.
---
Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/3042
Tested on local, works as expected, LGTM.
---
Maxim Belousov created ZEPPELIN-3564:
Summary: Customize default path for new notes
Key: ZEPPELIN-3564
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3564
Project: Zeppelin
Issue Typ
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3042
@prabhjyotsingh Could you help review it ? Thanks
---
GitHub user zjffdu opened a pull request:
https://github.com/apache/zeppelin/pull/3043
ZEPPELIN-3218. Plugins for Interpreter Launcher
### What is this PR for?
Move launcher into zeppelin plugins
### What type of PR is it?
[Refactoring]
### Todos
* [ ] -
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3039
Thanks @mebelousov for the feedback. We could do that in a followup PR to
improve user friendliness. Because currently I can not imagine in what kind
scenario user would add lots of parameters. I
Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/3037
Thanks for the review will merge this if no more discussion.
---
+1
On Mon, 25 Jun 2018 at 06:05, Jeff Zhang wrote:
> Here's my +1.
>
> I build it from source successfully and ran spark tutorial in local,
> yarn-client, yarn-cluster mode successfully.
>
>
>
> Jeff Zhang 于2018年6月25日周一 上午8:34写道:
>
> > Hi folks,
> >
> > I propose the following RC to be released
Github user mebelousov commented on the issue:
https://github.com/apache/zeppelin/pull/3039
@zjffdu great powerful feature!
When the parameters will be a lot, it will be not easy to find and write
the parameter name. I wish it would be more user-friendly with drop-down panel.
A
39 matches
Mail list logo