Commit 3eae255
authored
[ZEPPELIN-5999] Reduce instance objects from Zeppelin (#4726)
* Remove ZeppelinConfiguration Singelton and add MiniZeppelinServer
* Add ZeppelinConfiguration to Interpreter
* Remove static pluginmanager and configstorage
* Inject servicelocator into SessionConfiguratior
* use custom serviceLocator in integration tests
* Reorder code
* code cleanup
* Add ZeppelinConfiguration as class variable to InterpreterOption
* Avoid leaking third-party libs1 parent e1329eb commit 3eae255
File tree
173 files changed
+2894
-2244
lines changed- .github/workflows
- flink/flink-scala-2.12/src/main
- java/org/apache/zeppelin/flink
- scala/org/apache/zeppelin/flink
- markdown/src
- main/java/org/apache/zeppelin/markdown
- test/java/org/apache/zeppelin/markdown
- rlang/src/test/java/org/apache/zeppelin/r
- submarine/src
- main/java/org/apache/zeppelin/submarine
- hadoop
- job
- test/java/org/apache/zeppelin/submarine
- zeppelin-integration
- src/test/java/org/apache/zeppelin
- integration
- zeppelin-interpreter-integration
- src/test/java/org/apache/zeppelin/integration
- zeppelin-interpreter/src
- main/java/org/apache/zeppelin
- cluster
- conf
- dep
- interpreter
- remote
- scheduler
- test/java/org/apache/zeppelin
- cluster
- dep
- helium
- zeppelin-jupyter-interpreter/src/test/java/org/apache/zeppelin/jupyter
- zeppelin-plugins
- launcher
- cluster/src
- main/java/org/apache/zeppelin/interpreter/launcher
- test/java/org/apache/zeppelin/interpreter/launcher
- docker/src/test/java/org/apache/zeppelin/interpreter/launcher
- flink/src/main/java/org/apache/zeppelin/interpreter/launcher
- k8s-standard/src/test/java/org/apache/zeppelin/interpreter/launcher
- yarn/src/main/java/org/apache/zeppelin/interpreter/launcher
- notebookrepo
- azure/src/main/java/org/apache/zeppelin/notebook/repo
- filesystem/src
- main/java/org/apache/zeppelin/notebook/repo
- test/java/org/apache/zeppelin/notebook/repo
- gcs/src
- main/java/org/apache/zeppelin/notebook/repo
- test/java/org/apache/zeppelin/notebook/repo
- github/src
- main/java/org/apache/zeppelin/notebook/repo
- test/java/org/apache/zeppelin/notebook/repo
- mongo/src
- main/java/org/apache/zeppelin/notebook/repo
- test/java/org/apache/zeppelin/notebook/repo
- oss/src
- main/java/org/apache/zeppelin/notebook/repo
- test/java/org/apache/zeppelin/notebook/repo
- s3/src
- main/java/org/apache/zeppelin/notebook/repo
- test/java/org/apache/zeppelin/notebook/repo
- zeppelin-server
- src
- main/java/org/apache/zeppelin
- rest
- exception
- server
- service
- socket
- utils
- test/java/org/apache/zeppelin
- cluster
- configuration
- integration
- metric
- recovery
- rest
- security
- server
- service
- socket
- utils
- zeppelin-zengine/src
- main/java/org/apache/zeppelin
- helium
- interpreter
- install
- recovery
- remote
- notebook
- repo
- plugin
- storage
- user
- test/java/org/apache/zeppelin
- conf
- helium
- interpreter
- install
- launcher
- lifecycle
- notebook
- repo
- mock
- plugin
- search
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
173 files changed
+2894
-2244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | | - | |
94 | | - | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
798 | 800 | | |
799 | 801 | | |
800 | 802 | | |
801 | | - | |
| 803 | + | |
802 | 804 | | |
803 | 805 | | |
804 | 806 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
131 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
226 | 229 | | |
227 | 230 | | |
228 | 231 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments