Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for %%spark magic command in python #8189

Open
jaroslawmalekcodete opened this issue Nov 28, 2019 · 0 comments
Open

Add support for %%spark magic command in python #8189

jaroslawmalekcodete opened this issue Nov 28, 2019 · 0 comments
Assignees

Comments

@jaroslawmalekcodete
Copy link
Contributor

No description provided.

@jaroslawmalekcodete jaroslawmalekcodete self-assigned this Nov 28, 2019
piorek added a commit that referenced this issue Dec 19, 2019
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 5, 2020
piorek added a commit that referenced this issue Feb 11, 2020
piorek added a commit that referenced this issue Feb 13, 2020
piorek added a commit that referenced this issue Feb 13, 2020
piorek added a commit that referenced this issue Feb 13, 2020
piorek added a commit that referenced this issue Feb 13, 2020
piorek added a commit that referenced this issue Feb 13, 2020
piorek added a commit that referenced this issue Feb 13, 2020
piorek added a commit that referenced this issue Feb 14, 2020
piorek added a commit that referenced this issue Feb 17, 2020
piorek added a commit that referenced this issue Feb 18, 2020
piorek added a commit that referenced this issue Mar 6, 2020
piorek added a commit that referenced this issue Mar 6, 2020
piorek added a commit that referenced this issue Mar 11, 2020
jaroslawmalekcodete added a commit that referenced this issue Mar 12, 2020
piorek added a commit that referenced this issue Mar 17, 2020
piorek added a commit that referenced this issue Mar 17, 2020
piorek added a commit that referenced this issue Mar 17, 2020
piorek added a commit that referenced this issue Mar 19, 2020
piorek added a commit that referenced this issue Mar 19, 2020
piorek added a commit that referenced this issue Mar 19, 2020
jaroslawmalekcodete added a commit that referenced this issue Mar 20, 2020
piorek added a commit that referenced this issue Mar 20, 2020
piorek added a commit that referenced this issue Mar 26, 2020
jaroslawmalekcodete added a commit that referenced this issue Mar 31, 2020
ildipo pushed a commit that referenced this issue Apr 3, 2020
…SparkUIForm widget (#8257)

* #8189 WIP - proof of concept

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 fix - work around ts limitation

* #8189: run widget SparkUI from spark python magic command

* #8189 Send start event to backend

* #8189 fix add property; send stop message

* #8189: spark python magic command -> start and stop event

* #8189: spark python magic command -> start and stop event tests

* #8189: spark python magic command -> stop event tests

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189 WIP

* #8189: spark python magic command -> profiles

* #8189: spark python magic command -> profiles LOAD on init

* #8189: spark python magic command -> save current profile name

* #8189 change start message format

* #8189: spark python magic command -> save  profiles

* #8189: spark python magic command -> save  profiles

* #8189: spark python magic command -> profiles in comm_open message

* #8189: spark python magic command -> profiles in comm_open message

* #8189: spark python magic command -> profiles in comm_open message

* #8189: spark python magic command -> pretty print profiles to file

* #8189 fix listener beeing attached to wrong element

* #8189 WIP

* #8189 set input to checked if there is spark.sql.catalogImplementation === hive property

* #8189 removing profiles and some cleanup

* #8189: fix starting spark with properties

* #8189 WIP - cleanup and some refactor

* #8189 more cleanup and refactor

* #8189 more cleanup and refactor

* #8189 remove unnecessary logging and methods

* #8189 fix

* #8189 fix initial selection of configuration based on information from backend

* #8189 error handling

* #8189: new SparkUIForm widget in java

* #8189: [jvm] sending appId and web url when spark started

* #8189 dependencies update

* #8189 implement spark stats emitting; implement error emitting

* #8189 display and update stats in session widget

* #8189: [jvm] auto start

* #8189: [python] sending appId and web url when spark started

* #8189 %%spark --start handling at front

* #8189 fix tests

* #8189 fix `npm WARN npm npm does not support Node.js vX.Y.Z`

* #8189: [python] auto start

* #8189 improve error handling

* #8189: [python] --noUI

* #8189 add spinner; improve styles

* #8189: [python] reflect user spark conf in SparkUIForm

* #8189 more style improvements

* #8189 ```user_spark_conf``` handling

* #8189: [java] reflect user spark conf in SparkUIForm

* #8189: [python] reflect user spark conf in SparkUIForm update the example

* #8189 split spinner into own file

* #8189 make error color red

* #8189 fix enable hive support checkout

* #8189 disable/enable executor inputs depending on master url

* #8189: [python] --yarn

* #8189 wip

* #8189: [python] single spark session

* #8189 fix - wait for spark comm to be ready

* #8189: [python] send stop comm msg when spark.stop()

* #8189: [python] send stop comm msg with context

* #8189 making `spark.stop()` working corrently on frontend side

* #8189 fix styles for jupyterlab

* #8189: [python] send stop comm msg with context- add tests

* #8189: [java] send stop comm msg with context

* #8189: check master url and setup properties accordingly for yarn option during starting spark

Co-authored-by: Łukasz Pior <piorek82@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants